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 +4 -4
- data/lib/word_wrap/version.rb +1 -1
- data/word_wrap.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 789bc643451be62663a5caafd007cd34482fa533
|
|
4
|
+
data.tar.gz: b84b5f9ca6e5a0644c49564fae9b2778484a850b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b70a0a7efa64ffb0596d15a41afefcf580a16cb06964dbdb58205973068466bb88d6959e8075d1779aef7beefdcdb2eb37083bfca716d735fd66f72d07b25776
|
|
7
|
+
data.tar.gz: a553994da0d0c6c2965e35a559928ccd0511e9763c39f9700aee3f1e5587e72e4b5382819c23c21d79856f7b47576f9ea5f475375701ed40abd0962deb2fdad0
|
data/lib/word_wrap/version.rb
CHANGED
data/word_wrap.gemspec
CHANGED
|
@@ -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 = "
|
|
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.
|
|
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:
|
|
78
|
+
homepage: https://github.com/pazdera/word_wrap
|
|
79
79
|
licenses:
|
|
80
80
|
- MIT
|
|
81
81
|
metadata: {}
|