iso-639 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/iso-639.gemspec +2 -2
- metadata +2 -2
data/iso-639.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "iso-639"
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["William Melody"]
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
28
28
|
"test/helper.rb",
|
29
29
|
"test/test_ISO_639.rb"
|
30
30
|
]
|
31
|
-
s.homepage = "http://github.com/alphabetum/
|
31
|
+
s.homepage = "http://github.com/alphabetum/iso-639"
|
32
32
|
s.licenses = ["MIT"]
|
33
33
|
s.require_paths = ["lib"]
|
34
34
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iso-639
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -77,7 +77,7 @@ files:
|
|
77
77
|
- lib/iso-639.rb
|
78
78
|
- test/helper.rb
|
79
79
|
- test/test_ISO_639.rb
|
80
|
-
homepage: http://github.com/alphabetum/
|
80
|
+
homepage: http://github.com/alphabetum/iso-639
|
81
81
|
licenses:
|
82
82
|
- MIT
|
83
83
|
post_install_message:
|