goma.gemspec in goma-0.0.1.gamma vs goma.gemspec in goma-0.0.1.rc1

- old
+ new

@@ -47,10 +47,15 @@ That's it. This gem is in early development phase and I do not recommend you to use this for production for a while. Bug reports and pull requests are welcome. +I am surprised that this gem has been downloaded over 200 times, in spite of pre release versions of v0.0.1. +And, I feel bad about there were lots of bugs and incomplete implementations in previous versions. + +I will release this as a release candidate, but will add lots of code before v0.0.1. + Enjoy!\e[0m MESSAGE s.add_dependency "rails", "~> 4.0" s.add_dependency "warden" @@ -59,9 +64,10 @@ s.add_development_dependency "bcrypt", "~> 3.0" s.add_development_dependency "fabrication" s.add_development_dependency "mocha" s.add_development_dependency "shoulda-context" s.add_development_dependency "timecop" + s.add_development_dependency "capybara" s.add_development_dependency "minitest-ansi" s.add_development_dependency "single_test" s.add_development_dependency "byebug" end