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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b73e932260888b67f25704ab536386c65fb1c02
4
- data.tar.gz: 193c1c94883b42deb1878089769fd59c52edb39b
3
+ metadata.gz: 8e4c6257e1b1be005843a1c89e7cd072ccdacff2
4
+ data.tar.gz: 8cef10adc8d4bce93c3259e76e7fa329dfa98273
5
5
  SHA512:
6
- metadata.gz: 9f13798ad703fbf41c1c19b27d8637fd41eded1fb6984ad0c62e3506c9fedfe4dc76853e85d4104ab07873f73311df543faa10d197172f835a284a40f94ffa98
7
- data.tar.gz: d3d8e8a24eac088c0f62ad5b308af9c78482df21e47f20a44f7e8aca1e4683215fc5f4d3612db363d0c6b990e61806818f1a69052c335221c4a207e8b27b0f53
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 = :ja\n", after: "# config.i18n.default_locale = :de\n" )
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"
@@ -1,7 +1,7 @@
1
1
  module Minimum
2
2
  module Omniauth
3
3
  module Scaffold
4
- VERSION = "0.1.9"
4
+ VERSION = '0.1.10'
5
5
  end
6
6
  end
7
7
  end
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.9
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-01-24 00:00:00.000000000 Z
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.0
181
+ rubygems_version: 2.2.2
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: Minimum OmniAuth Scaffold