iso-639 0.0.2 → 0.0.3
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/README.md +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/iso-639.gemspec +4 -4
- metadata +19 -10
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ISO 639
|
|
2
2
|
|
|
3
|
-
A Ruby gem that provides the ISO 639-2 and ISO 639-1 data sets along with
|
|
3
|
+
A Ruby gem that provides the ISO 639-2 and ISO 639-1 data sets along with some convenience methods for accessing different entries and entry fields. The data comes from the [LOC ISO 639-2 UTF-8 data set](http://www.loc.gov/standards/iso639-2/ascii_8bits.html).
|
|
4
4
|
|
|
5
5
|
To install:
|
|
6
6
|
|
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ begin
|
|
|
8
8
|
gem.summary = %Q{ISO 639-1 and ISO 639-2 language code entries and convenience methods}
|
|
9
9
|
gem.description = %Q{ISO 639-1 and ISO 639-2 language code entries and convenience methods}
|
|
10
10
|
gem.email = "hi@williammelody.com"
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
11
|
+
gem.homepage = "http://github.com/alphabetum/iso-639"
|
|
12
12
|
gem.authors = ["William Melody"]
|
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda"
|
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/iso-639.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{iso-639}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.3"
|
|
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"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-03-29}
|
|
13
13
|
s.description = %q{ISO 639-1 and ISO 639-2 language code entries and convenience methods}
|
|
14
14
|
s.email = %q{hi@williammelody.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -28,10 +28,10 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
"test/test_ISO_639.rb",
|
|
29
29
|
"test/test_helper.rb"
|
|
30
30
|
]
|
|
31
|
-
s.homepage = %q{http://github.com/
|
|
31
|
+
s.homepage = %q{http://github.com/alphabetum/iso-639}
|
|
32
32
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
33
33
|
s.require_paths = ["lib"]
|
|
34
|
-
s.rubygems_version = %q{1.3.
|
|
34
|
+
s.rubygems_version = %q{1.3.6}
|
|
35
35
|
s.summary = %q{ISO 639-1 and ISO 639-2 language code entries and convenience methods}
|
|
36
36
|
s.test_files = [
|
|
37
37
|
"test/test_helper.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iso-639
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 0
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.0.3
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- William Melody
|
|
@@ -9,19 +14,21 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2010-
|
|
17
|
+
date: 2010-03-29 00:00:00 -05:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
21
|
name: thoughtbot-shoulda
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ">="
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
23
29
|
version: "0"
|
|
24
|
-
|
|
30
|
+
type: :development
|
|
31
|
+
version_requirements: *id001
|
|
25
32
|
description: ISO 639-1 and ISO 639-2 language code entries and convenience methods
|
|
26
33
|
email: hi@williammelody.com
|
|
27
34
|
executables: []
|
|
@@ -43,7 +50,7 @@ files:
|
|
|
43
50
|
- test/test_ISO_639.rb
|
|
44
51
|
- test/test_helper.rb
|
|
45
52
|
has_rdoc: true
|
|
46
|
-
homepage: http://github.com/
|
|
53
|
+
homepage: http://github.com/alphabetum/iso-639
|
|
47
54
|
licenses: []
|
|
48
55
|
|
|
49
56
|
post_install_message:
|
|
@@ -55,18 +62,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
55
62
|
requirements:
|
|
56
63
|
- - ">="
|
|
57
64
|
- !ruby/object:Gem::Version
|
|
65
|
+
segments:
|
|
66
|
+
- 0
|
|
58
67
|
version: "0"
|
|
59
|
-
version:
|
|
60
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
69
|
requirements:
|
|
62
70
|
- - ">="
|
|
63
71
|
- !ruby/object:Gem::Version
|
|
72
|
+
segments:
|
|
73
|
+
- 0
|
|
64
74
|
version: "0"
|
|
65
|
-
version:
|
|
66
75
|
requirements: []
|
|
67
76
|
|
|
68
77
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 1.3.
|
|
78
|
+
rubygems_version: 1.3.6
|
|
70
79
|
signing_key:
|
|
71
80
|
specification_version: 3
|
|
72
81
|
summary: ISO 639-1 and ISO 639-2 language code entries and convenience methods
|