Skip to content

Commit

Permalink
making sure .gems and config/environment.rb are in sync, complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 14, 2009
1 parent 48c7a14 commit 21eb6cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gems
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
ambethia-smtp-tls --version '1.1.2' --source gems.github.com
tobi-delayed_job --version '1.7.0' --source gems.github.com
tristandunn-paperclip --version '2.3.1' --source gems.github.com
mime-types --version '1.16'
xml-simple --version '1.0.12'
aws-s3 --version '0.6.2'
rubaidh-google_analytics --version '1.1.4' --source gems.github.com
yfactorial-utility_scopes --version '0.2.2' --source gems.github.com
justinfrench-formtastic --version '0.2.1' --source gems.github.com
thoughtbot-clearance --version '0.7.0' --source gems.github.com
josevalim-inherited_resources ==version='0.8.5' --source gems.github.com

23 changes: 19 additions & 4 deletions config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,19 @@
:lib => "delayed_job",
:version => "1.7.0",
:source => "http://gems.github.com"
config.gem "thoughtbot-paperclip",
config.gem "tristandunn-paperclip",
:lib => "paperclip",
:version => "2.2.9.2",
:version => "2.3.1",
:source => "http://gems.github.com"
config.gem "right_aws",
:version => "1.10.0"
config.gem "mime-types",
:lib => "mime/types",
:version => "1.16"
config.gem "xml-simple",
:lib => "xmlsimple",
:version => "1.0.12"
config.gem "aws-s3",
:lib => "aws/s3",
:version => "0.6.2"
config.gem "yfactorial-utility_scopes",
:lib => "utility_scopes",
:version => "0.2.2",
Expand All @@ -35,5 +42,13 @@
:lib => 'formtastic',
:source => 'http://gems.github.com',
:version => '0.2.1'
config.gem "josevalim-inherited_resources",
:lib => 'inherited_resources',
:source => 'http://gems.github.com',
:version => '0.8.5'
config.gem "thoughtbot-clearance",
:lib => 'clearance',
:source => 'http://gems.github.com',
:version => '0.7.0'
end

0 comments on commit 21eb6cc

Please sign in to comment.