bigcartel-currency-locales 1.5.0 → 2.0.0

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
  SHA256:
3
- metadata.gz: fcc1e2ce369da0c203f2548405f8b8b94d8622565d35c59a7871b0336a817922
4
- data.tar.gz: b56c16547c887dccd97635b1e76125f3417aa252a9cbdd57ae064bd0031e7a84
3
+ metadata.gz: 68f29131a6b68c182695399e362d5ab4d40accbdf598d174f0c571972929e266
4
+ data.tar.gz: 0772e76140d3c9e375485cc217af9ebe70eab7a297212b308147fc17f7e91cff
5
5
  SHA512:
6
- metadata.gz: bb75b9e108363a4496970e4bd38c183f30caa7b0163fb82c4c53fba738c75659f3bcf47822ec1405f0748085983602ed5fdbc317fa9c3ec9b5aa44d596f4b0c4
7
- data.tar.gz: 98043fb0b5cfe34ec2451c43d84c2c859408d01c828487c13cc0babed769d62b02de5fa8f3daeaea2cdaeb75463400d80ec419be6aea3819b7c3ae223200f490
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-5" do
2
- gem "rails", "~> 5"
1
+ appraise "rails-7" do
2
+ gem "rails", "~> 7"
3
3
  end
4
4
 
5
- appraise "rails-4" do
6
- gem "rails", "~> 4"
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 [![Build Status](https://travis-ci.org/bigcartel/bigcartel-currency-locales.png?branch=master)](https://travis-ci.org/bigcartel/bigcartel-currency-locales) [![Gem Version](https://badge.fury.io/rb/bigcartel-currency-locales.png)](http://badge.fury.io/rb/bigcartel-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", "= 3.2.9"
20
- s.add_development_dependency "rspec-rails", ">= 2.0"
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,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "http://rubygems.org"
4
4
 
5
- gem "rails", "~> 5"
5
+ gem "rails", "~> 6"
6
6
 
7
7
  gemspec path: "../"
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "http://rubygems.org"
4
4
 
5
- gem "rails", "~> 4"
5
+ gem "rails", "~> 7"
6
6
 
7
7
  gemspec path: "../"
@@ -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
@@ -10,7 +10,7 @@ tr:
10
10
  currency:
11
11
  format:
12
12
  format: "%n %u"
13
- unit: "TL"
13
+ unit: ""
14
14
  separator: ","
15
15
  delimiter: "."
16
16
  precision: 2
@@ -1,5 +1,5 @@
1
1
  module BigCartel
2
2
  module CurrencyLocales
3
- VERSION = "1.5.0"
3
+ VERSION = "2.0.0"
4
4
  end
5
5
  end