Skip to content

Commit

Permalink
updated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Hull committed Jan 12, 2011
1 parent 87771d0 commit ad92d50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,3 +1,3 @@
source :rubygems
gem "sinatra"
gem "glassfish"

gemspec
13 changes: 13 additions & 0 deletions Gemfile.lock
@@ -1,15 +1,28 @@
PATH
remote: .
specs:
squeezy (0.0.1)
glassfish
sinatra

GEM
remote: http://rubygems.org/
specs:
glassfish (1.0.2-java)
rack (>= 0.4.0)
rack (1.2.1)
rake (0.8.7)
rspec (1.3.1)
sinatra (1.0)
rack (>= 1.0)

PLATFORMS
java

DEPENDENCIES
bundler (>= 1.0.0)
glassfish
rake
rspec (~> 1.3.0)
sinatra
squeezy!
2 changes: 1 addition & 1 deletion squeezy.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency "glassfish"
s.add_dependency "sinatra"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec", '~> 1.3.0'
s.add_development_dependency "rake"
s.add_development_dependency "bundler", ">= 1.0.0"

Expand Down

0 comments on commit ad92d50

Please sign in to comment.