Commit d7eb709d authored by John E. Vincent's avatar John E. Vincent

version bump

parent bd44aeb1
......@@ -11,3 +11,4 @@ tmp/*
.bundle
warbler/*
Gemfile.lock
Gemfile.lock
PATH
remote: .
specs:
noah (0.0.5)
haml (= 3.0.25)
nest (= 1.1.0)
ohm (= 0.1.3)
ohm-contrib (= 0.1.1)
rack (= 1.2.1)
redis (= 2.1.1)
sinatra (= 1.1.2)
sinatra-namespace (= 0.6.1)
thin
tilt (= 1.2.2)
vegas (= 0.1.8)
yajl-ruby
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.5.0)
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-growl (0.2.9)
backports (1.18.2)
daemons (1.1.0)
diff-lcs (1.1.2)
eventmachine (0.12.10)
haml (3.0.25)
monkey-lib (0.5.4)
backports
nest (1.1.0)
redis (~> 2.1)
ohm (0.1.3)
nest (~> 1.0)
ohm-contrib (0.1.1)
ohm
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rcov (0.9.9)
redis (2.1.1)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
sinatra-advanced-routes (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
sinatra-sugar (~> 0.5.0)
sinatra-namespace (0.6.1)
sinatra (~> 1.1)
sinatra-reloader (0.5.0)
sinatra (~> 1.0)
sinatra-advanced-routes (~> 0.5.0)
sinatra-sugar (0.5.0)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.2.2)
vegas (0.1.8)
rack (>= 1.0.0)
yajl-ruby (0.8.1)
PLATFORMS
ruby
DEPENDENCIES
ZenTest (= 4.5.0)
autotest (= 4.4.6)
autotest-growl (= 0.2.9)
noah!
rack-test (= 0.5.7)
rcov (= 0.9.9)
rspec (~> 2.5)
sinatra-reloader (= 0.5.0)
module Noah
VERSION = "0.0.5"
VERSION = "0.0.6"
end
......@@ -40,6 +40,7 @@ Gem::Specification.new do |s|
s.add_dependency("thin")
end
s.add_development_dependency("diff-lcs", ["= 1.1.2"])
s.add_development_dependency("sinatra-reloader", ["= 0.5.0"])
s.add_development_dependency("rspec", ["~> 2.5"])
s.add_development_dependency("rcov", ["= 0.9.9"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment