Skip to content

Commit

Permalink
Move paperclip from vendor/plugins to gem
Browse files Browse the repository at this point in the history
Change-Id: I772a79a9db28e12b43529c3b2759c828e6105117
Reviewed-on: https://gerrit.causes.com/5289
Reviewed-by: Adam Derewecki <adam@causes.com>
Tested-by: Adam Derewecki <adam@causes.com>
  • Loading branch information
Adam Derewecki committed Apr 14, 2012
1 parent 03f555b commit a28c6ab
Show file tree
Hide file tree
Showing 54 changed files with 23 additions and 5,401 deletions.
5 changes: 3 additions & 2 deletions Gemfile
@@ -1,8 +1,9 @@
source :gemcutter
gem "rails", "~> 2.3.14"
gem 'rails', '~> 2.3.14'

gem 'aws-s3'
gem 'aws-sdk'
gem 'tinder'
gem 'paperclip', '~> 2.7'

group :development do
gem 'sqlite3'
Expand Down
27 changes: 20 additions & 7 deletions Gemfile.lock
Expand Up @@ -12,11 +12,12 @@ GEM
activesupport (= 2.3.14)
activesupport (2.3.14)
addressable (2.2.7)
aws-s3 (0.6.2)
builder
mime-types
xml-simple
builder (3.0.0)
aws-sdk (1.3.9)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
cocaine (0.2.1)
eventmachine (0.12.10)
faraday (0.7.6)
addressable (~> 2.2)
Expand All @@ -26,9 +27,20 @@ GEM
faraday (~> 0.7.3)
hashie (1.2.0)
http_parser.rb (0.5.3)
httparty (0.8.1)
multi_json
multi_xml
json (1.6.6)
mime-types (1.18)
multi_json (1.2.0)
multi_xml (0.4.2)
multipart-post (1.1.5)
nokogiri (1.5.2)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.13.2)
rack (1.1.3)
rails (2.3.14)
Expand All @@ -55,13 +67,14 @@ GEM
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
xml-simple (1.1.1)
uuidtools (2.1.2)

PLATFORMS
ruby

DEPENDENCIES
aws-s3
aws-sdk
paperclip (~> 2.7)
pg
rails (~> 2.3.14)
sqlite3
Expand Down
26 changes: 0 additions & 26 deletions vendor/plugins/paperclip/LICENSE

This file was deleted.

179 changes: 0 additions & 179 deletions vendor/plugins/paperclip/README.rdoc

This file was deleted.

103 changes: 0 additions & 103 deletions vendor/plugins/paperclip/Rakefile

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/plugins/paperclip/cucumber/paperclip_steps.rb

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/plugins/paperclip/generators/paperclip/USAGE

This file was deleted.

0 comments on commit a28c6ab

Please sign in to comment.