diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..5a47d27 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,77 @@ +PATH + remote: . + specs: + gitignore-cli (0.11.0) + http (~> 4.3, >= 4.3.0) + thor (~> 1.0, >= 1.0.1) + tty-prompt (>= 0.20, < 0.23) + +GEM + remote: https://rubygems.org/ + specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + diff-lcs (1.3) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) + equatable (0.6.1) + ffi (1.13.1) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake + http (4.4.1) + addressable (~> 2.3) + http-cookie (~> 1.0) + http-form_data (~> 2.2) + http-parser (~> 1.2.0) + http-cookie (1.0.3) + domain_name (~> 0.5) + http-form_data (2.3.0) + http-parser (1.2.1) + ffi-compiler (>= 1.0, < 2.0) + necromancer (0.5.1) + pastel (0.7.3) + equatable (~> 0.6) + tty-color (~> 0.5) + public_suffix (4.0.5) + rake (13.0.1) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.2) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.3) + thor (1.0.1) + tty-color (0.5.1) + tty-cursor (0.7.1) + tty-prompt (0.20.0) + necromancer (~> 0.5.0) + pastel (~> 0.7.0) + tty-reader (~> 0.7.0) + tty-reader (0.7.0) + tty-cursor (~> 0.7) + tty-screen (~> 0.7) + wisper (~> 2.0.0) + tty-screen (0.7.1) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.7) + wisper (2.0.1) + +PLATFORMS + ruby + +DEPENDENCIES + gitignore-cli! + rake (~> 13.0) + rspec (~> 3.0) + +BUNDLED WITH + 2.1.4 diff --git a/lib/gitignore/version.rb b/lib/gitignore/version.rb index 1ba4f64..dce7374 100644 --- a/lib/gitignore/version.rb +++ b/lib/gitignore/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Gitignore - VERSION = '0.10.1' + VERSION = '0.11.0' end