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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db358774f0d9020b500c6b5b540a080b7cfaace9
4
- data.tar.gz: 7dd3055c00d4a2c2546a3fcb7bebf07f011e7ace
3
+ metadata.gz: 172e0500dbe82896d86acffc035d49768c91840e
4
+ data.tar.gz: b6d9b32611a26499efa65f9384e2f90de6e6d200
5
5
  SHA512:
6
- metadata.gz: bfe909a83a9591950cf2b8248afeab2afa6709f6ee18e4d00e14d1319a558f161396fa866270822283ea488bc35f7cd67ee414ea4680a422623ddbd70c4af001
7
- data.tar.gz: 0479a83326d481e04b75d0f31034eec717d231727bfb0ca10edecdaf7c5f4016834f4ef192e48e4be830a9600cfd3d431132d7d2905b8adb328aa766eed41e50
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
 
@@ -1,3 +1,3 @@
1
1
  module Forgitter
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
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: ".gitignore generator"
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: ".gitignore generator"
103
+ summary: Forgitter is a .gitignore generator.
103
104
  test_files: []