minimum-omniauth-scaffold 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/minimum/omniauth/scaffold.rb +1 -1
- data/lib/minimum/omniauth/scaffold/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e4c6257e1b1be005843a1c89e7cd072ccdacff2
|
4
|
+
data.tar.gz: 8cef10adc8d4bce93c3259e76e7fa329dfa98273
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 494e627c8181280efba5c85bfaea12c27fe91d7fb22cb7b2abe69c47b966964147f0107bbf5b7ae616c888efd3f4d22ce7c7cf0bc309077266ef39a6381076d5
|
7
|
+
data.tar.gz: 1c6c705c9205b060ec892a80c1b1ba0b23ba3f17c5cb5c10835c2af48671e5a4ed31ef7d0da39e92e4de107369b304d4a6277796541b3c7a1ad111b6003d6725
|
@@ -39,7 +39,7 @@ module Minimum
|
|
39
39
|
content = " config.time_zone = 'Tokyo'\n"
|
40
40
|
# content += " config.active_record.default_timezone = :local\n"
|
41
41
|
insert_into_file( "config/application.rb", content.force_encoding('ASCII-8BIT'), after: "# config.time_zone = 'Central Time (US & Canada)'\n" )
|
42
|
-
insert_into_file( "config/application.rb", " config.i18n.default_locale
|
42
|
+
insert_into_file( "config/application.rb", " config.i18n.default_locale = :ja\nI18n.enforce_available_locales = true\n", after: "# config.i18n.default_locale = :de\n" )
|
43
43
|
# content = " # For Heroku\n"
|
44
44
|
# content += " config.assets.initialize_on_precompile = false\n"
|
45
45
|
content = " # For Tapp\n"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimum-omniauth-scaffold
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- shu0115
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
178
|
version: '0'
|
179
179
|
requirements: []
|
180
180
|
rubyforge_project:
|
181
|
-
rubygems_version: 2.2.
|
181
|
+
rubygems_version: 2.2.2
|
182
182
|
signing_key:
|
183
183
|
specification_version: 4
|
184
184
|
summary: Minimum OmniAuth Scaffold
|