gem_polisher 0.4.5 → 0.4.6

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: d8aa33707e7bd71a20351f25c911aef8cd198725
4
- data.tar.gz: d654ef08d795ddc0d59e9ec2a5336c1d840253c6
3
+ metadata.gz: 88371b1d43f0c0af9feb354a8d7e9fb0d03e6558
4
+ data.tar.gz: c7f92e9d7c71349702e49ba3983de2a703b5de98
5
5
  SHA512:
6
- metadata.gz: 56e432286f73d6dcd5d441c0893bb71310247fe53fe4a40f46da2d43ca3c702b8ecce6d74e5def257f768d8b3a63cbb1ad6220ad7b753c0a10ff7fc7a164a28a
7
- data.tar.gz: 7a0b7cf1e734c0b55d780d2c7d915b7d22da2512e8482ec71d9417fd8f4c8335df2fde4b87803a043ab9d8b73af407f91b4b440348845b25c11d3c7c9804a681
6
+ metadata.gz: 824a980d4170da2cb25887b8ab02f3a171567e971c007946715dc652cd800d2fcd86ab9dcd1f6e16556d22d502a385ef0c7261e3c2b30eafde47cb1fd1fa7126
7
+ data.tar.gz: d804ada023a240ec6c1e009cc52bf1bd838b72a4921cd820748edcc823d32b6250eda243f4e9d988096e09b3dd54e2c83e0f6c9eed6480fb074c5fc23bb1615e
data/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
  [![Downloads](http://ruby-gem-downloads-badge.herokuapp.com/gem_polisher?type=total)](https://rubygems.org/gems/gem_polisher)
7
7
 
8
8
  * Home: [https://github.com/fornellas/gem_polisher/](https://github.com/fornellas/gem_polisher/)
9
+ * RubyGems.org: [https://rubygems.org/gems/gem_polisher/](https://rubygems.org/gems/gem_polisher/)
9
10
  * Bugs: [https://github.com/fornellas/gem_polisher/issues](https://github.com/fornellas/gem_polisher/issues)
10
11
 
11
12
  ## Description
@@ -1,3 +1,3 @@
1
1
  class GemPolisher
2
- VERSION = '0.4.5'
2
+ VERSION = '0.4.6'
3
3
  end
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.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Pugliese Ornellas