diff --git a/.gitignore b/.gitignore index e748481..d702b21 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ tmp pkg *.gem -Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..f20c23f --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,44 @@ +PATH + remote: . + specs: + slurper (1.1.8) + activeresource (~> 3.0.9) + +GEM + remote: http://rubygems.org/ + specs: + activemodel (3.0.9) + activesupport (= 3.0.9) + builder (~> 2.1.2) + i18n (~> 0.5.0) + activeresource (3.0.9) + activemodel (= 3.0.9) + activesupport (= 3.0.9) + activesupport (3.0.9) + archive-tar-minitar (0.5.2) + builder (2.1.2) + columnize (0.3.4) + configuration (1.2.0) + i18n (0.5.0) + linecache19 (0.5.12) + ruby_core_source (>= 0.1.4) + rspec (1.3.0) + ruby-debug-base19 (0.11.25) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby_core_source (>= 0.1.4) + ruby-debug19 (0.11.6) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby-debug-base19 (>= 0.11.19) + ruby_core_source (0.1.5) + archive-tar-minitar (>= 0.5.2) + +PLATFORMS + ruby + +DEPENDENCIES + configuration (~> 1.2.0) + rspec (~> 1.3.0) + ruby-debug19 (~> 0.11.6) + slurper!