Gemfile in space-0.0.3 vs Gemfile in space-0.0.4

- old
+ new

@@ -1,10 +1,12 @@ source :rubygems gem 'ansi' gem 'hashr' +gem 'rb-fsevent', git: 'git://github.com/niw/rb-fsevent.git' group :test do gem 'rake' gem 'rspec' + gem 'guard-rspec' gem 'mocha' end