From 950a57dc6699439dfb43b5894dd03de9f546aed4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 2 Mar 2011 01:23:59 +0000 Subject: [PATCH] removed Gemfile.lock file, this is a gem, not an app --- .gitignore | 1 + Gemfile.lock | 32 -------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 7ae5b54..b236e19 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ tmtags ## PROJECT::GENERAL coverage rdoc +Gemfile.lock pkg/* *.gem .bundle diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index f6dec94..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,32 +0,0 @@ -PATH - remote: . - specs: - time_ext (0.2.7) - activesupport (>= 2.3.0) - i18n (>= 0.4.2) - -GEM - remote: http://rubygems.org/ - specs: - activesupport (3.0.3) - diff-lcs (1.1.2) - i18n (0.4.2) - rspec (2.1.0) - rspec-core (~> 2.1.0) - rspec-expectations (~> 2.1.0) - rspec-mocks (~> 2.1.0) - rspec-core (2.1.0) - rspec-expectations (2.1.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.1.0) - yard (0.6.3) - -PLATFORMS - ruby - -DEPENDENCIES - activesupport (>= 2.3.0) - i18n (>= 0.4.2) - rspec (>= 2.1.0) - time_ext! - yard (>= 0.6.3)