public
Description: A Rails project template, intended to keep app baselines up to date. Includes shoulda, mocha, factory_girl, Hoptoad, git rake tasks, cap recipes, etc.
Homepage: http://thoughtbot.com
Clone URL: git://github.com/thoughtbot/suspenders.git
update version and name information for shoulda and will_paginate in 
environment.rb
mjankowski (author)
Thu Oct 09 08:35:28 -0700 2008
commit  9aedb0c532f89be8a202dd1db6d7583498398a00
tree    4cf304f8e477986f824c0d80d37423de714206c6
parent  053ce9564fcfa1aefe711b93e68cc15b8c5bf5c2
...
28
29
30
31
 
32
33
 
34
 
35
36
37
 
38
39
40
...
28
29
30
 
31
32
 
33
34
35
36
37
38
39
40
41
42
0
@@ -28,13 +28,15 @@ Rails::Initializer.run do |config|
0
   config.gem 'mislav-will_paginate',
0
              :lib => 'will_paginate',
0
              :source => 'http://gems.github.com',
0
- :version => '~> 2.3.4'
0
+ :version => '~> 2.3.5'
0
   config.gem 'thoughtbot-shoulda',
0
- :lib => 'shoulda/rails',
0
+ :lib => 'shoulda',
0
              :source => 'http://gems.github.com'
0
+ :version => '>= 2.0.4'
0
   config.gem 'thoughtbot-factory_girl',
0
              :lib => 'factory_girl',
0
              :source => 'http://gems.github.com'
0
+ :version => '>= 1.1.3'
0
   
0
   # Only load the plugins named here, in the order given. By default, all plugins
0
   # in vendor/plugins are loaded in alphabetical order.

Comments

    No one has commented yet.