word_wrap 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: 4660c08a3ffd74a97b105526d2361f186bfb236a
4
- data.tar.gz: 7591f43b255fa1e8d80d21342ebd1e41d7ab2b62
3
+ metadata.gz: 789bc643451be62663a5caafd007cd34482fa533
4
+ data.tar.gz: b84b5f9ca6e5a0644c49564fae9b2778484a850b
5
5
  SHA512:
6
- metadata.gz: 36bb550b86addd349547a880cbaa3c8b705da3a43958b6028254f4d633e2b22b36b2561589790802b696afe1fca37c4dce6b1ec0db0176a8a3d6a53c6c9a42c0
7
- data.tar.gz: cb381f125177bc732d3276d068ca59ea063e35f38fb6db269e8fb5a2e17e723ff8c783c1b08aa080a89eb45e1b772034acef86363a303095f7443f8a6e47badc
6
+ metadata.gz: b70a0a7efa64ffb0596d15a41afefcf580a16cb06964dbdb58205973068466bb88d6959e8075d1779aef7beefdcdb2eb37083bfca716d735fd66f72d07b25776
7
+ data.tar.gz: a553994da0d0c6c2965e35a559928ccd0511e9763c39f9700aee3f1e5587e72e4b5382819c23c21d79856f7b47576f9ea5f475375701ed40abd0962deb2fdad0
@@ -1,3 +1,3 @@
1
1
  module WordWrap
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  word-wrapping plain-text files. As simple as
14
14
  it gets. You can also use it in your Ruby
15
15
  scripts - check out the sources for help.}
16
- spec.homepage = "http://linuxwell.com/ww"
16
+ spec.homepage = "https://github.com/pazdera/word_wrap"
17
17
  spec.license = "MIT"
18
18
 
19
19
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word_wrap
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
  - Radek Pazdera
@@ -75,7 +75,7 @@ files:
75
75
  - lib/word_wrap/wrapper.rb
76
76
  - spec/ww_spec.rb
77
77
  - word_wrap.gemspec
78
- homepage: http://linuxwell.com/ww
78
+ homepage: https://github.com/pazdera/word_wrap
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}