inline_forms 3.0.52 → 3.0.53

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: 775df5735b1238a0263f536101c0130dd896b024
4
- data.tar.gz: cf5c577259cb832a2afba7b7cc9397daed8d3416
3
+ metadata.gz: 77876ccb77fe690596cfbb6b9fb310298485d406
4
+ data.tar.gz: 5db94e3374918163aec794ba2a047f74f4e3f96e
5
5
  SHA512:
6
- metadata.gz: 80b1ea9fa79759c96835bdc8a1b7eb625002d87967f0af058807bbfdb60f98b9e05e72cfca0eab0adb220ccd06124321b87fc3d8012d933f4163687127f43335
7
- data.tar.gz: 7977cafaa687aad23486feb29d848e14a7273b5cd8407c1e7b5aba55d90d679d9d7d5c6bf33b9b6f5ff5cefae48d51d41be0c80eab69dc4dc282752fff08d4b8
6
+ metadata.gz: 3c1d150acca9f169d61178c754ff75b5173f6e8a00ffa6bbf229f73ca88f091519212ad4efaa22f02a96adeacadfd6d68deb24b084b97057a0661c43a44d9f56
7
+ data.tar.gz: cb3676fecf0493f271374c0f5aeebcb009babdb33f080a7959589d63dd5ad08c2bb1fad552d2684c93200f0c46a386de35a8f2f4f549d0d9f87b93571f2750d6
@@ -333,6 +333,16 @@ create_file "db/migrate/" +
333
333
  end
334
334
  VIEW_MIGRATION
335
335
 
336
+ say "- Creating application title via locales..."
337
+ create_file "config/locales/inline_forms_local.en.yml", <<-END_LOCALE.strip_heredoc
338
+ en:
339
+ inline_forms:
340
+ general:
341
+ application_title: #{app_name}
342
+ title_for_devise: #{app_name}
343
+ welcome_for_devise: Welcome to #{app_name}!
344
+ END_LOCALE
345
+
336
346
  say "- Migrating Database (only when using sqlite)"
337
347
  run "bundle exec rake db:migrate" if ENV['using_sqlite'] == 'true'
338
348
 
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "3.0.52"
3
+ VERSION = "3.0.53"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.52
4
+ version: 3.0.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-13 00:00:00.000000000 Z
11
+ date: 2015-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rvm