cldr-plurals-runtime-rb 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -0
- data/cldr-plurals-runtime-rb.gemspec +1 -1
- data/lib/cldr-plurals/ruby-runtime/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7267b1d49bef215926ebf45036af6dbe0d861a0
|
4
|
+
data.tar.gz: 1fa59c03acec1e1bde8d94b59b6eb2158928a998
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffc828dcec27c0ed94fe5a31c000cb637f87dbe57b0f3c18da8de9017868f337ee5c4965885f36b05ec0f9e9eb9af2c03ff1f5c8cec4ac6fcc1c83451d742d8f
|
7
|
+
data.tar.gz: e441da7d0fcb9152defd4dc76988bfd12150dd5bf4b60b300377cd40edef86696ee03d8870948a78490448ed54094484c103dc1359ad67f889c27cc007a89f91
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2015 Cameron Dutro
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.has_rdoc = true
|
15
15
|
|
16
16
|
s.require_path = 'lib'
|
17
|
-
s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "cldr-plurals-runtime-rb.gemspec"]
|
17
|
+
s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "LICENSE.txt", "README.md", "Rakefile", "cldr-plurals-runtime-rb.gemspec"]
|
18
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cldr-plurals-runtime-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cameron Dutro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Ruby runtime methods for CLDR plural rules (see camertron/cldr-plurals).
|
14
14
|
email:
|
@@ -17,15 +17,16 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- lib/cldr-plurals/ruby-runtime/version.rb
|
21
|
-
- lib/cldr-plurals/ruby_runtime.rb
|
22
|
-
- spec/ruby_runtime_spec.rb
|
23
|
-
- spec/spec_helper.rb
|
24
20
|
- Gemfile
|
25
21
|
- History.txt
|
22
|
+
- LICENSE.txt
|
26
23
|
- README.md
|
27
24
|
- Rakefile
|
28
25
|
- cldr-plurals-runtime-rb.gemspec
|
26
|
+
- lib/cldr-plurals/ruby-runtime/version.rb
|
27
|
+
- lib/cldr-plurals/ruby_runtime.rb
|
28
|
+
- spec/ruby_runtime_spec.rb
|
29
|
+
- spec/spec_helper.rb
|
29
30
|
homepage: http://github.com/camertron
|
30
31
|
licenses: []
|
31
32
|
metadata: {}
|
@@ -35,17 +36,17 @@ require_paths:
|
|
35
36
|
- lib
|
36
37
|
required_ruby_version: !ruby/object:Gem::Requirement
|
37
38
|
requirements:
|
38
|
-
- -
|
39
|
+
- - ">="
|
39
40
|
- !ruby/object:Gem::Version
|
40
41
|
version: '0'
|
41
42
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
43
|
requirements:
|
43
|
-
- -
|
44
|
+
- - ">="
|
44
45
|
- !ruby/object:Gem::Version
|
45
46
|
version: '0'
|
46
47
|
requirements: []
|
47
48
|
rubyforge_project:
|
48
|
-
rubygems_version: 2.
|
49
|
+
rubygems_version: 2.4.8
|
49
50
|
signing_key:
|
50
51
|
specification_version: 4
|
51
52
|
summary: Ruby runtime methods for CLDR plural rules (see camertron/cldr-plurals).
|