From cea273a88b7b9f252e79cf4d48985b05dda268b3 Mon Sep 17 00:00:00 2001 From: Navin Date: Wed, 22 May 2013 14:37:33 +0200 Subject: [PATCH] Minor edits to blog post announcing the first four speakers --- _posts/2013-05-18-announcing-4-first-speakers.md | 10 +++++----- bin/foreman | 16 ++++++++++++++++ bin/jekyll | 16 ++++++++++++++++ bin/kramdown | 16 ++++++++++++++++ bin/maruku | 16 ++++++++++++++++ bin/marutex | 16 ++++++++++++++++ bin/posix-spawn-benchmark | 16 ++++++++++++++++ bin/pygmentize | 16 ++++++++++++++++ bin/redcarpet | 16 ++++++++++++++++ bin/thor | 16 ++++++++++++++++ 10 files changed, 149 insertions(+), 5 deletions(-) create mode 100755 bin/foreman create mode 100755 bin/jekyll create mode 100755 bin/kramdown create mode 100755 bin/maruku create mode 100755 bin/marutex create mode 100755 bin/posix-spawn-benchmark create mode 100755 bin/pygmentize create mode 100755 bin/redcarpet create mode 100755 bin/thor diff --git a/_posts/2013-05-18-announcing-4-first-speakers.md b/_posts/2013-05-18-announcing-4-first-speakers.md index 1a7750e..8feb4f2 100644 --- a/_posts/2013-05-18-announcing-4-first-speakers.md +++ b/_posts/2013-05-18-announcing-4-first-speakers.md @@ -6,8 +6,8 @@ photo: ferdinand-boas website: ferdinandboas.com published: true --- -

We've seen so many of you register to RuLu 2013 even if we haven't annouced any speaker yet. Being trusted by the Ruby community is a great honour!
-You were right to bet on us. We are now ready to let you know about the first amazing speakers who will join us.

+

We've seen so many of you register for RuLu 2013 even though we haven't annouced the speakers yet. Being trusted by the Ruby community is a great honour and we are truly grateful for your support!
+You were right to bet on us. We are now ready to announce the first four of the amazing speakers who will delight you at RuLu.

@@ -79,6 +79,6 @@ You were right to bet on us. We are now ready to let you know about the first am
- We will give you more details about each of their talk in the upcoming days. - Bur first we have to unveil some of the other speakers' names, so stay tuned for the incoming announcements! -
\ No newline at end of file + We will give you more details about each of their talks in the coming days. + Bur first we have to unveil some of the other speakers' names, so stay tuned for more! + diff --git a/bin/foreman b/bin/foreman new file mode 100755 index 0000000..586c07e --- /dev/null +++ b/bin/foreman @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'foreman' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('foreman', 'foreman') diff --git a/bin/jekyll b/bin/jekyll new file mode 100755 index 0000000..1bb103b --- /dev/null +++ b/bin/jekyll @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'jekyll' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('jekyll', 'jekyll') diff --git a/bin/kramdown b/bin/kramdown new file mode 100755 index 0000000..af98a5a --- /dev/null +++ b/bin/kramdown @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'kramdown' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('kramdown', 'kramdown') diff --git a/bin/maruku b/bin/maruku new file mode 100755 index 0000000..37fa394 --- /dev/null +++ b/bin/maruku @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'maruku' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('maruku', 'maruku') diff --git a/bin/marutex b/bin/marutex new file mode 100755 index 0000000..4e977a8 --- /dev/null +++ b/bin/marutex @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'marutex' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('maruku', 'marutex') diff --git a/bin/posix-spawn-benchmark b/bin/posix-spawn-benchmark new file mode 100755 index 0000000..9e73bb8 --- /dev/null +++ b/bin/posix-spawn-benchmark @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'posix-spawn-benchmark' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('posix-spawn', 'posix-spawn-benchmark') diff --git a/bin/pygmentize b/bin/pygmentize new file mode 100755 index 0000000..44548df --- /dev/null +++ b/bin/pygmentize @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'pygmentize' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('pygmentize', 'pygmentize') diff --git a/bin/redcarpet b/bin/redcarpet new file mode 100755 index 0000000..37d58a8 --- /dev/null +++ b/bin/redcarpet @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'redcarpet' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('redcarpet', 'redcarpet') diff --git a/bin/thor b/bin/thor new file mode 100755 index 0000000..8421e00 --- /dev/null +++ b/bin/thor @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'thor' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('thor', 'thor')