gem_polisher 0.2.0 → 0.2.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 +4 -4
- data/lib/gem_polisher/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66669e7bc27999bce53fba89cd92f14fec6837c7
|
4
|
+
data.tar.gz: 2d0e1e90f0abf263cbccd7c4ed0592ec1148726b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15e651e277387f30b2b98dc36a907bd16e8a48446115becf87cfd1575e41070fcaab58f9a9a08d05f727635af2afca681990af1881f3726ac9c9aa783b7f060a
|
7
|
+
data.tar.gz: 4b7b4b72afcad51faaf43885c4e300378b39d11cd5fb5fc81d93f9daef175d08e3c199a6bcf6be268f847bc8ae871fe2d4c1b356cef2c0c11011cd8af7d87449
|
data/lib/gem_polisher/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gem_polisher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabio Pugliese Ornellas
|
@@ -106,7 +106,8 @@ dependencies:
|
|
106
106
|
- - ">="
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: 0.11.1
|
109
|
-
description:
|
109
|
+
description: 'Easily create Rake tasks that mechanize Gem development workflow: Git
|
110
|
+
integration, automatic semantic versioning, gem building and publishing.'
|
110
111
|
email: fabio.ornellas@gmail.com
|
111
112
|
executables: []
|
112
113
|
extensions: []
|