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.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/lib/forgitter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1af077fd06fc78b7ae09b66b5638bf59e7cae51078464223dd70eeb699fca4c1
|
|
4
|
+
data.tar.gz: b131deffe5bdb23ea8d98666f3be9024555492d39dda78c3a90d785a1eff9251
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
48
|
-
>
|
|
49
|
-
>
|
|
50
|
-
>
|
|
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/
|
|
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`)
|
data/lib/forgitter/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2022-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|