Skip to content

Commit

Permalink
don't gitignore gemfiles/Gemfile*.lock -- lets us know which dependen…
Browse files Browse the repository at this point in the history
…cy set we're using at any moment for development.

still not checking in a top-level Gemfie.lock, so non-development use isn't locked in.
  • Loading branch information
ronen committed Aug 14, 2011
1 parent 7f01251 commit 1e739eb
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ pkg
*.log
*.sqlite3
Gemfile.lock
gemfiles/*.lock
63 changes: 63 additions & 0 deletions gemfiles/Gemfile.rails-2.3.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.1.2)
rails
valuable

GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.12)
actionpack (= 2.3.12)
actionpack (2.3.12)
activesupport (= 2.3.12)
rack (~> 1.1.0)
activerecord (2.3.12)
activesupport (= 2.3.12)
activeresource (2.3.12)
activesupport (= 2.3.12)
activesupport (2.3.12)
diff-lcs (1.1.2)
mysql (2.8.1)
mysql2 (0.2.11)
pg (0.11.0)
rack (1.1.2)
rails (2.3.12)
actionmailer (= 2.3.12)
actionpack (= 2.3.12)
activerecord (= 2.3.12)
activeresource (= 2.3.12)
activesupport (= 2.3.12)
rake (>= 0.8.3)
rake (0.8.7)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-gem-adapter (1.0.1)
simplecov
simplecov-html (0.4.5)
sqlite3 (1.3.4)
valuable (0.9.1)

PLATFORMS
ruby

DEPENDENCIES
mysql
mysql2 (~> 0.2.7)
pg
rails (~> 2.3)
rake (~> 0.8.7)
rspec
schema_plus!
simplecov
simplecov-gem-adapter
sqlite3
109 changes: 109 additions & 0 deletions gemfiles/Gemfile.rails-3.0.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.1.2)
rails
valuable

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (= 3.0.9)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
arel (2.0.10)
builder (2.1.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mysql (2.8.1)
mysql2 (0.2.11)
pg (0.11.0)
polyglot (0.3.2)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
bundler (~> 1.0)
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.8.7)
rdoc (3.9.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-gem-adapter (1.0.1)
simplecov
simplecov-html (0.4.5)
sqlite3 (1.3.4)
thor (0.14.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
valuable (0.9.1)

PLATFORMS
ruby

DEPENDENCIES
mysql
mysql2 (~> 0.2.7)
pg
rails (~> 3.0.0)
rake (~> 0.8.7)
rspec
schema_plus!
simplecov
simplecov-gem-adapter
sqlite3
122 changes: 122 additions & 0 deletions gemfiles/Gemfile.rails-3.1.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
PATH
remote: /Users/ronen/github/schema_plus
specs:
schema_plus (0.1.2)
rails
valuable

GEM
remote: http://rubygems.org/
specs:
actionmailer (3.1.0.rc5)
actionpack (= 3.1.0.rc5)
mail (~> 2.3.0)
actionpack (3.1.0.rc5)
activemodel (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.1)
rack-cache (~> 1.0.2)
rack-mount (~> 0.8.1)
rack-test (~> 0.6.0)
sprockets (~> 2.0.0.beta.12)
activemodel (3.1.0.rc5)
activesupport (= 3.1.0.rc5)
bcrypt-ruby (~> 2.1.4)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.0.rc5)
activemodel (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
arel (~> 2.1.4)
tzinfo (~> 0.3.29)
activeresource (3.1.0.rc5)
activemodel (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
activesupport (3.1.0.rc5)
multi_json (~> 1.0)
arel (2.1.4)
bcrypt-ruby (2.1.4)
builder (3.0.0)
diff-lcs (1.1.2)
erubis (2.7.0)
hike (1.2.0)
i18n (0.6.0)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
multi_json (1.0.3)
mysql (2.8.1)
mysql2 (0.3.6)
pg (0.11.0)
polyglot (0.3.2)
rack (1.3.2)
rack-cache (1.0.2)
rack (>= 0.4)
rack-mount (0.8.2)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.0.rc5)
actionmailer (= 3.1.0.rc5)
actionpack (= 3.1.0.rc5)
activerecord (= 3.1.0.rc5)
activeresource (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
bundler (~> 1.0)
railties (= 3.1.0.rc5)
railties (3.1.0.rc5)
actionpack (= 3.1.0.rc5)
activesupport (= 3.1.0.rc5)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.8.7)
rdoc (3.9.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-gem-adapter (1.0.1)
simplecov
simplecov-html (0.4.5)
sprockets (2.0.0.beta.13)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.2)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
valuable (0.9.1)

PLATFORMS
ruby

DEPENDENCIES
mysql
mysql2
pg
rails (~> 3.1.0.rc5)
rake (~> 0.8.7)
rspec
schema_plus!
simplecov
simplecov-gem-adapter
sqlite3

0 comments on commit 1e739eb

Please sign in to comment.