Skip to content

Commit

Permalink
Merge branch 'sinatra' into sinatra-authlogic
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jul 27, 2010
2 parents a36f47c + 9e68e4d commit e123383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/gem_template/gems.rb
Expand Up @@ -10,8 +10,8 @@ class Gems
:cucumber => '=0.6.2',
:haml => '=2.2.17',
:lilypad => '=0.3.0',
:rack_flash => '=0.1.1',
:rack_test => '=0.5.3',
:'rack-flash' => '=0.1.1',
:'rack-test' => '=0.5.3',
:rake => '=0.8.7',
:rspec => '=1.3.0',
:sinatra => '=1.0'
Expand All @@ -23,7 +23,7 @@ class Gems
:gemspec_dev => [ :cucumber, :rspec, :'rack-test' ],
:lib => [ :active_wrapper, :haml, :lilypad, :'rack-flash', :sinatra ],
:rake => [ :rake, :rspec ],
:spec => [ :rspec ]
:spec => [ :'rack-test', :rspec ]
}

class <<self
Expand Down

0 comments on commit e123383

Please sign in to comment.