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)