bigcartel-currency-locales 1.6.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +19 -0
- data/.ruby-version +1 -0
- data/Appraisals +4 -11
- data/README.md +1 -1
- data/bigcartel-currency-locales.gemspec +2 -2
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/{rails_5.gemfile → rails_6.gemfile} +1 -1
- data/gemfiles/rails_6.gemfile.lock +179 -0
- data/gemfiles/{rails_4.gemfile → rails_7.gemfile} +1 -1
- data/gemfiles/rails_7.gemfile.lock +216 -0
- data/lib/currency-locales/version.rb +1 -1
- data/spec/spec_helper.rb +8 -18
- metadata +17 -17
- data/.travis.yml +0 -9
- data/gemfiles/rails_2.3.gemfile +0 -9
- data/gemfiles/rails_2.3.gemfile.lock +0 -109
- data/gemfiles/rails_4.gemfile.lock +0 -134
- data/gemfiles/rails_5.gemfile.lock +0 -141
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68f29131a6b68c182695399e362d5ab4d40accbdf598d174f0c571972929e266
|
4
|
+
data.tar.gz: 0772e76140d3c9e375485cc217af9ebe70eab7a297212b308147fc17f7e91cff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 975f141898d634e9ccc62e8320215b795728e94c998c4277115605faa7173fa7786816ad5acaec26edfaaa53253712cb7313f4c338329986a77bfb0455a8719e
|
7
|
+
data.tar.gz: d746f57cb082cbc28c57e66da4f054266833d9fa74acff8d677691f1ccbbae106868b1ec7dfa1dccfbaae849b709245bfe671bed574b047b801bfd900c0ddaad
|
@@ -0,0 +1,19 @@
|
|
1
|
+
name: Test
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
branches:
|
6
|
+
- master
|
7
|
+
pull_request:
|
8
|
+
branches:
|
9
|
+
- master
|
10
|
+
|
11
|
+
jobs:
|
12
|
+
test:
|
13
|
+
runs-on: ubuntu-latest
|
14
|
+
steps:
|
15
|
+
- uses: actions/checkout@v4
|
16
|
+
- uses: ruby/setup-ruby@v1
|
17
|
+
- run: bundle install
|
18
|
+
- run: bundle exec appraisal install
|
19
|
+
- run: bundle exec appraisal rake
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.7.7
|
data/Appraisals
CHANGED
@@ -1,14 +1,7 @@
|
|
1
|
-
appraise "rails-
|
2
|
-
gem "rails", "~>
|
1
|
+
appraise "rails-7" do
|
2
|
+
gem "rails", "~> 7"
|
3
3
|
end
|
4
4
|
|
5
|
-
appraise "rails-
|
6
|
-
gem "rails", "~>
|
7
|
-
end
|
8
|
-
|
9
|
-
appraise "rails-2.3" do
|
10
|
-
gem "rails", "~> 2.3"
|
11
|
-
gem 'rake', '< 11'
|
12
|
-
gem 'rspec', '~> 1.3.1'
|
13
|
-
gem 'rspec-rails', '~> 1.3.2'
|
5
|
+
appraise "rails-6" do
|
6
|
+
gem "rails", "~> 6"
|
14
7
|
end
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Big Cartel Currency Locales
|
1
|
+
# Big Cartel Currency Locales
|
2
2
|
|
3
3
|
Loads locale data for all of Big Cartel's supported currencies so that we can
|
4
4
|
format the currency amounts with the I18n gem. Used internally by [Big
|
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.require_path = 'lib'
|
17
17
|
|
18
18
|
s.add_development_dependency "appraisal"
|
19
|
-
s.add_development_dependency "rails", "=
|
20
|
-
s.add_development_dependency "rspec-rails", ">=
|
19
|
+
s.add_development_dependency "rails", "= 6.0.6.1"
|
20
|
+
s.add_development_dependency "rspec-rails", ">= 3.0"
|
21
21
|
end
|
@@ -0,0 +1,179 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
bigcartel-currency-locales (1.6.0)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: http://rubygems.org/
|
8
|
+
specs:
|
9
|
+
actioncable (6.0.6.1)
|
10
|
+
actionpack (= 6.0.6.1)
|
11
|
+
nio4r (~> 2.0)
|
12
|
+
websocket-driver (>= 0.6.1)
|
13
|
+
actionmailbox (6.0.6.1)
|
14
|
+
actionpack (= 6.0.6.1)
|
15
|
+
activejob (= 6.0.6.1)
|
16
|
+
activerecord (= 6.0.6.1)
|
17
|
+
activestorage (= 6.0.6.1)
|
18
|
+
activesupport (= 6.0.6.1)
|
19
|
+
mail (>= 2.7.1)
|
20
|
+
actionmailer (6.0.6.1)
|
21
|
+
actionpack (= 6.0.6.1)
|
22
|
+
actionview (= 6.0.6.1)
|
23
|
+
activejob (= 6.0.6.1)
|
24
|
+
mail (~> 2.5, >= 2.5.4)
|
25
|
+
rails-dom-testing (~> 2.0)
|
26
|
+
actionpack (6.0.6.1)
|
27
|
+
actionview (= 6.0.6.1)
|
28
|
+
activesupport (= 6.0.6.1)
|
29
|
+
rack (~> 2.0, >= 2.0.8)
|
30
|
+
rack-test (>= 0.6.3)
|
31
|
+
rails-dom-testing (~> 2.0)
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
33
|
+
actiontext (6.0.6.1)
|
34
|
+
actionpack (= 6.0.6.1)
|
35
|
+
activerecord (= 6.0.6.1)
|
36
|
+
activestorage (= 6.0.6.1)
|
37
|
+
activesupport (= 6.0.6.1)
|
38
|
+
nokogiri (>= 1.8.5)
|
39
|
+
actionview (6.0.6.1)
|
40
|
+
activesupport (= 6.0.6.1)
|
41
|
+
builder (~> 3.1)
|
42
|
+
erubi (~> 1.4)
|
43
|
+
rails-dom-testing (~> 2.0)
|
44
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
45
|
+
activejob (6.0.6.1)
|
46
|
+
activesupport (= 6.0.6.1)
|
47
|
+
globalid (>= 0.3.6)
|
48
|
+
activemodel (6.0.6.1)
|
49
|
+
activesupport (= 6.0.6.1)
|
50
|
+
activerecord (6.0.6.1)
|
51
|
+
activemodel (= 6.0.6.1)
|
52
|
+
activesupport (= 6.0.6.1)
|
53
|
+
activestorage (6.0.6.1)
|
54
|
+
actionpack (= 6.0.6.1)
|
55
|
+
activejob (= 6.0.6.1)
|
56
|
+
activerecord (= 6.0.6.1)
|
57
|
+
marcel (~> 1.0)
|
58
|
+
activesupport (6.0.6.1)
|
59
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
60
|
+
i18n (>= 0.7, < 2)
|
61
|
+
minitest (~> 5.1)
|
62
|
+
tzinfo (~> 1.1)
|
63
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
64
|
+
appraisal (2.5.0)
|
65
|
+
bundler
|
66
|
+
rake
|
67
|
+
thor (>= 0.14.0)
|
68
|
+
builder (3.2.4)
|
69
|
+
concurrent-ruby (1.2.3)
|
70
|
+
crass (1.0.6)
|
71
|
+
date (3.3.4)
|
72
|
+
diff-lcs (1.5.0)
|
73
|
+
erubi (1.12.0)
|
74
|
+
globalid (1.1.0)
|
75
|
+
activesupport (>= 5.0)
|
76
|
+
i18n (1.14.1)
|
77
|
+
concurrent-ruby (~> 1.0)
|
78
|
+
loofah (2.22.0)
|
79
|
+
crass (~> 1.0.2)
|
80
|
+
nokogiri (>= 1.12.0)
|
81
|
+
mail (2.8.1)
|
82
|
+
mini_mime (>= 0.1.1)
|
83
|
+
net-imap
|
84
|
+
net-pop
|
85
|
+
net-smtp
|
86
|
+
marcel (1.0.2)
|
87
|
+
method_source (1.0.0)
|
88
|
+
mini_mime (1.1.5)
|
89
|
+
minitest (5.21.2)
|
90
|
+
net-imap (0.4.9.1)
|
91
|
+
date
|
92
|
+
net-protocol
|
93
|
+
net-pop (0.1.2)
|
94
|
+
net-protocol
|
95
|
+
net-protocol (0.2.2)
|
96
|
+
timeout
|
97
|
+
net-smtp (0.4.0.1)
|
98
|
+
net-protocol
|
99
|
+
nio4r (2.7.0)
|
100
|
+
nokogiri (1.15.5-arm64-darwin)
|
101
|
+
racc (~> 1.4)
|
102
|
+
racc (1.7.3)
|
103
|
+
rack (2.2.8)
|
104
|
+
rack-test (2.1.0)
|
105
|
+
rack (>= 1.3)
|
106
|
+
rails (6.0.6.1)
|
107
|
+
actioncable (= 6.0.6.1)
|
108
|
+
actionmailbox (= 6.0.6.1)
|
109
|
+
actionmailer (= 6.0.6.1)
|
110
|
+
actionpack (= 6.0.6.1)
|
111
|
+
actiontext (= 6.0.6.1)
|
112
|
+
actionview (= 6.0.6.1)
|
113
|
+
activejob (= 6.0.6.1)
|
114
|
+
activemodel (= 6.0.6.1)
|
115
|
+
activerecord (= 6.0.6.1)
|
116
|
+
activestorage (= 6.0.6.1)
|
117
|
+
activesupport (= 6.0.6.1)
|
118
|
+
bundler (>= 1.3.0)
|
119
|
+
railties (= 6.0.6.1)
|
120
|
+
sprockets-rails (>= 2.0.0)
|
121
|
+
rails-dom-testing (2.2.0)
|
122
|
+
activesupport (>= 5.0.0)
|
123
|
+
minitest
|
124
|
+
nokogiri (>= 1.6)
|
125
|
+
rails-html-sanitizer (1.6.0)
|
126
|
+
loofah (~> 2.21)
|
127
|
+
nokogiri (~> 1.14)
|
128
|
+
railties (6.0.6.1)
|
129
|
+
actionpack (= 6.0.6.1)
|
130
|
+
activesupport (= 6.0.6.1)
|
131
|
+
method_source
|
132
|
+
rake (>= 0.8.7)
|
133
|
+
thor (>= 0.20.3, < 2.0)
|
134
|
+
rake (13.1.0)
|
135
|
+
rspec-core (3.12.2)
|
136
|
+
rspec-support (~> 3.12.0)
|
137
|
+
rspec-expectations (3.12.3)
|
138
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
139
|
+
rspec-support (~> 3.12.0)
|
140
|
+
rspec-mocks (3.12.6)
|
141
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
142
|
+
rspec-support (~> 3.12.0)
|
143
|
+
rspec-rails (5.1.2)
|
144
|
+
actionpack (>= 5.2)
|
145
|
+
activesupport (>= 5.2)
|
146
|
+
railties (>= 5.2)
|
147
|
+
rspec-core (~> 3.10)
|
148
|
+
rspec-expectations (~> 3.10)
|
149
|
+
rspec-mocks (~> 3.10)
|
150
|
+
rspec-support (~> 3.10)
|
151
|
+
rspec-support (3.12.1)
|
152
|
+
sprockets (4.2.1)
|
153
|
+
concurrent-ruby (~> 1.0)
|
154
|
+
rack (>= 2.2.4, < 4)
|
155
|
+
sprockets-rails (3.4.2)
|
156
|
+
actionpack (>= 5.2)
|
157
|
+
activesupport (>= 5.2)
|
158
|
+
sprockets (>= 3.0.0)
|
159
|
+
thor (1.3.0)
|
160
|
+
thread_safe (0.3.6)
|
161
|
+
timeout (0.4.1)
|
162
|
+
tzinfo (1.2.11)
|
163
|
+
thread_safe (~> 0.1)
|
164
|
+
websocket-driver (0.7.6)
|
165
|
+
websocket-extensions (>= 0.1.0)
|
166
|
+
websocket-extensions (0.1.5)
|
167
|
+
zeitwerk (2.6.12)
|
168
|
+
|
169
|
+
PLATFORMS
|
170
|
+
ruby
|
171
|
+
|
172
|
+
DEPENDENCIES
|
173
|
+
appraisal
|
174
|
+
bigcartel-currency-locales!
|
175
|
+
rails (~> 6)
|
176
|
+
rspec-rails (>= 3.0)
|
177
|
+
|
178
|
+
BUNDLED WITH
|
179
|
+
2.1.4
|
@@ -0,0 +1,216 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
bigcartel-currency-locales (1.6.0)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: http://rubygems.org/
|
8
|
+
specs:
|
9
|
+
actioncable (7.1.3)
|
10
|
+
actionpack (= 7.1.3)
|
11
|
+
activesupport (= 7.1.3)
|
12
|
+
nio4r (~> 2.0)
|
13
|
+
websocket-driver (>= 0.6.1)
|
14
|
+
zeitwerk (~> 2.6)
|
15
|
+
actionmailbox (7.1.3)
|
16
|
+
actionpack (= 7.1.3)
|
17
|
+
activejob (= 7.1.3)
|
18
|
+
activerecord (= 7.1.3)
|
19
|
+
activestorage (= 7.1.3)
|
20
|
+
activesupport (= 7.1.3)
|
21
|
+
mail (>= 2.7.1)
|
22
|
+
net-imap
|
23
|
+
net-pop
|
24
|
+
net-smtp
|
25
|
+
actionmailer (7.1.3)
|
26
|
+
actionpack (= 7.1.3)
|
27
|
+
actionview (= 7.1.3)
|
28
|
+
activejob (= 7.1.3)
|
29
|
+
activesupport (= 7.1.3)
|
30
|
+
mail (~> 2.5, >= 2.5.4)
|
31
|
+
net-imap
|
32
|
+
net-pop
|
33
|
+
net-smtp
|
34
|
+
rails-dom-testing (~> 2.2)
|
35
|
+
actionpack (7.1.3)
|
36
|
+
actionview (= 7.1.3)
|
37
|
+
activesupport (= 7.1.3)
|
38
|
+
nokogiri (>= 1.8.5)
|
39
|
+
racc
|
40
|
+
rack (>= 2.2.4)
|
41
|
+
rack-session (>= 1.0.1)
|
42
|
+
rack-test (>= 0.6.3)
|
43
|
+
rails-dom-testing (~> 2.2)
|
44
|
+
rails-html-sanitizer (~> 1.6)
|
45
|
+
actiontext (7.1.3)
|
46
|
+
actionpack (= 7.1.3)
|
47
|
+
activerecord (= 7.1.3)
|
48
|
+
activestorage (= 7.1.3)
|
49
|
+
activesupport (= 7.1.3)
|
50
|
+
globalid (>= 0.6.0)
|
51
|
+
nokogiri (>= 1.8.5)
|
52
|
+
actionview (7.1.3)
|
53
|
+
activesupport (= 7.1.3)
|
54
|
+
builder (~> 3.1)
|
55
|
+
erubi (~> 1.11)
|
56
|
+
rails-dom-testing (~> 2.2)
|
57
|
+
rails-html-sanitizer (~> 1.6)
|
58
|
+
activejob (7.1.3)
|
59
|
+
activesupport (= 7.1.3)
|
60
|
+
globalid (>= 0.3.6)
|
61
|
+
activemodel (7.1.3)
|
62
|
+
activesupport (= 7.1.3)
|
63
|
+
activerecord (7.1.3)
|
64
|
+
activemodel (= 7.1.3)
|
65
|
+
activesupport (= 7.1.3)
|
66
|
+
timeout (>= 0.4.0)
|
67
|
+
activestorage (7.1.3)
|
68
|
+
actionpack (= 7.1.3)
|
69
|
+
activejob (= 7.1.3)
|
70
|
+
activerecord (= 7.1.3)
|
71
|
+
activesupport (= 7.1.3)
|
72
|
+
marcel (~> 1.0)
|
73
|
+
activesupport (7.1.3)
|
74
|
+
base64
|
75
|
+
bigdecimal
|
76
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
77
|
+
connection_pool (>= 2.2.5)
|
78
|
+
drb
|
79
|
+
i18n (>= 1.6, < 2)
|
80
|
+
minitest (>= 5.1)
|
81
|
+
mutex_m
|
82
|
+
tzinfo (~> 2.0)
|
83
|
+
appraisal (2.5.0)
|
84
|
+
bundler
|
85
|
+
rake
|
86
|
+
thor (>= 0.14.0)
|
87
|
+
base64 (0.2.0)
|
88
|
+
bigdecimal (3.1.6)
|
89
|
+
builder (3.2.4)
|
90
|
+
concurrent-ruby (1.2.3)
|
91
|
+
connection_pool (2.4.1)
|
92
|
+
crass (1.0.6)
|
93
|
+
date (3.3.4)
|
94
|
+
diff-lcs (1.5.0)
|
95
|
+
drb (2.2.0)
|
96
|
+
ruby2_keywords
|
97
|
+
erubi (1.12.0)
|
98
|
+
globalid (1.2.1)
|
99
|
+
activesupport (>= 6.1)
|
100
|
+
i18n (1.14.1)
|
101
|
+
concurrent-ruby (~> 1.0)
|
102
|
+
io-console (0.7.2)
|
103
|
+
irb (1.11.1)
|
104
|
+
rdoc
|
105
|
+
reline (>= 0.4.2)
|
106
|
+
loofah (2.22.0)
|
107
|
+
crass (~> 1.0.2)
|
108
|
+
nokogiri (>= 1.12.0)
|
109
|
+
mail (2.8.1)
|
110
|
+
mini_mime (>= 0.1.1)
|
111
|
+
net-imap
|
112
|
+
net-pop
|
113
|
+
net-smtp
|
114
|
+
marcel (1.0.2)
|
115
|
+
mini_mime (1.1.5)
|
116
|
+
mini_portile2 (2.8.5)
|
117
|
+
minitest (5.21.2)
|
118
|
+
mutex_m (0.2.0)
|
119
|
+
net-imap (0.4.9.1)
|
120
|
+
date
|
121
|
+
net-protocol
|
122
|
+
net-pop (0.1.2)
|
123
|
+
net-protocol
|
124
|
+
net-protocol (0.2.2)
|
125
|
+
timeout
|
126
|
+
net-smtp (0.4.0.1)
|
127
|
+
net-protocol
|
128
|
+
nio4r (2.7.0)
|
129
|
+
nokogiri (1.15.5)
|
130
|
+
mini_portile2 (~> 2.8.2)
|
131
|
+
racc (~> 1.4)
|
132
|
+
psych (5.1.2)
|
133
|
+
stringio
|
134
|
+
racc (1.7.3)
|
135
|
+
rack (3.0.8)
|
136
|
+
rack-session (2.0.0)
|
137
|
+
rack (>= 3.0.0)
|
138
|
+
rack-test (2.1.0)
|
139
|
+
rack (>= 1.3)
|
140
|
+
rackup (2.1.0)
|
141
|
+
rack (>= 3)
|
142
|
+
webrick (~> 1.8)
|
143
|
+
rails (7.1.3)
|
144
|
+
actioncable (= 7.1.3)
|
145
|
+
actionmailbox (= 7.1.3)
|
146
|
+
actionmailer (= 7.1.3)
|
147
|
+
actionpack (= 7.1.3)
|
148
|
+
actiontext (= 7.1.3)
|
149
|
+
actionview (= 7.1.3)
|
150
|
+
activejob (= 7.1.3)
|
151
|
+
activemodel (= 7.1.3)
|
152
|
+
activerecord (= 7.1.3)
|
153
|
+
activestorage (= 7.1.3)
|
154
|
+
activesupport (= 7.1.3)
|
155
|
+
bundler (>= 1.15.0)
|
156
|
+
railties (= 7.1.3)
|
157
|
+
rails-dom-testing (2.2.0)
|
158
|
+
activesupport (>= 5.0.0)
|
159
|
+
minitest
|
160
|
+
nokogiri (>= 1.6)
|
161
|
+
rails-html-sanitizer (1.6.0)
|
162
|
+
loofah (~> 2.21)
|
163
|
+
nokogiri (~> 1.14)
|
164
|
+
railties (7.1.3)
|
165
|
+
actionpack (= 7.1.3)
|
166
|
+
activesupport (= 7.1.3)
|
167
|
+
irb
|
168
|
+
rackup (>= 1.0.0)
|
169
|
+
rake (>= 12.2)
|
170
|
+
thor (~> 1.0, >= 1.2.2)
|
171
|
+
zeitwerk (~> 2.6)
|
172
|
+
rake (13.1.0)
|
173
|
+
rdoc (6.6.2)
|
174
|
+
psych (>= 4.0.0)
|
175
|
+
reline (0.4.2)
|
176
|
+
io-console (~> 0.5)
|
177
|
+
rspec-core (3.12.2)
|
178
|
+
rspec-support (~> 3.12.0)
|
179
|
+
rspec-expectations (3.12.3)
|
180
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
181
|
+
rspec-support (~> 3.12.0)
|
182
|
+
rspec-mocks (3.12.6)
|
183
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
184
|
+
rspec-support (~> 3.12.0)
|
185
|
+
rspec-rails (6.1.0)
|
186
|
+
actionpack (>= 6.1)
|
187
|
+
activesupport (>= 6.1)
|
188
|
+
railties (>= 6.1)
|
189
|
+
rspec-core (~> 3.12)
|
190
|
+
rspec-expectations (~> 3.12)
|
191
|
+
rspec-mocks (~> 3.12)
|
192
|
+
rspec-support (~> 3.12)
|
193
|
+
rspec-support (3.12.1)
|
194
|
+
ruby2_keywords (0.0.5)
|
195
|
+
stringio (3.1.0)
|
196
|
+
thor (1.3.0)
|
197
|
+
timeout (0.4.1)
|
198
|
+
tzinfo (2.0.6)
|
199
|
+
concurrent-ruby (~> 1.0)
|
200
|
+
webrick (1.8.1)
|
201
|
+
websocket-driver (0.7.6)
|
202
|
+
websocket-extensions (>= 0.1.0)
|
203
|
+
websocket-extensions (0.1.5)
|
204
|
+
zeitwerk (2.6.12)
|
205
|
+
|
206
|
+
PLATFORMS
|
207
|
+
ruby
|
208
|
+
|
209
|
+
DEPENDENCIES
|
210
|
+
appraisal
|
211
|
+
bigcartel-currency-locales!
|
212
|
+
rails (~> 7)
|
213
|
+
rspec-rails (>= 3.0)
|
214
|
+
|
215
|
+
BUNDLED WITH
|
216
|
+
2.1.4
|
data/spec/spec_helper.rb
CHANGED
@@ -1,27 +1,17 @@
|
|
1
1
|
ENV["RAILS_ENV"] = "test"
|
2
2
|
|
3
3
|
require 'bigcartel-currency-locales'
|
4
|
+
require 'action_controller/railtie'
|
4
5
|
|
5
|
-
|
6
|
-
require 'action_controller/railtie'
|
7
|
-
$stdout.puts "Testing against Rails #{ Rails::VERSION::STRING }"
|
8
|
-
rescue LoadError
|
9
|
-
gem 'rails'
|
10
|
-
require 'action_pack'
|
11
|
-
require 'action_controller'
|
12
|
-
$stdout.puts "Testing against Rails #{ ActionPack::VERSION::STRING }"
|
13
|
-
end
|
6
|
+
$stdout.puts "\nTesting against Rails #{Rails::VERSION::STRING}"
|
14
7
|
|
15
8
|
BigCartel::CurrencyLocales.insert
|
16
9
|
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
require 'spec'
|
24
|
-
Spec::Runner.configure do |config|
|
25
|
-
config.mock_with :rspec
|
10
|
+
RSpec.configure do |config|
|
11
|
+
config.mock_with :rspec
|
12
|
+
config.fail_fast = true
|
13
|
+
|
14
|
+
config.expect_with(:rspec) do |c|
|
15
|
+
c.syntax = :should
|
26
16
|
end
|
27
17
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bigcartel-currency-locales
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Big Cartel
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: appraisal
|
@@ -30,47 +30,47 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 6.0.6.1
|
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
|
-
version:
|
40
|
+
version: 6.0.6.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec-rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '3.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
|
-
version: '
|
54
|
+
version: '3.0'
|
55
55
|
description: Common locale data for Rails i18n of Big Cartel's supported currencies.
|
56
56
|
email: dev@bigcartel.com
|
57
57
|
executables: []
|
58
58
|
extensions: []
|
59
59
|
extra_rdoc_files: []
|
60
60
|
files:
|
61
|
+
- ".github/workflows/test.yml"
|
61
62
|
- ".gitignore"
|
62
|
-
- ".
|
63
|
+
- ".ruby-version"
|
63
64
|
- Appraisals
|
64
65
|
- Gemfile
|
65
66
|
- README.md
|
66
67
|
- Rakefile
|
67
68
|
- bigcartel-currency-locales.gemspec
|
68
|
-
- gemfiles/
|
69
|
-
- gemfiles/
|
70
|
-
- gemfiles/
|
71
|
-
- gemfiles/
|
72
|
-
- gemfiles/
|
73
|
-
- gemfiles/rails_5.gemfile.lock
|
69
|
+
- gemfiles/.bundle/config
|
70
|
+
- gemfiles/rails_6.gemfile
|
71
|
+
- gemfiles/rails_6.gemfile.lock
|
72
|
+
- gemfiles/rails_7.gemfile
|
73
|
+
- gemfiles/rails_7.gemfile.lock
|
74
74
|
- lib/bigcartel-currency-locales.rb
|
75
75
|
- lib/currency-locales/locales/cs.yml
|
76
76
|
- lib/currency-locales/locales/da.yml
|
@@ -101,7 +101,7 @@ files:
|
|
101
101
|
homepage: http://github.com/bigcartel/bigcartel-currency-locales
|
102
102
|
licenses: []
|
103
103
|
metadata: {}
|
104
|
-
post_install_message:
|
104
|
+
post_install_message:
|
105
105
|
rdoc_options: []
|
106
106
|
require_paths:
|
107
107
|
- lib
|
@@ -116,8 +116,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
requirements: []
|
119
|
-
rubygems_version: 3.1.
|
120
|
-
signing_key:
|
119
|
+
rubygems_version: 3.1.6
|
120
|
+
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: Common locale data for Rails i18n of Big Cartel's supported currencies.
|
123
123
|
test_files: []
|
data/.travis.yml
DELETED
data/gemfiles/rails_2.3.gemfile
DELETED
@@ -1,109 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
bigcartel-currency-locales (1.5.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: http://rubygems.org/
|
8
|
-
specs:
|
9
|
-
actionmailer (3.2.9)
|
10
|
-
actionpack (= 3.2.9)
|
11
|
-
mail (~> 2.4.4)
|
12
|
-
actionpack (3.2.9)
|
13
|
-
activemodel (= 3.2.9)
|
14
|
-
activesupport (= 3.2.9)
|
15
|
-
builder (~> 3.0.0)
|
16
|
-
erubis (~> 2.7.0)
|
17
|
-
journey (~> 1.0.4)
|
18
|
-
rack (~> 1.4.0)
|
19
|
-
rack-cache (~> 1.2)
|
20
|
-
rack-test (~> 0.6.1)
|
21
|
-
sprockets (~> 2.2.1)
|
22
|
-
activemodel (3.2.9)
|
23
|
-
activesupport (= 3.2.9)
|
24
|
-
builder (~> 3.0.0)
|
25
|
-
activerecord (3.2.9)
|
26
|
-
activemodel (= 3.2.9)
|
27
|
-
activesupport (= 3.2.9)
|
28
|
-
arel (~> 3.0.2)
|
29
|
-
tzinfo (~> 0.3.29)
|
30
|
-
activeresource (3.2.9)
|
31
|
-
activemodel (= 3.2.9)
|
32
|
-
activesupport (= 3.2.9)
|
33
|
-
activesupport (3.2.9)
|
34
|
-
i18n (~> 0.6)
|
35
|
-
multi_json (~> 1.0)
|
36
|
-
appraisal (2.2.0)
|
37
|
-
bundler
|
38
|
-
rake
|
39
|
-
thor (>= 0.14.0)
|
40
|
-
arel (3.0.3)
|
41
|
-
builder (3.0.4)
|
42
|
-
concurrent-ruby (1.0.5)
|
43
|
-
erubis (2.7.0)
|
44
|
-
hike (1.2.3)
|
45
|
-
i18n (0.9.3)
|
46
|
-
concurrent-ruby (~> 1.0)
|
47
|
-
journey (1.0.4)
|
48
|
-
json (1.8.6)
|
49
|
-
mail (2.4.4)
|
50
|
-
i18n (>= 0.4.0)
|
51
|
-
mime-types (~> 1.16)
|
52
|
-
treetop (~> 1.4.8)
|
53
|
-
mime-types (1.25.1)
|
54
|
-
multi_json (1.13.1)
|
55
|
-
polyglot (0.3.5)
|
56
|
-
rack (1.4.7)
|
57
|
-
rack-cache (1.7.1)
|
58
|
-
rack (>= 0.4)
|
59
|
-
rack-ssl (1.3.4)
|
60
|
-
rack
|
61
|
-
rack-test (0.6.3)
|
62
|
-
rack (>= 1.0)
|
63
|
-
rails (3.2.9)
|
64
|
-
actionmailer (= 3.2.9)
|
65
|
-
actionpack (= 3.2.9)
|
66
|
-
activerecord (= 3.2.9)
|
67
|
-
activeresource (= 3.2.9)
|
68
|
-
activesupport (= 3.2.9)
|
69
|
-
bundler (~> 1.0)
|
70
|
-
railties (= 3.2.9)
|
71
|
-
railties (3.2.9)
|
72
|
-
actionpack (= 3.2.9)
|
73
|
-
activesupport (= 3.2.9)
|
74
|
-
rack-ssl (~> 1.3.2)
|
75
|
-
rake (>= 0.8.7)
|
76
|
-
rdoc (~> 3.4)
|
77
|
-
thor (>= 0.14.6, < 2.0)
|
78
|
-
rake (10.5.0)
|
79
|
-
rdoc (3.12.2)
|
80
|
-
json (~> 1.4)
|
81
|
-
rspec (1.3.2)
|
82
|
-
rspec-rails (1.3.4)
|
83
|
-
rack (>= 1.0.0)
|
84
|
-
rspec (~> 1.3.1)
|
85
|
-
sprockets (2.2.3)
|
86
|
-
hike (~> 1.2)
|
87
|
-
multi_json (~> 1.0)
|
88
|
-
rack (~> 1.0)
|
89
|
-
tilt (~> 1.1, != 1.3.0)
|
90
|
-
thor (0.20.0)
|
91
|
-
tilt (1.4.1)
|
92
|
-
treetop (1.4.15)
|
93
|
-
polyglot
|
94
|
-
polyglot (>= 0.3.1)
|
95
|
-
tzinfo (0.3.53)
|
96
|
-
|
97
|
-
PLATFORMS
|
98
|
-
ruby
|
99
|
-
|
100
|
-
DEPENDENCIES
|
101
|
-
appraisal
|
102
|
-
bigcartel-currency-locales!
|
103
|
-
rails (= 3.2.9)
|
104
|
-
rake (< 11)
|
105
|
-
rspec (~> 1.3.1)
|
106
|
-
rspec-rails (~> 1.3.2)
|
107
|
-
|
108
|
-
BUNDLED WITH
|
109
|
-
1.16.0
|
@@ -1,134 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
bigcartel-currency-locales (1.5.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: http://rubygems.org/
|
8
|
-
specs:
|
9
|
-
actionmailer (4.2.10)
|
10
|
-
actionpack (= 4.2.10)
|
11
|
-
actionview (= 4.2.10)
|
12
|
-
activejob (= 4.2.10)
|
13
|
-
mail (~> 2.5, >= 2.5.4)
|
14
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
15
|
-
actionpack (4.2.10)
|
16
|
-
actionview (= 4.2.10)
|
17
|
-
activesupport (= 4.2.10)
|
18
|
-
rack (~> 1.6)
|
19
|
-
rack-test (~> 0.6.2)
|
20
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
21
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
22
|
-
actionview (4.2.10)
|
23
|
-
activesupport (= 4.2.10)
|
24
|
-
builder (~> 3.1)
|
25
|
-
erubis (~> 2.7.0)
|
26
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
27
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
28
|
-
activejob (4.2.10)
|
29
|
-
activesupport (= 4.2.10)
|
30
|
-
globalid (>= 0.3.0)
|
31
|
-
activemodel (4.2.10)
|
32
|
-
activesupport (= 4.2.10)
|
33
|
-
builder (~> 3.1)
|
34
|
-
activerecord (4.2.10)
|
35
|
-
activemodel (= 4.2.10)
|
36
|
-
activesupport (= 4.2.10)
|
37
|
-
arel (~> 6.0)
|
38
|
-
activesupport (4.2.10)
|
39
|
-
i18n (~> 0.7)
|
40
|
-
minitest (~> 5.1)
|
41
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
42
|
-
tzinfo (~> 1.1)
|
43
|
-
appraisal (2.2.0)
|
44
|
-
bundler
|
45
|
-
rake
|
46
|
-
thor (>= 0.14.0)
|
47
|
-
arel (6.0.4)
|
48
|
-
builder (3.2.3)
|
49
|
-
concurrent-ruby (1.0.5)
|
50
|
-
crass (1.0.3)
|
51
|
-
diff-lcs (1.3)
|
52
|
-
erubis (2.7.0)
|
53
|
-
globalid (0.4.1)
|
54
|
-
activesupport (>= 4.2.0)
|
55
|
-
i18n (0.9.3)
|
56
|
-
concurrent-ruby (~> 1.0)
|
57
|
-
loofah (2.1.1)
|
58
|
-
crass (~> 1.0.2)
|
59
|
-
nokogiri (>= 1.5.9)
|
60
|
-
mail (2.7.0)
|
61
|
-
mini_mime (>= 0.1.1)
|
62
|
-
mini_mime (1.0.0)
|
63
|
-
mini_portile2 (2.3.0)
|
64
|
-
minitest (5.11.3)
|
65
|
-
nokogiri (1.8.2)
|
66
|
-
mini_portile2 (~> 2.3.0)
|
67
|
-
rack (1.6.8)
|
68
|
-
rack-test (0.6.3)
|
69
|
-
rack (>= 1.0)
|
70
|
-
rails (4.2.10)
|
71
|
-
actionmailer (= 4.2.10)
|
72
|
-
actionpack (= 4.2.10)
|
73
|
-
actionview (= 4.2.10)
|
74
|
-
activejob (= 4.2.10)
|
75
|
-
activemodel (= 4.2.10)
|
76
|
-
activerecord (= 4.2.10)
|
77
|
-
activesupport (= 4.2.10)
|
78
|
-
bundler (>= 1.3.0, < 2.0)
|
79
|
-
railties (= 4.2.10)
|
80
|
-
sprockets-rails
|
81
|
-
rails-deprecated_sanitizer (1.0.3)
|
82
|
-
activesupport (>= 4.2.0.alpha)
|
83
|
-
rails-dom-testing (1.0.9)
|
84
|
-
activesupport (>= 4.2.0, < 5.0)
|
85
|
-
nokogiri (~> 1.6)
|
86
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
87
|
-
rails-html-sanitizer (1.0.3)
|
88
|
-
loofah (~> 2.0)
|
89
|
-
railties (4.2.10)
|
90
|
-
actionpack (= 4.2.10)
|
91
|
-
activesupport (= 4.2.10)
|
92
|
-
rake (>= 0.8.7)
|
93
|
-
thor (>= 0.18.1, < 2.0)
|
94
|
-
rake (12.3.0)
|
95
|
-
rspec-core (3.7.1)
|
96
|
-
rspec-support (~> 3.7.0)
|
97
|
-
rspec-expectations (3.7.0)
|
98
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
99
|
-
rspec-support (~> 3.7.0)
|
100
|
-
rspec-mocks (3.7.0)
|
101
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
102
|
-
rspec-support (~> 3.7.0)
|
103
|
-
rspec-rails (3.7.2)
|
104
|
-
actionpack (>= 3.0)
|
105
|
-
activesupport (>= 3.0)
|
106
|
-
railties (>= 3.0)
|
107
|
-
rspec-core (~> 3.7.0)
|
108
|
-
rspec-expectations (~> 3.7.0)
|
109
|
-
rspec-mocks (~> 3.7.0)
|
110
|
-
rspec-support (~> 3.7.0)
|
111
|
-
rspec-support (3.7.1)
|
112
|
-
sprockets (3.7.1)
|
113
|
-
concurrent-ruby (~> 1.0)
|
114
|
-
rack (> 1, < 3)
|
115
|
-
sprockets-rails (3.2.1)
|
116
|
-
actionpack (>= 4.0)
|
117
|
-
activesupport (>= 4.0)
|
118
|
-
sprockets (>= 3.0.0)
|
119
|
-
thor (0.20.0)
|
120
|
-
thread_safe (0.3.6)
|
121
|
-
tzinfo (1.2.5)
|
122
|
-
thread_safe (~> 0.1)
|
123
|
-
|
124
|
-
PLATFORMS
|
125
|
-
ruby
|
126
|
-
|
127
|
-
DEPENDENCIES
|
128
|
-
appraisal
|
129
|
-
bigcartel-currency-locales!
|
130
|
-
rails (~> 4)
|
131
|
-
rspec-rails (>= 2.0)
|
132
|
-
|
133
|
-
BUNDLED WITH
|
134
|
-
1.16.0
|
@@ -1,141 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
bigcartel-currency-locales (1.5.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: http://rubygems.org/
|
8
|
-
specs:
|
9
|
-
actioncable (5.1.4)
|
10
|
-
actionpack (= 5.1.4)
|
11
|
-
nio4r (~> 2.0)
|
12
|
-
websocket-driver (~> 0.6.1)
|
13
|
-
actionmailer (5.1.4)
|
14
|
-
actionpack (= 5.1.4)
|
15
|
-
actionview (= 5.1.4)
|
16
|
-
activejob (= 5.1.4)
|
17
|
-
mail (~> 2.5, >= 2.5.4)
|
18
|
-
rails-dom-testing (~> 2.0)
|
19
|
-
actionpack (5.1.4)
|
20
|
-
actionview (= 5.1.4)
|
21
|
-
activesupport (= 5.1.4)
|
22
|
-
rack (~> 2.0)
|
23
|
-
rack-test (>= 0.6.3)
|
24
|
-
rails-dom-testing (~> 2.0)
|
25
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
26
|
-
actionview (5.1.4)
|
27
|
-
activesupport (= 5.1.4)
|
28
|
-
builder (~> 3.1)
|
29
|
-
erubi (~> 1.4)
|
30
|
-
rails-dom-testing (~> 2.0)
|
31
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
32
|
-
activejob (5.1.4)
|
33
|
-
activesupport (= 5.1.4)
|
34
|
-
globalid (>= 0.3.6)
|
35
|
-
activemodel (5.1.4)
|
36
|
-
activesupport (= 5.1.4)
|
37
|
-
activerecord (5.1.4)
|
38
|
-
activemodel (= 5.1.4)
|
39
|
-
activesupport (= 5.1.4)
|
40
|
-
arel (~> 8.0)
|
41
|
-
activesupport (5.1.4)
|
42
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
43
|
-
i18n (~> 0.7)
|
44
|
-
minitest (~> 5.1)
|
45
|
-
tzinfo (~> 1.1)
|
46
|
-
appraisal (2.2.0)
|
47
|
-
bundler
|
48
|
-
rake
|
49
|
-
thor (>= 0.14.0)
|
50
|
-
arel (8.0.0)
|
51
|
-
builder (3.2.3)
|
52
|
-
concurrent-ruby (1.0.5)
|
53
|
-
crass (1.0.3)
|
54
|
-
diff-lcs (1.3)
|
55
|
-
erubi (1.7.0)
|
56
|
-
globalid (0.4.1)
|
57
|
-
activesupport (>= 4.2.0)
|
58
|
-
i18n (0.9.3)
|
59
|
-
concurrent-ruby (~> 1.0)
|
60
|
-
loofah (2.1.1)
|
61
|
-
crass (~> 1.0.2)
|
62
|
-
nokogiri (>= 1.5.9)
|
63
|
-
mail (2.7.0)
|
64
|
-
mini_mime (>= 0.1.1)
|
65
|
-
method_source (0.9.0)
|
66
|
-
mini_mime (1.0.0)
|
67
|
-
mini_portile2 (2.3.0)
|
68
|
-
minitest (5.11.3)
|
69
|
-
nio4r (2.2.0)
|
70
|
-
nokogiri (1.8.2)
|
71
|
-
mini_portile2 (~> 2.3.0)
|
72
|
-
rack (2.0.4)
|
73
|
-
rack-test (0.8.2)
|
74
|
-
rack (>= 1.0, < 3)
|
75
|
-
rails (5.1.4)
|
76
|
-
actioncable (= 5.1.4)
|
77
|
-
actionmailer (= 5.1.4)
|
78
|
-
actionpack (= 5.1.4)
|
79
|
-
actionview (= 5.1.4)
|
80
|
-
activejob (= 5.1.4)
|
81
|
-
activemodel (= 5.1.4)
|
82
|
-
activerecord (= 5.1.4)
|
83
|
-
activesupport (= 5.1.4)
|
84
|
-
bundler (>= 1.3.0)
|
85
|
-
railties (= 5.1.4)
|
86
|
-
sprockets-rails (>= 2.0.0)
|
87
|
-
rails-dom-testing (2.0.3)
|
88
|
-
activesupport (>= 4.2.0)
|
89
|
-
nokogiri (>= 1.6)
|
90
|
-
rails-html-sanitizer (1.0.3)
|
91
|
-
loofah (~> 2.0)
|
92
|
-
railties (5.1.4)
|
93
|
-
actionpack (= 5.1.4)
|
94
|
-
activesupport (= 5.1.4)
|
95
|
-
method_source
|
96
|
-
rake (>= 0.8.7)
|
97
|
-
thor (>= 0.18.1, < 2.0)
|
98
|
-
rake (12.3.0)
|
99
|
-
rspec-core (3.7.1)
|
100
|
-
rspec-support (~> 3.7.0)
|
101
|
-
rspec-expectations (3.7.0)
|
102
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
103
|
-
rspec-support (~> 3.7.0)
|
104
|
-
rspec-mocks (3.7.0)
|
105
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
106
|
-
rspec-support (~> 3.7.0)
|
107
|
-
rspec-rails (3.7.2)
|
108
|
-
actionpack (>= 3.0)
|
109
|
-
activesupport (>= 3.0)
|
110
|
-
railties (>= 3.0)
|
111
|
-
rspec-core (~> 3.7.0)
|
112
|
-
rspec-expectations (~> 3.7.0)
|
113
|
-
rspec-mocks (~> 3.7.0)
|
114
|
-
rspec-support (~> 3.7.0)
|
115
|
-
rspec-support (3.7.1)
|
116
|
-
sprockets (3.7.1)
|
117
|
-
concurrent-ruby (~> 1.0)
|
118
|
-
rack (> 1, < 3)
|
119
|
-
sprockets-rails (3.2.1)
|
120
|
-
actionpack (>= 4.0)
|
121
|
-
activesupport (>= 4.0)
|
122
|
-
sprockets (>= 3.0.0)
|
123
|
-
thor (0.20.0)
|
124
|
-
thread_safe (0.3.6)
|
125
|
-
tzinfo (1.2.5)
|
126
|
-
thread_safe (~> 0.1)
|
127
|
-
websocket-driver (0.6.5)
|
128
|
-
websocket-extensions (>= 0.1.0)
|
129
|
-
websocket-extensions (0.1.3)
|
130
|
-
|
131
|
-
PLATFORMS
|
132
|
-
ruby
|
133
|
-
|
134
|
-
DEPENDENCIES
|
135
|
-
appraisal
|
136
|
-
bigcartel-currency-locales!
|
137
|
-
rails (~> 5)
|
138
|
-
rspec-rails (>= 2.0)
|
139
|
-
|
140
|
-
BUNDLED WITH
|
141
|
-
1.16.0
|