i18n-spec 0.4.1 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -2
- data/Gemfile.lock +33 -28
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/i18n-spec.gemspec +5 -5
- data/lib/i18n-spec/matchers/be_a_complete_translation_of_matcher.rb +8 -2
- data/lib/i18n-spec/matchers/be_a_subset_of_matcher.rb +8 -2
- data/lib/i18n-spec/matchers/be_parseable_matcher.rb +8 -2
- data/lib/i18n-spec/matchers/have_missing_pluralization_keys_matcher.rb +7 -1
- data/lib/i18n-spec/matchers/have_valid_pluralization_keys_matcher.rb +8 -2
- data/spec/lib/i18n-spec/matchers_spec.rb +12 -12
- data/spec/lib/i18n-spec/models/locale_file_spec.rb +28 -28
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 750ff5acca21b4a4d2012f726a3823beb84ac558
|
4
|
+
data.tar.gz: 492afeb13fbcb8940e612648522dabb74998b669
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3932ae022894e69feac0bb1d36648468784f7561c4961af64a48abfea03f71922304425962c96513428f193b2c74f53713667f0141c7235ce53f3950273e7e36
|
7
|
+
data.tar.gz: d30439dbd28a9402b48b2cb3c405acb875647ff9b15818827dc3e6b755a820677f297f6168da38b3d7cacdccc304143605e8c5e4fe3aecce9b90c74ddda53f58
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.3.
|
4
|
+
addressable (2.3.6)
|
5
5
|
builder (3.2.2)
|
6
|
-
descendants_tracker (0.0.
|
7
|
-
|
6
|
+
descendants_tracker (0.0.4)
|
7
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
8
|
+
diff-lcs (1.2.5)
|
8
9
|
faraday (0.9.0)
|
9
10
|
multipart-post (>= 1.2, < 3)
|
10
|
-
git (1.2.
|
11
|
-
github_api (0.11.
|
11
|
+
git (1.2.7)
|
12
|
+
github_api (0.11.3)
|
12
13
|
addressable (~> 2.3)
|
13
14
|
descendants_tracker (~> 0.0.1)
|
14
15
|
faraday (~> 0.8, < 0.10)
|
@@ -16,10 +17,10 @@ GEM
|
|
16
17
|
multi_json (>= 1.7.5, < 2.0)
|
17
18
|
nokogiri (~> 1.6.0)
|
18
19
|
oauth2
|
19
|
-
hashie (
|
20
|
-
highline (1.6.
|
21
|
-
i18n (0.6.
|
22
|
-
iso (0.
|
20
|
+
hashie (3.1.0)
|
21
|
+
highline (1.6.21)
|
22
|
+
i18n (0.6.9)
|
23
|
+
iso (0.2.1)
|
23
24
|
i18n
|
24
25
|
jeweler (2.0.1)
|
25
26
|
builder
|
@@ -30,33 +31,37 @@ GEM
|
|
30
31
|
nokogiri (>= 1.5.10)
|
31
32
|
rake
|
32
33
|
rdoc
|
33
|
-
json (1.
|
34
|
-
jwt (0.
|
35
|
-
|
36
|
-
|
37
|
-
multi_json (1.8.4)
|
34
|
+
json (1.8.1)
|
35
|
+
jwt (1.0.0)
|
36
|
+
mini_portile (0.6.0)
|
37
|
+
multi_json (1.10.1)
|
38
38
|
multi_xml (0.5.5)
|
39
39
|
multipart-post (2.0.0)
|
40
|
-
nokogiri (1.6.1)
|
41
|
-
mini_portile (
|
42
|
-
oauth2 (0.9.
|
40
|
+
nokogiri (1.6.2.1)
|
41
|
+
mini_portile (= 0.6.0)
|
42
|
+
oauth2 (0.9.4)
|
43
43
|
faraday (>= 0.8, < 0.10)
|
44
|
-
jwt (~>
|
44
|
+
jwt (~> 1.0)
|
45
45
|
multi_json (~> 1.3)
|
46
46
|
multi_xml (~> 0.5)
|
47
47
|
rack (~> 1.2)
|
48
48
|
rack (1.5.2)
|
49
|
-
rake (10.
|
50
|
-
rdoc (
|
49
|
+
rake (10.3.2)
|
50
|
+
rdoc (4.1.1)
|
51
51
|
json (~> 1.4)
|
52
|
-
rspec (
|
53
|
-
rspec-core (~>
|
54
|
-
rspec-expectations (~>
|
55
|
-
rspec-mocks (~>
|
56
|
-
rspec-core (
|
57
|
-
|
58
|
-
|
59
|
-
|
52
|
+
rspec (3.0.0)
|
53
|
+
rspec-core (~> 3.0.0)
|
54
|
+
rspec-expectations (~> 3.0.0)
|
55
|
+
rspec-mocks (~> 3.0.0)
|
56
|
+
rspec-core (3.0.2)
|
57
|
+
rspec-support (~> 3.0.0)
|
58
|
+
rspec-expectations (3.0.2)
|
59
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
60
|
+
rspec-support (~> 3.0.0)
|
61
|
+
rspec-mocks (3.0.2)
|
62
|
+
rspec-support (~> 3.0.0)
|
63
|
+
rspec-support (3.0.2)
|
64
|
+
thread_safe (0.3.4)
|
60
65
|
|
61
66
|
PLATFORMS
|
62
67
|
ruby
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.5.0
|
data/i18n-spec.gemspec
CHANGED
@@ -2,15 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: i18n-spec 0.
|
5
|
+
# stub: i18n-spec 0.5.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "i18n-spec"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.5.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
|
+
s.require_paths = ["lib"]
|
12
13
|
s.authors = ["Christopher Dell"]
|
13
|
-
s.date = "2014-
|
14
|
+
s.date = "2014-07-08"
|
14
15
|
s.description = "Includes a number of rspec matchers to make specing your locale files easy peasy."
|
15
16
|
s.email = "chris@tigrish.com"
|
16
17
|
s.extra_rdoc_files = [
|
@@ -57,8 +58,7 @@ Gem::Specification.new do |s|
|
|
57
58
|
]
|
58
59
|
s.homepage = "http://github.com/tigrish/i18n-spec"
|
59
60
|
s.licenses = ["MIT"]
|
60
|
-
s.
|
61
|
-
s.rubygems_version = "2.1.11"
|
61
|
+
s.rubygems_version = "2.2.2"
|
62
62
|
s.summary = "Matchers for specing locale files"
|
63
63
|
|
64
64
|
if s.respond_to? :specification_version then
|
@@ -8,7 +8,13 @@ RSpec::Matchers.define :be_a_complete_translation_of do |default_locale_filepath
|
|
8
8
|
@misses.empty?
|
9
9
|
end
|
10
10
|
|
11
|
-
|
11
|
+
failure_meth = begin
|
12
|
+
method(:failure_message)
|
13
|
+
rescue NameError
|
14
|
+
method(:failure_message_for_should)
|
15
|
+
end
|
16
|
+
|
17
|
+
failure_meth.call do |filepath|
|
12
18
|
"expected #{filepath} to include :\n- " << @misses.join("\n- ")
|
13
19
|
end
|
14
|
-
end
|
20
|
+
end
|
@@ -8,7 +8,13 @@ RSpec::Matchers.define :be_a_subset_of do |default_locale_filepath|
|
|
8
8
|
@superset.empty?
|
9
9
|
end
|
10
10
|
|
11
|
-
|
11
|
+
failure_meth = begin
|
12
|
+
method(:failure_message)
|
13
|
+
rescue NameError
|
14
|
+
method(:failure_message_for_should)
|
15
|
+
end
|
16
|
+
|
17
|
+
failure_meth.call do |filepath|
|
12
18
|
"expected #{filepath} to not include :\n- " << @superset.join("\n- ")
|
13
19
|
end
|
14
|
-
end
|
20
|
+
end
|
@@ -4,7 +4,13 @@ RSpec::Matchers.define :be_parseable do
|
|
4
4
|
@locale_file.is_parseable?
|
5
5
|
end
|
6
6
|
|
7
|
-
|
7
|
+
failure_meth = begin
|
8
|
+
method(:failure_message)
|
9
|
+
rescue NameError
|
10
|
+
method(:failure_message_for_should)
|
11
|
+
end
|
12
|
+
|
13
|
+
failure_meth.call do |filepath|
|
8
14
|
"expected #{filepath} to be parseable but got :\n- #{@locale_file.errors[:unparseable]}"
|
9
15
|
end
|
10
|
-
end
|
16
|
+
end
|
@@ -4,7 +4,13 @@ RSpec::Matchers.define :have_missing_pluralization_keys do
|
|
4
4
|
@locale_file.missing_pluralization_keys.any?
|
5
5
|
end
|
6
6
|
|
7
|
-
|
7
|
+
failure_meth = begin
|
8
|
+
method(:failure_message_when_negated)
|
9
|
+
rescue NameError
|
10
|
+
method(:failure_message_for_should_not)
|
11
|
+
end
|
12
|
+
|
13
|
+
failure_meth.call do |filepath|
|
8
14
|
flattened_keys = []
|
9
15
|
|
10
16
|
@locale_file.errors[:missing_pluralization_keys].each do |parent, subkeys|
|
@@ -4,7 +4,13 @@ RSpec::Matchers.define :have_valid_pluralization_keys do
|
|
4
4
|
@locale_file.invalid_pluralization_keys.empty?
|
5
5
|
end
|
6
6
|
|
7
|
-
|
7
|
+
failure_meth = begin
|
8
|
+
method(:failure_message)
|
9
|
+
rescue NameError
|
10
|
+
method(:failure_message_for_should)
|
11
|
+
end
|
12
|
+
|
13
|
+
failure_meth.call do |filepath|
|
8
14
|
"expected #{filepath} to not contain invalid pluralization keys in the following namespaces :\n- " << @locale_file.errors[:invalid_pluralization_keys].join("\n- ")
|
9
15
|
end
|
10
|
-
end
|
16
|
+
end
|
@@ -5,24 +5,24 @@ describe "Valid file" do
|
|
5
5
|
end
|
6
6
|
|
7
7
|
describe "Invalid files" do
|
8
|
-
it { 'spec/fixtures/unparseable.yml'.
|
9
|
-
it { 'spec/fixtures/invalid_pluralization_keys.yml'.
|
10
|
-
it { 'spec/fixtures/multiple_top_levels.yml'.
|
11
|
-
it { 'spec/fixtures/multiple_top_levels.yml'.
|
12
|
-
it { 'spec/fixtures/legacy_interpolations.yml'.
|
13
|
-
it { 'spec/fixtures/invalid_locale.yml'.
|
14
|
-
it { 'spec/fixtures/not_subset.yml'.
|
15
|
-
it { 'spec/fixtures/missing_pluralization_keys.yml'.
|
8
|
+
it { expect('spec/fixtures/unparseable.yml').not_to be_parseable }
|
9
|
+
it { expect('spec/fixtures/invalid_pluralization_keys.yml').not_to have_valid_pluralization_keys }
|
10
|
+
it { expect('spec/fixtures/multiple_top_levels.yml').not_to have_one_top_level_namespace }
|
11
|
+
it { expect('spec/fixtures/multiple_top_levels.yml').not_to be_named_like_top_level_namespace }
|
12
|
+
it { expect('spec/fixtures/legacy_interpolations.yml').to have_legacy_interpolations }
|
13
|
+
it { expect('spec/fixtures/invalid_locale.yml').not_to have_a_valid_locale }
|
14
|
+
it { expect('spec/fixtures/not_subset.yml').not_to be_a_subset_of 'spec/fixtures/en.yml' }
|
15
|
+
it { expect('spec/fixtures/missing_pluralization_keys.yml').to have_missing_pluralization_keys }
|
16
16
|
end
|
17
17
|
|
18
18
|
describe "Translated files" do
|
19
19
|
describe 'spec/fixtures/fr.yml' do
|
20
|
-
it {
|
21
|
-
it {
|
20
|
+
it { is_expected.to be_a_subset_of 'spec/fixtures/en.yml' }
|
21
|
+
it { is_expected.to be_a_complete_translation_of 'spec/fixtures/en.yml' }
|
22
22
|
end
|
23
23
|
|
24
24
|
describe 'spec/fixtures/es.yml' do
|
25
|
-
it {
|
26
|
-
it {
|
25
|
+
it { is_expected.to be_a_subset_of 'spec/fixtures/en.yml' }
|
26
|
+
it { is_expected.not_to be_a_complete_translation_of 'spec/fixtures/en.yml'}
|
27
27
|
end
|
28
28
|
end
|
@@ -3,7 +3,7 @@ require 'spec_helper'
|
|
3
3
|
module LocaleFileHelper
|
4
4
|
def locale_file_with_content(content)
|
5
5
|
locale_file = I18nSpec::LocaleFile.new('test.yml')
|
6
|
-
locale_file.
|
6
|
+
expect(locale_file).to receive(:content).and_return(content)
|
7
7
|
locale_file
|
8
8
|
end
|
9
9
|
end
|
@@ -14,16 +14,16 @@ describe I18nSpec::LocaleFile do
|
|
14
14
|
describe "#locale_code" do
|
15
15
|
it "returns the first key of the file" do
|
16
16
|
locale_file = locale_file_with_content("pt-BR:\n hello: world")
|
17
|
-
locale_file.locale_code.
|
17
|
+
expect(locale_file.locale_code).to eq('pt-BR')
|
18
18
|
end
|
19
19
|
end
|
20
20
|
|
21
21
|
describe "#locale" do
|
22
22
|
it "returns an ISO::Tag based on the locale_code" do
|
23
23
|
locale_file = locale_file_with_content("pt-BR:\n hello: world")
|
24
|
-
locale_file.locale.
|
25
|
-
locale_file.locale.language.code.
|
26
|
-
locale_file.locale.region.code.
|
24
|
+
expect(locale_file.locale).to be_a(ISO::Tag)
|
25
|
+
expect(locale_file.locale.language.code).to eq('pt')
|
26
|
+
expect(locale_file.locale.region.code).to eq('BR')
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
@@ -32,7 +32,7 @@ describe I18nSpec::LocaleFile do
|
|
32
32
|
let(:locale_file) { locale_file_with_content("en:\n hello: world") }
|
33
33
|
|
34
34
|
it "returns true" do
|
35
|
-
locale_file.is_parseable
|
35
|
+
expect(locale_file.is_parseable?).to eq(true)
|
36
36
|
end
|
37
37
|
end
|
38
38
|
|
@@ -40,12 +40,12 @@ describe I18nSpec::LocaleFile do
|
|
40
40
|
let(:locale_file) { locale_file_with_content("<This isn't YAML>: foo: bar:") }
|
41
41
|
|
42
42
|
it "returns false" do
|
43
|
-
locale_file.is_parseable
|
43
|
+
expect(locale_file.is_parseable?).to eq(false)
|
44
44
|
end
|
45
45
|
|
46
46
|
it "adds an :unparseable error" do
|
47
47
|
locale_file.is_parseable?
|
48
|
-
locale_file.errors[:unparseable].
|
48
|
+
expect(locale_file.errors[:unparseable]).not_to be_nil
|
49
49
|
end
|
50
50
|
end
|
51
51
|
end
|
@@ -66,10 +66,10 @@ describe I18nSpec::LocaleFile do
|
|
66
66
|
|
67
67
|
it "returns the leaf where one of the keys is a pluralization key" do
|
68
68
|
locale_file = locale_file_with_content(content)
|
69
|
-
locale_file.pluralizations.
|
69
|
+
expect(locale_file.pluralizations).to eq({
|
70
70
|
'en.cats' => {'one' => 'one', 'two' => 'two', 'three' => 'three'},
|
71
71
|
'en.dogs' => {'one' => 'one', 'some' => 'some'},
|
72
|
-
}
|
72
|
+
})
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
@@ -90,18 +90,18 @@ describe I18nSpec::LocaleFile do
|
|
90
90
|
let(:locale_file) { locale_file_with_content(content) }
|
91
91
|
|
92
92
|
it "returns the parent that contains invalid pluralizations" do
|
93
|
-
locale_file.invalid_pluralization_keys.size.
|
94
|
-
locale_file.invalid_pluralization_keys.
|
95
|
-
locale_file.invalid_pluralization_keys.
|
96
|
-
locale_file.invalid_pluralization_keys.
|
93
|
+
expect(locale_file.invalid_pluralization_keys.size).to eq(2)
|
94
|
+
expect(locale_file.invalid_pluralization_keys).to be_include 'en.cats'
|
95
|
+
expect(locale_file.invalid_pluralization_keys).to be_include 'en.dogs'
|
96
|
+
expect(locale_file.invalid_pluralization_keys).not_to be_include 'en.birds'
|
97
97
|
end
|
98
98
|
|
99
99
|
it "adds a :invalid_pluralization_keys error with each invalid key" do
|
100
100
|
locale_file.invalid_pluralization_keys
|
101
|
-
locale_file.invalid_pluralization_keys.size.
|
102
|
-
locale_file.invalid_pluralization_keys.
|
103
|
-
locale_file.invalid_pluralization_keys.
|
104
|
-
locale_file.invalid_pluralization_keys.
|
101
|
+
expect(locale_file.invalid_pluralization_keys.size).to eq(2)
|
102
|
+
expect(locale_file.invalid_pluralization_keys).to be_include 'en.cats'
|
103
|
+
expect(locale_file.invalid_pluralization_keys).to be_include 'en.dogs'
|
104
|
+
expect(locale_file.invalid_pluralization_keys).not_to be_include 'en.birds'
|
105
105
|
end
|
106
106
|
end
|
107
107
|
|
@@ -116,11 +116,11 @@ describe I18nSpec::LocaleFile do
|
|
116
116
|
one: one
|
117
117
|
other: other"
|
118
118
|
locale_file = locale_file_with_content(content)
|
119
|
-
locale_file.missing_pluralization_keys.
|
119
|
+
expect(locale_file.missing_pluralization_keys).to eq({
|
120
120
|
'en.cats' => %w(other),
|
121
121
|
'en.dogs' => %w(one)
|
122
|
-
}
|
123
|
-
locale_file.errors[:missing_pluralization_keys].
|
122
|
+
})
|
123
|
+
expect(locale_file.errors[:missing_pluralization_keys]).not_to be_nil
|
124
124
|
end
|
125
125
|
|
126
126
|
it "returns the parents that containts missing pluralizations in with the russian rules" do
|
@@ -139,11 +139,11 @@ describe I18nSpec::LocaleFile do
|
|
139
139
|
few: few
|
140
140
|
other: other"
|
141
141
|
locale_file = locale_file_with_content(content)
|
142
|
-
locale_file.missing_pluralization_keys.
|
142
|
+
expect(locale_file.missing_pluralization_keys).to eq({
|
143
143
|
'ru.dogs' => %w(few many),
|
144
144
|
'ru.birds' => %w(many)
|
145
|
-
}
|
146
|
-
locale_file.errors[:missing_pluralization_keys].
|
145
|
+
})
|
146
|
+
expect(locale_file.errors[:missing_pluralization_keys]).not_to be_nil
|
147
147
|
end
|
148
148
|
|
149
149
|
it "returns the parents that containts missing pluralizations in with the japanese rules" do
|
@@ -154,8 +154,8 @@ describe I18nSpec::LocaleFile do
|
|
154
154
|
other: some
|
155
155
|
birds: not really a pluralization"
|
156
156
|
locale_file = locale_file_with_content(content)
|
157
|
-
locale_file.missing_pluralization_keys.
|
158
|
-
locale_file.errors[:missing_pluralization_keys].
|
157
|
+
expect(locale_file.missing_pluralization_keys).to eq({ 'ja.cats' => %w(other) })
|
158
|
+
expect(locale_file.errors[:missing_pluralization_keys]).not_to be_nil
|
159
159
|
end
|
160
160
|
|
161
161
|
it "returns an empty hash when all pluralizations are complete" do
|
@@ -166,8 +166,8 @@ describe I18nSpec::LocaleFile do
|
|
166
166
|
other: some
|
167
167
|
birds: not really a pluralization"
|
168
168
|
locale_file = locale_file_with_content(content)
|
169
|
-
locale_file.missing_pluralization_keys.
|
170
|
-
locale_file.errors[:missing_pluralization_keys].
|
169
|
+
expect(locale_file.missing_pluralization_keys).to eq({})
|
170
|
+
expect(locale_file.errors[:missing_pluralization_keys]).to be_nil
|
171
171
|
end
|
172
172
|
end
|
173
173
|
end
|
metadata
CHANGED
@@ -1,83 +1,83 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-spec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Dell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 2.4.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.4.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: bundler
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: jeweler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rdoc
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
description: Includes a number of rspec matchers to make specing your locale files
|
@@ -89,9 +89,9 @@ extra_rdoc_files:
|
|
89
89
|
- LICENSE.txt
|
90
90
|
- README.md
|
91
91
|
files:
|
92
|
-
- .document
|
93
|
-
- .rspec
|
94
|
-
- .travis.yml
|
92
|
+
- ".document"
|
93
|
+
- ".rspec"
|
94
|
+
- ".travis.yml"
|
95
95
|
- Gemfile
|
96
96
|
- Gemfile.lock
|
97
97
|
- LICENSE.txt
|
@@ -135,17 +135,17 @@ require_paths:
|
|
135
135
|
- lib
|
136
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
|
-
- -
|
138
|
+
- - ">="
|
139
139
|
- !ruby/object:Gem::Version
|
140
140
|
version: '0'
|
141
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
|
-
- -
|
143
|
+
- - ">="
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
147
|
rubyforge_project:
|
148
|
-
rubygems_version: 2.
|
148
|
+
rubygems_version: 2.2.2
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
151
|
summary: Matchers for specing locale files
|