cldr-plurals-runtime-js 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ee720eff1e806c029b71e4b85e9770f96d50fc5
4
- data.tar.gz: 00a9416c3131447956be3a4bfdd846c256675bc0
3
+ metadata.gz: f9a4717bc321071d288e953d0887ca068c60d9d9
4
+ data.tar.gz: e5af7c2bcf01a6297635c318c484f10324e0196e
5
5
  SHA512:
6
- metadata.gz: d46ae85222450e5dacfea4ae3cb2b13556b4ecd7452d7e64dc39e593148851f37870014f7606588968c1b88ffcd20e0c50dfdbbfb2755ef0ef625360fe1b2704
7
- data.tar.gz: f82aa671de184d78a212b3445596cfeef90851f2e9900de87dd3a3778c4bc0dbcc03493a9224487e443a548e84be8ec42954e80d196cae76201839b4041c4f95
6
+ metadata.gz: 173d2b4c25c7fef3a746d61cff0665f9f51b13e31936ad245bbe347de9676688821efcfca011f98d8bf8673ea6656440ab12804d4487b2980847712608ca4f9a
7
+ data.tar.gz: ba9c751eb10e4e1e8c716235bec543a87c19449e6c466cbcdcf8f4e2c05b090ea9b3c4d86a320ceb2040a8d2d668e6321ad87f21484f8d9fcd585de03db8b57a
@@ -1,3 +1,7 @@
1
+ == 1.1.1
2
+
3
+ * Added MIT license.
4
+
1
5
  == 1.1.0
2
6
 
3
7
  * Prevent variables from leaking into outside scope.
@@ -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.
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
16
16
  s.add_development_dependency 'therubyracer', '0.12.0'
17
17
 
18
18
  s.require_path = 'lib'
19
- s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "cldr-plurals-runtime-js.gemspec"]
19
+ s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "LICENSE.txt", "README.md", "Rakefile", "cldr-plurals-runtime-js.gemspec"]
20
20
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module CldrPlurals
4
- JAVASCRIPT_RUNTIME_VERSION = '1.1.0'
4
+ JAVASCRIPT_RUNTIME_VERSION = '1.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cldr-plurals-runtime-js
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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: 2015-02-02 00:00:00.000000000 Z
11
+ date: 2015-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: therubyracer
@@ -31,16 +31,17 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - lib/cldr-plurals/javascript-runtime/version.rb
35
- - lib/cldr-plurals/javascript_runtime.js
36
- - lib/cldr-plurals/javascript_runtime.rb
37
- - spec/javascript_runtime_spec.rb
38
- - spec/spec_helper.rb
39
34
  - Gemfile
40
35
  - History.txt
36
+ - LICENSE.txt
41
37
  - README.md
42
38
  - Rakefile
43
39
  - cldr-plurals-runtime-js.gemspec
40
+ - lib/cldr-plurals/javascript-runtime/version.rb
41
+ - lib/cldr-plurals/javascript_runtime.js
42
+ - lib/cldr-plurals/javascript_runtime.rb
43
+ - spec/javascript_runtime_spec.rb
44
+ - spec/spec_helper.rb
44
45
  homepage: http://github.com/camertron
45
46
  licenses: []
46
47
  metadata: {}
@@ -50,19 +51,18 @@ require_paths:
50
51
  - lib
51
52
  required_ruby_version: !ruby/object:Gem::Requirement
52
53
  requirements:
53
- - - '>='
54
+ - - ">="
54
55
  - !ruby/object:Gem::Version
55
56
  version: '0'
56
57
  required_rubygems_version: !ruby/object:Gem::Requirement
57
58
  requirements:
58
- - - '>='
59
+ - - ">="
59
60
  - !ruby/object:Gem::Version
60
61
  version: '0'
61
62
  requirements: []
62
63
  rubyforge_project:
63
- rubygems_version: 2.0.14
64
+ rubygems_version: 2.4.8
64
65
  signing_key:
65
66
  specification_version: 4
66
67
  summary: Javascript runtime methods for CLDR plural rules (see camertron/cldr-plurals).
67
68
  test_files: []
68
- has_rdoc: true