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
correct potentially embarassing gaffe
mjankowski (author)
Thu Oct 09 08:41:21 -0700 2008
commit  183a2dff1c6291123928e3fcad3c552d2c188240
tree    dcdf40d8fd7198de1caba51f445b286746b8c68e
parent  9aedb0c532f89be8a202dd1db6d7583498398a00
...
31
32
33
34
 
35
36
37
38
 
39
40
41
...
31
32
33
 
34
35
36
37
 
38
39
40
41
0
@@ -31,11 +31,11 @@ Rails::Initializer.run do |config|
0
              :version => '~> 2.3.5'
0
   config.gem 'thoughtbot-shoulda',
0
              :lib => 'shoulda',
0
- :source => 'http://gems.github.com'
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
+ :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

Comments

    No one has commented yet.