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')