diff --git a/.gitignore b/.gitignore index 73a47c6..e705a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ pkg/* *.gem .bundle +Gemfile.lock ## MAC OS .DS_Store diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 6008a0e..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,47 +0,0 @@ -PATH - remote: . - specs: - guard (0.2.1) - open_gem (~> 1.4.2) - thor (~> 0.14.3) - -GEM - remote: http://rubygems.org/ - specs: - configuration (1.1.0) - diff-lcs (1.1.2) - growl (1.0.3) - guard-rspec (0.1.4) - guard (>= 0.2.0) - launchy (0.3.7) - configuration (>= 0.0.5) - rake (>= 0.8.1) - open_gem (1.4.2) - launchy (~> 0.3.5) - rake (0.8.7) - rb-fsevent (0.3.3) - rspec (2.0.1) - rspec-core (~> 2.0.1) - rspec-expectations (~> 2.0.1) - rspec-mocks (~> 2.0.1) - rspec-core (2.0.1) - rspec-expectations (2.0.1) - diff-lcs (>= 1.1.2) - rspec-mocks (2.0.1) - rspec-core (~> 2.0.1) - rspec-expectations (~> 2.0.1) - thor (0.14.3) - -PLATFORMS - java - ruby - -DEPENDENCIES - bundler (~> 1.0.3) - growl (~> 1.0.3) - guard! - guard-rspec (~> 0.1.4) - open_gem (~> 1.4.2) - rb-fsevent (>= 0.3.3) - rspec (~> 2.0.1) - thor (~> 0.14.3)