forgitter 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/forgitter.gemspec +2 -2
- data/lib/forgitter/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 172e0500dbe82896d86acffc035d49768c91840e
|
4
|
+
data.tar.gz: b6d9b32611a26499efa65f9384e2f90de6e6d200
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11e1f581c294cc8d33ca99dab996a9c3243d6c69b9317f620746b0ad16f4c60fa48458881d482ec76dec6f1a442d74192609ef13e8e6b204e8b405fa6dba14dc
|
7
|
+
data.tar.gz: 3c8d9e84e87f777ed084f479a4bd53c1035c24291b0712b8dfe12d2e7a1e1c9d0ff09042a7426a01f0eeb944d36f9ca218bcc5d0b5afabe53dd5b2c919d46036
|
data/forgitter.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Forgitter::VERSION
|
9
9
|
spec.authors = ['Adam Dunson', 'Jeremiah Hemphill']
|
10
10
|
spec.email = ['adam@cloudspace.com', 'jeremiah@cloudspace.com']
|
11
|
-
spec.summary = %q{.gitignore generator}
|
12
|
-
spec.description = %q{.gitignore generator}
|
11
|
+
spec.summary = %q{Forgitter is a .gitignore generator.}
|
12
|
+
spec.description = %q{Forgitter is a .gitignore generator. It uses the *.gitignore files found at https://github.com/github/gitignore to generate a combined .gitignore file locally.}
|
13
13
|
spec.homepage = ''
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
data/lib/forgitter/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forgitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Dunson
|
@@ -53,7 +53,8 @@ dependencies:
|
|
53
53
|
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
|
-
description:
|
56
|
+
description: Forgitter is a .gitignore generator. It uses the *.gitignore files found
|
57
|
+
at https://github.com/github/gitignore to generate a combined .gitignore file locally.
|
57
58
|
email:
|
58
59
|
- adam@cloudspace.com
|
59
60
|
- jeremiah@cloudspace.com
|
@@ -99,5 +100,5 @@ rubyforge_project:
|
|
99
100
|
rubygems_version: 2.2.2
|
100
101
|
signing_key:
|
101
102
|
specification_version: 4
|
102
|
-
summary:
|
103
|
+
summary: Forgitter is a .gitignore generator.
|
103
104
|
test_files: []
|