Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
f768cc20
Commit
f768cc20
authored
Mar 23, 2011
by
John Hawthorn
Committed by
Jon Yurek
Apr 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appraisal generated gemfiles with fog
parent
4047d322
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
0 deletions
+36
-0
gemfiles/rails2.gemfile
+2
-0
gemfiles/rails2.gemfile.lock
+16
-0
gemfiles/rails3.gemfile
+2
-0
gemfiles/rails3.gemfile.lock
+16
-0
No files found.
gemfiles/rails2.gemfile
View file @
f768cc20
...
...
@@ -7,5 +7,6 @@ gem "rake"
gem "sqlite3-ruby", "~>1.3.0"
gem "shoulda"
gem "mocha"
gem "fog"
gem "aws-s3", {:require=>"aws/s3"}
gem "appraisal"
\ No newline at end of file
gemfiles/rails2.gemfile.lock
View file @
f768cc20
...
...
@@ -20,10 +20,24 @@ GEM
xml-simple
builder (3.0.0)
columnize (0.3.2)
excon (0.5.7)
fog (0.7.1)
builder
excon (>= 0.5.7)
formatador (>= 0.1.2)
json
mime-types
net-ssh (>= 2.0.23)
nokogiri (>= 1.4.4)
ruby-hmac
formatador (0.1.2)
json (1.5.1)
linecache (0.43)
mime-types (1.16)
mocha (0.9.9)
rake
net-ssh (2.1.0)
nokogiri (1.4.4)
rack (1.1.0)
rails (2.3.10)
actionmailer (= 2.3.10)
...
...
@@ -38,6 +52,7 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-hmac (0.4.0)
shoulda (2.11.3)
sqlite3-ruby (1.3.2)
xml-simple (1.0.12)
...
...
@@ -48,6 +63,7 @@ PLATFORMS
DEPENDENCIES
appraisal
aws-s3
fog
mocha
rails (~> 2.3.0)
rake
...
...
gemfiles/rails3.gemfile
View file @
f768cc20
...
...
@@ -7,5 +7,6 @@ gem "rake"
gem "sqlite3-ruby", "~>1.3.0"
gem "shoulda"
gem "mocha"
gem "fog"
gem "aws-s3", {:require=>"aws/s3"}
gem "appraisal"
\ No newline at end of file
gemfiles/rails3.gemfile.lock
View file @
f768cc20
...
...
@@ -40,7 +40,19 @@ GEM
columnize (0.3.2)
erubis (2.6.6)
abstract (>= 1.0.0)
excon (0.5.7)
fog (0.7.1)
builder
excon (>= 0.5.7)
formatador (>= 0.1.2)
json
mime-types
net-ssh (>= 2.0.23)
nokogiri (>= 1.4.4)
ruby-hmac
formatador (0.1.2)
i18n (0.4.2)
json (1.5.1)
linecache (0.43)
mail (2.2.10)
activesupport (>= 2.3.6)
...
...
@@ -50,6 +62,8 @@ GEM
mime-types (1.16)
mocha (0.9.9)
rake
net-ssh (2.1.0)
nokogiri (1.4.4)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
...
...
@@ -75,6 +89,7 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-hmac (0.4.0)
shoulda (2.11.3)
sqlite3-ruby (1.3.2)
thor (0.14.6)
...
...
@@ -89,6 +104,7 @@ PLATFORMS
DEPENDENCIES
appraisal
aws-s3
fog
mocha
rails (~> 3.0.0)
rake
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment