lisbn 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.
- data/lisbn.gemspec +3 -3
- metadata +5 -5
data/lisbn.gemspec
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.authors = ["Mike Ragalie"]
|
|
4
4
|
gem.email = ["michael.ragalie@verbasoftware.com"]
|
|
5
|
-
gem.description = %q{
|
|
5
|
+
gem.description = %q{Lisbn (pronounced "Lisbon") is a wrapper around String that adds methods for manipulating ISBNs.}
|
|
6
6
|
gem.summary = %q{Provides methods for converting between ISBN-10 and ISBN-13,
|
|
7
7
|
checking validity and splitting ISBNs into groups and prefixes}
|
|
8
|
-
gem.homepage = ""
|
|
8
|
+
gem.homepage = "https://github.com/ragalie/lisbn"
|
|
9
9
|
|
|
10
10
|
gem.files = `git ls-files`.split($\)
|
|
11
11
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
12
12
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
13
13
|
gem.name = "lisbn"
|
|
14
14
|
gem.require_paths = ["lib"]
|
|
15
|
-
gem.version = "0.1.
|
|
15
|
+
gem.version = "0.1.1"
|
|
16
16
|
|
|
17
17
|
gem.add_dependency "nori"
|
|
18
18
|
gem.add_development_dependency "rspec"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lisbn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mike Ragalie
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
version: "0"
|
|
46
46
|
type: :development
|
|
47
47
|
version_requirements: *id002
|
|
48
|
-
description:
|
|
48
|
+
description: Lisbn (pronounced "Lisbon") is a wrapper around String that adds methods for manipulating ISBNs.
|
|
49
49
|
email:
|
|
50
50
|
- michael.ragalie@verbasoftware.com
|
|
51
51
|
executables: []
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- spec/cache_method_spec.rb
|
|
70
70
|
- spec/lisbn_spec.rb
|
|
71
71
|
- spec/spec_helper.rb
|
|
72
|
-
homepage:
|
|
72
|
+
homepage: https://github.com/ragalie/lisbn
|
|
73
73
|
licenses: []
|
|
74
74
|
|
|
75
75
|
post_install_message:
|