gitegnore 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a0f09c286a0885946039b0ea6712b151e0947dc
4
- data.tar.gz: 0b49341d914b47214708975f8ce8a0cc266b33cd
3
+ metadata.gz: db9fa23a9ebdbc45199db2fb9c05d08050f292af
4
+ data.tar.gz: 1e060b5210c7cf08aa03bdadb05d0c0f083d6095
5
5
  SHA512:
6
- metadata.gz: b3067e2b918e27375dd3cd6123ac12b54a2bf79b8d42745f4df7588590c4d5af79d143f5e103e1c6c24a3da45718c220579ec5f29ed20993c3d7f5c15c28ae54
7
- data.tar.gz: ee3d75d279d55503bfeac6feecd45a600bc3d8105aec00289bc30e4d19a991535f01bbadc8ddcef6997e6332b248911599b533bf843f62d8f822d689d41c182a
6
+ metadata.gz: c58f48c2355d61fa5d238a38327e003e37b03f39bb776a284018373a0349047f15b9950503b3eb5b596f8285194895a22da3872dc05d8399248497ac12509a8e
7
+ data.tar.gz: 7443bee333752cbadbb95d5c0692897d6cc28a4cf4b77552efedb5361460cdc7cd8237301ef1b1197b851fa2a0117600e86e7340e4715be7d58c8e8554f7697e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitegnore (0.1.0)
4
+ gitegnore (0.1.1)
5
5
  json (~> 1.8, >= 1.8.3)
6
6
  thor (~> 0.19.4)
7
7
 
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{fetch gitgnore file from the github/gitignore repo}
13
13
  spec.description = <<-EOM
14
- first it will pull lastest update from github/gitignore repo, then copy.
15
- then copy corresponding .gitignore file to current diretory
14
+ it will pull lastest update from github/gitignore repo,
15
+ copy corresponding .gitignore file to current diretory
16
16
  EOM
17
17
  spec.homepage = "https://github.com/0oneo/gitegnore"
18
18
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module Gitegnore
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitegnore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0oneo
@@ -87,8 +87,8 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: 1.8.3
89
89
  description: |2
90
- first it will pull lastest update from github/gitignore repo, then copy.
91
- then copy corresponding .gitignore file to current diretory
90
+ it will pull lastest update from github/gitignore repo,
91
+ copy corresponding .gitignore file to current diretory
92
92
  email:
93
93
  - neoman.v@gmail.com
94
94
  executables: