diff --git a/.gitignore b/.gitignore index 779f9adf..36f18298 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ example/public/docs *.gem *.swp /html/ +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 5f7b0cc8..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,131 +0,0 @@ -PATH - remote: . - specs: - rspec_api_documentation (4.1.0) - activesupport (>= 3.0.0) - json (~> 1.4, >= 1.4.6) - mustache (~> 0.99, >= 0.99.4) - rspec (~> 3.0.0, >= 3.0.0) - -GEM - remote: http://rubygems.org/ - specs: - activesupport (4.1.1) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.1) - tzinfo (~> 1.1) - addressable (2.3.6) - aruba (0.5.4) - childprocess (>= 0.3.6) - cucumber (>= 1.1.1) - rspec-expectations (>= 2.7.0) - attr_required (1.0.0) - builder (3.2.2) - capybara (2.3.0) - mime-types (>= 1.16) - nokogiri (>= 1.3.3) - rack (>= 1.0.0) - rack-test (>= 0.5.4) - xpath (~> 2.0) - childprocess (0.5.3) - ffi (~> 1.0, >= 1.0.11) - coderay (1.1.0) - crack (0.4.2) - safe_yaml (~> 1.0.0) - cucumber (1.3.15) - builder (>= 2.1.2) - diff-lcs (>= 1.1.3) - gherkin (~> 2.12) - multi_json (>= 1.7.5, < 2.0) - multi_test (>= 0.1.1) - diff-lcs (1.2.5) - fakefs (0.4.3) - ffi (1.9.3) - gherkin (2.12.2) - multi_json (~> 1.3) - httpclient (2.4.0) - i18n (0.6.9) - inch (0.4.6) - pry - sparkr (>= 0.2.0) - term-ansicolor - yard (~> 0.8.7) - json (1.8.1) - method_source (0.8.2) - mime-types (2.3) - mini_portile (0.6.0) - minitest (5.3.4) - multi_json (1.10.1) - multi_test (0.1.1) - mustache (0.99.5) - nokogiri (1.6.2.1) - mini_portile (= 0.6.0) - pry (0.10.0) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rack (1.5.2) - rack-oauth2 (1.0.8) - activesupport (>= 2.3) - attr_required (>= 0.0.5) - httpclient (>= 2.2.0.2) - multi_json (>= 1.3.6) - rack (>= 1.1) - rack-protection (1.5.3) - rack - rack-test (0.6.2) - rack (>= 1.0) - rake (10.3.2) - rspec (3.0.0) - rspec-core (~> 3.0.0) - rspec-expectations (~> 3.0.0) - rspec-mocks (~> 3.0.0) - rspec-core (3.0.2) - rspec-support (~> 3.0.0) - rspec-expectations (3.0.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.0.0) - rspec-its (1.0.1) - rspec-core (>= 2.99.0.beta1) - rspec-expectations (>= 2.99.0.beta1) - rspec-mocks (3.0.2) - rspec-support (~> 3.0.0) - rspec-support (3.0.2) - safe_yaml (1.0.3) - sinatra (1.4.5) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - slop (3.5.0) - sparkr (0.4.1) - term-ansicolor (1.3.0) - tins (~> 1.0) - thread_safe (0.3.4) - tilt (1.4.1) - tins (1.3.0) - tzinfo (1.2.1) - thread_safe (~> 0.1) - webmock (1.18.0) - addressable (>= 2.3.6) - crack (>= 0.3.2) - xpath (2.0.0) - nokogiri (~> 1.3) - yard (0.8.7.4) - -PLATFORMS - ruby - -DEPENDENCIES - aruba (~> 0.5) - capybara (~> 2.2) - fakefs (~> 0.4) - inch - rack-oauth2 (~> 1.0.7) - rack-test (~> 0.6.2) - rake (~> 10.1) - rspec-its (~> 1.0) - rspec_api_documentation! - sinatra (~> 1.4.4) - webmock (~> 1.7)