language_list 0.0.3 → 0.1.0
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/data/languages.yml +411 -411
- data/language_list.gemspec +1 -1
- data/lib/language_list/version.rb +1 -1
- metadata +4 -4
data/language_list.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Steve Smith"]
|
|
10
10
|
s.email = ["gems@dynedge.co.uk"]
|
|
11
11
|
s.homepage = "https://github.com/scsmith/language_list"
|
|
12
|
-
s.summary = %q{A list of languages and methods to find and work with these
|
|
12
|
+
s.summary = %q{A list of languages and methods to find and work with these languages.}
|
|
13
13
|
s.description = %q{A list of languages based upon ISO-639-1 and ISO-639-3 with functions to retrieve only common languages.}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "language_list"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: language_list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-01-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A list of languages based upon ISO-639-1 and ISO-639-3 with functions
|
|
15
15
|
to retrieve only common languages.
|
|
@@ -48,9 +48,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
48
48
|
version: '0'
|
|
49
49
|
requirements: []
|
|
50
50
|
rubyforge_project: language_list
|
|
51
|
-
rubygems_version: 1.8.
|
|
51
|
+
rubygems_version: 1.8.23
|
|
52
52
|
signing_key:
|
|
53
53
|
specification_version: 3
|
|
54
|
-
summary: A list of languages and methods to find and work with these
|
|
54
|
+
summary: A list of languages and methods to find and work with these languages.
|
|
55
55
|
test_files:
|
|
56
56
|
- test/language_list_test.rb
|