solidus_locale_ja 0.0.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/solidus_locale_ja/version.rb +1 -1
- metadata +26 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60e6daed5a0d62bf140befe417c488b069a7fd86
|
|
4
|
+
data.tar.gz: c4e9f15265e5c352daf1182ab5bcb5ec023ca492
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f781ca3792b7fcd4305e9488a91147e419e957f1bc12efd49f102c5353538bc106b391f217bbb60df6e5ad9add31de82d0902f250da95c69aa02ccd65fa23a64
|
|
7
|
+
data.tar.gz: 29f1be178301b320ca06631d7a11b794b2cfa2efebd791cac2f0f909d91c9f52846006b88dab2c12eb98f9a69ec7e052ce875333a22b73ca21dacfbc338ee6b3
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solidus_locale_ja
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FUNABARA Masao
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -124,44 +124,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
124
|
version: '0'
|
|
125
125
|
requirements: []
|
|
126
126
|
rubyforge_project:
|
|
127
|
-
rubygems_version: 2.5.
|
|
127
|
+
rubygems_version: 2.5.2
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: Solidus Japanese Locale Gem.
|
|
131
131
|
test_files:
|
|
132
132
|
- test/solidus_locale_ja_test.rb
|
|
133
|
-
- test/
|
|
134
|
-
- test/dummy/
|
|
135
|
-
- test/dummy/bin/setup
|
|
133
|
+
- test/test_helper.rb
|
|
134
|
+
- test/dummy/Rakefile
|
|
136
135
|
- test/dummy/bin/bundle
|
|
136
|
+
- test/dummy/bin/setup
|
|
137
|
+
- test/dummy/bin/rake
|
|
137
138
|
- test/dummy/bin/rails
|
|
138
|
-
- test/dummy/Rakefile
|
|
139
|
-
- test/dummy/config/routes.rb
|
|
140
139
|
- test/dummy/config/database.yml
|
|
141
140
|
- test/dummy/config/environment.rb
|
|
142
|
-
- test/dummy/config/secrets.yml
|
|
143
|
-
- test/dummy/config/environments/production.rb
|
|
144
|
-
- test/dummy/config/environments/development.rb
|
|
145
141
|
- test/dummy/config/environments/test.rb
|
|
146
|
-
- test/dummy/config/
|
|
147
|
-
- test/dummy/config/
|
|
142
|
+
- test/dummy/config/environments/development.rb
|
|
143
|
+
- test/dummy/config/environments/production.rb
|
|
148
144
|
- test/dummy/config/application.rb
|
|
149
|
-
- test/dummy/config/
|
|
150
|
-
- test/dummy/config/
|
|
145
|
+
- test/dummy/config/boot.rb
|
|
146
|
+
- test/dummy/config/locales/en.yml
|
|
147
|
+
- test/dummy/config/initializers/assets.rb
|
|
151
148
|
- test/dummy/config/initializers/cookies_serializer.rb
|
|
152
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
|
153
149
|
- test/dummy/config/initializers/mime_types.rb
|
|
154
|
-
- test/dummy/config/initializers/inflections.rb
|
|
155
150
|
- test/dummy/config/initializers/session_store.rb
|
|
156
|
-
- test/dummy/config/initializers/
|
|
151
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
152
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
153
|
+
- test/dummy/config/initializers/inflections.rb
|
|
154
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
155
|
+
- test/dummy/config/routes.rb
|
|
156
|
+
- test/dummy/config/secrets.yml
|
|
157
|
+
- test/dummy/config.ru
|
|
158
|
+
- test/dummy/public/422.html
|
|
159
|
+
- test/dummy/public/favicon.ico
|
|
160
|
+
- test/dummy/public/500.html
|
|
161
|
+
- test/dummy/public/404.html
|
|
162
|
+
- test/dummy/README.rdoc
|
|
157
163
|
- test/dummy/app/helpers/application_helper.rb
|
|
158
164
|
- test/dummy/app/controllers/application_controller.rb
|
|
159
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
160
|
-
- test/dummy/app/assets/javascripts/application.js
|
|
161
165
|
- test/dummy/app/views/layouts/application.html.erb
|
|
162
|
-
- test/dummy/
|
|
163
|
-
- test/dummy/
|
|
164
|
-
- test/dummy/public/500.html
|
|
165
|
-
- test/dummy/public/favicon.ico
|
|
166
|
-
- test/dummy/public/422.html
|
|
167
|
-
- test/test_helper.rb
|
|
166
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
167
|
+
- test/dummy/app/assets/stylesheets/application.css
|