countries_and_languages 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/countries_and_languages.gemspec +2 -1
- data/lib/countries_and_languages/version.rb +1 -1
- metadata +5 -4
data/Gemfile.lock
CHANGED
@@ -8,5 +8,6 @@ Gem::Specification.new name, CountriesAndLanguages::VERSION do |s|
|
|
8
8
|
s.email = "michael@grosser.it"
|
9
9
|
s.homepage = "http://github.com/grosser/#{name}"
|
10
10
|
s.files = `git ls-files`.split("\n")
|
11
|
-
s.
|
11
|
+
s.add_runtime_dependency 'i18n_data'
|
12
|
+
s.license = "MIT"
|
12
13
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: countries_and_languages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -45,7 +45,8 @@ files:
|
|
45
45
|
- spec/countries_and_languages_spec.rb
|
46
46
|
- spec/spec_helper.rb
|
47
47
|
homepage: http://github.com/grosser/countries_and_languages
|
48
|
-
licenses:
|
48
|
+
licenses:
|
49
|
+
- MIT
|
49
50
|
post_install_message:
|
50
51
|
rdoc_options: []
|
51
52
|
require_paths:
|
@@ -58,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
59
|
version: '0'
|
59
60
|
segments:
|
60
61
|
- 0
|
61
|
-
hash: -
|
62
|
+
hash: -4092638733407512705
|
62
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
63
64
|
none: false
|
64
65
|
requirements:
|
@@ -67,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
68
|
version: '0'
|
68
69
|
segments:
|
69
70
|
- 0
|
70
|
-
hash: -
|
71
|
+
hash: -4092638733407512705
|
71
72
|
requirements: []
|
72
73
|
rubyforge_project:
|
73
74
|
rubygems_version: 1.8.24
|