remote-I18n-extension-hcc 1.0.4 → 1.0.5

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: 793e092c9ee626faad241ca33bedee9ae5a08350f8c3d598d2b3f85175e51b77
4
- data.tar.gz: 6e85f23702ccc291ed341017a674cc861928be587a13acb97e315266da13020b
3
+ metadata.gz: bdabc3045dacb290fdf5348c537d0805a16244e8fed7bd1e66c5ce1f78478683
4
+ data.tar.gz: 25ce8f915df806e5c8ba69f5e58b1e897ed257b2d5a51f6db2972854e6d97221
5
5
  SHA512:
6
- metadata.gz: f828e14d4b31d8799da74202cc9dad2630dafd94faddd5ea37c2b48f2efec34568a47653664afb4eed69638bdab3ade03a03b108a198c795b10fd1789da1cadf
7
- data.tar.gz: a3d07d83226a9c826c95327f15064cb072c7ebbfd8898e1ed55a3227687589dd4a9a899601ad232b9498341748195b7b1c9868ad8469fe3e7cda70c6cc422a92
6
+ metadata.gz: 3fa163376fa690f4d0e3fb7ec8e58fdcfff5b7c1326cbdc2d492defe06b0d968a959a68672d0f68102e385ae47a4a66f569007b9f46a27ea95b71cb1a330d445
7
+ data.tar.gz: fe2836312d5f7e01ed848bb16f7efe5cc0cee4a6e9f0357c4f152ebe7adf12db5e25d2816ce40a934e26b653c00274b9d6842a41f77c4cfa450a0a61e973c60f
@@ -1,15 +1,13 @@
1
1
  require 'rails/generators'
2
2
 
3
3
  module RemoteI18nExtensionHcc
4
- module Generators
5
- class InstallGenerator < Rails::Generators::Base
6
- source_root File.expand_path('../templates', __dir__)
4
+ class InstallGenerator < Rails::Generators::Base
5
+ source_root File.expand_path('../templates', __dir__)
7
6
 
8
- desc 'Creates config file for RemoteI18nExtensionHcc'
7
+ desc 'Creates config file for RemoteI18nExtensionHcc'
9
8
 
10
- def copy_config
11
- template 'remote-I18n-extension-hcc-config.rb', "#{Rails.root}/config/remote-I18n-extension-hcc.rb"
12
- end
9
+ def copy_config
10
+ template 'remote-I18n-extension-hcc-config.rb', "#{Rails.root}/config/remote-I18n-extension-hcc.rb"
13
11
  end
14
12
  end
15
13
  end
@@ -1,3 +1,3 @@
1
1
  module RemoteI18nExtensionHcc
2
- VERSION = '1.0.4'.freeze
2
+ VERSION = '1.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote-I18n-extension-hcc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hassan Ahmed