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 indentation of gem configs
cpytel (author)
Thu Oct 02 08:27:18 -0700 2008
commit  83dcc4d49322e076b0c7e683d33c594745a1a857
tree    e35c9b61f46ac27c788bf634125eb15e34a932a8
parent  72e7264705ce6d0c7c8b08cf5320d0da49c17eae
...
26
27
28
29
30
31
 
 
 
32
33
34
 
 
35
36
37
 
 
38
39
40
 
 
41
42
43
...
26
27
28
 
 
 
29
30
31
32
 
 
33
34
35
 
 
36
37
38
 
 
39
40
41
42
43
0
@@ -26,18 +26,18 @@ Rails::Initializer.run do |config|
0
 
0
   # Specify gems that this application depends on.
0
   config.gem 'mislav-will_paginate',
0
- :lib => 'will_paginate',
0
- :source => 'http://gems.github.com',
0
- :version => '~> 2.3.4'
0
+ :lib => 'will_paginate',
0
+ :source => 'http://gems.github.com',
0
+ :version => '~> 2.3.4'
0
   config.gem 'thoughtbot-shoulda',
0
- :lib => 'shoulda/rails',
0
- :source => 'http://gems.github.com'
0
+ :lib => 'shoulda/rails',
0
+ :source => 'http://gems.github.com'
0
   config.gem 'thoughtbot-factory_girl',
0
- :lib => 'factory_girl',
0
- :source => 'http://gems.github.com'
0
+ :lib => 'factory_girl',
0
+ :source => 'http://gems.github.com'
0
   config.gem "thoughtbot-quietbacktrace",
0
- :lib => "quietbacktrace",
0
- :source => "http://gems.github.com"
0
+ :lib => "quietbacktrace",
0
+ :source => "http://gems.github.com"
0
   config.gem "redgreen"
0
   
0
   # Only load the plugins named here, in the order given. By default, all plugins

Comments

    No one has commented yet.