Skip to content

Commit

Permalink
build: create new gitignore-cli v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvinciguerra committed Aug 9, 2020
1 parent f483ac4 commit d576ef9
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
77 changes: 77 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/gitignore/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gitignore
VERSION = '0.10.1'
VERSION = '0.11.0'
end

0 comments on commit d576ef9

Please sign in to comment.