From 8343cd7c5eef5256bb8b1d7d2c5c11c2d9b67fe5 Mon Sep 17 00:00:00 2001 From: Kyle Tolle Date: Sat, 17 Nov 2012 04:03:50 -0700 Subject: [PATCH] Remove Gemfile.lock from repository According to http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ Gemfile.lock should not be included with a gem. --- .gitignore | 1 + Gemfile.lock | 53 ---------------------------------------------------- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 0ce9390..e62c7b2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ coverage pkg rdoc +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 79bb04f..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,53 +0,0 @@ -PATH - remote: . - specs: - gitmodel (0.0.8) - activemodel (~> 3.0.1) - activesupport (~> 3.0.1) - dalli - grit (>= 2.3.0) - lockfile (>= 1.4.3) - rake - yajl-ruby (>= 0.8.2) - -GEM - remote: http://rubygems.org/ - specs: - ZenTest (4.6.2) - activemodel (3.0.17) - activesupport (= 3.0.17) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activesupport (3.0.17) - autotest (4.4.6) - ZenTest (>= 4.4.1) - builder (2.1.2) - dalli (2.2.1) - diff-lcs (1.1.3) - grit (2.5.0) - diff-lcs (~> 1.1) - mime-types (~> 1.15) - posix-spawn (~> 0.3.6) - i18n (0.5.0) - lockfile (2.1.0) - mime-types (1.19) - posix-spawn (0.3.6) - rake (0.9.2.2) - rspec (2.7.0) - rspec-core (~> 2.7.0) - rspec-expectations (~> 2.7.0) - rspec-mocks (~> 2.7.0) - rspec-core (2.7.1) - rspec-expectations (2.7.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.7.0) - yajl-ruby (1.1.0) - -PLATFORMS - ruby - -DEPENDENCIES - ZenTest (>= 4.4.0) - autotest (>= 4.4.1) - gitmodel! - rspec (>= 2.0.1)