isbnify 1.0.1 → 1.0.2
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/README.md +3 -1
- data/lib/isbnify/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 159ca418863f838938aeeca0115b100a42afcc5b
|
|
4
|
+
data.tar.gz: fc9141744928a6fc84a7b6ebc866833db50aeb09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b32e4199a4b35982dffa8dcedb49a6c3a3e894473d5a79a5a446b8da5556b64ae53c92c357bb1ce739fbf125bd123d77dfb3bbc1089a1064523b4e80d8a397e2
|
|
7
|
+
data.tar.gz: a83ca129603328333d1c526170038ca5303bdef3f2c12dc289eaefe8185cf727b26b67c7f2c57d1fa147299ccc4b2c78657f64716a1dca257d96361482a41842
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
isbnify
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
[](https://www.omniref.com/ruby/gems/isbnify)
|
|
5
|
+
|
|
4
6
|
hyphenate, verify and create ISBN13 numbers
|
|
5
7
|
|
|
6
8
|
### Functionality
|
|
@@ -66,4 +68,4 @@ This gem was developed and tested with versions 1.9.3 and 2.0.0
|
|
|
66
68
|
|
|
67
69
|
### Copyright
|
|
68
70
|
|
|
69
|
-
Copyright (c)
|
|
71
|
+
Copyright (c) 2014 Christoph Seydel. See LICENSE for further details.
|
data/lib/isbnify/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: isbnify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cseydel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
166
|
version: '0'
|
|
167
167
|
requirements: []
|
|
168
168
|
rubyforge_project:
|
|
169
|
-
rubygems_version: 2.
|
|
169
|
+
rubygems_version: 2.2.2
|
|
170
170
|
signing_key:
|
|
171
171
|
specification_version: 4
|
|
172
172
|
summary: This gem verifies, creates and hyphinates ISBN13 numbers
|