forgitter 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -7
  3. data/lib/forgitter/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68ca42df72e73e7c628dbebfd42031b3c98d81736cc8d4dbe0df2cef9a93dce0
4
- data.tar.gz: f07f15f1ada5043dc95117630bb02d256801322a76922864e6174096623887f4
3
+ metadata.gz: 1af077fd06fc78b7ae09b66b5638bf59e7cae51078464223dd70eeb699fca4c1
4
+ data.tar.gz: b131deffe5bdb23ea8d98666f3be9024555492d39dda78c3a90d785a1eff9251
5
5
  SHA512:
6
- metadata.gz: be809fa4f1096f4c4aca7604eb535d3f7e96c07b5e770c64b4b7cabae5ac4db956498e33e1f5f551e853cb8d12b12d29fe428e4c95982a80d0805b36c1a5b801
7
- data.tar.gz: 0744dd773a5b1210ed2b940f7ab6034a7896853ce830f271cce6c8b10f34c6d816c3778bf9f4c17c0faa5074dbd02870ba4002b57ee4c3713a7df496d4bd4d15
6
+ metadata.gz: 6488dcc0277ae0400002147b901d5f93eae66baa80baf3bb0dfeebaf029126755d8e1089f5a818a696d2aa4119d51121948ddf1e74ef8ddd4099d839f51c6bfe
7
+ data.tar.gz: 9cde80acd5e9b1cd76e7c2336f6fc1d55870195ae64fa0b761d831246dc6ade9f693153790f7b0c0d0acf4b8a4b3de161df3dd5be32d83ef1bf5828968dbc885
data/README.md CHANGED
@@ -44,12 +44,10 @@ To see a list of ignorefiles that match specific tags, run:
44
44
 
45
45
  forgitter -l TAG1 [TAG2 ...]
46
46
 
47
- > $ forgitter -l rails
48
- > cloudspace rails chefcookbook cloudspace/rails/ChefCookbook.gitignore
49
- > cloudspace rails linux cloudspace/rails/Linux.gitignore
50
- > cloudspace rails rails cloudspace/rails/Rails.gitignore
51
- > cloudspace rails ruby cloudspace/rails/Ruby.gitignore
52
- > github rails github/Rails.gitignore
47
+ > $ forgitter -l vagrant
48
+ > custom vagrant extras custom/vagrant/Extras.gitignore
49
+ > custom vagrant vagrant custom/vagrant/Vagrant.gitignore
50
+ > github global vagrant github/Global/Vagrant.gitignore
53
51
 
54
52
  Running `forgitter -l` without arguments will list all available
55
53
  ignorefiles.
@@ -65,7 +63,7 @@ submodule. After cloning this repository, run the following to retrieve the
65
63
  \*.gitignore files placed directly under `data/` will be ignored due to tag
66
64
  ambiguity.
67
65
 
68
- 1. Fork it ( http://github.com/cloudspace/forgitter/fork )
66
+ 1. Fork it ( http://github.com/addiedx44/forgitter/fork )
69
67
  2. Create your feature branch (`git checkout -b my-new-feature`)
70
68
  3. Commit your changes (`git commit -am 'Add some feature'`)
71
69
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Forgitter
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forgitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Addie Drake
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-06 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler