tongues 0.0.7 → 0.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0e7771525b62a49765e4023e485cc4c2fcd8c7d
4
- data.tar.gz: e6c0d9369359c659e21ae147fdd45e93b6f174d6
3
+ metadata.gz: 6360f6340866664d1f4e09d4e414da537f87b035
4
+ data.tar.gz: 69a90d17e1399a20ce8e22ca01c914aeeda21823
5
5
  SHA512:
6
- metadata.gz: 8ba8aa9542f14a4a660a688ba47e01a9876ddbea875fdcd40fea678085b1530cac0da4602c8a1a8a9463d9845718ed7c252ab8cc5ae9a332143147ffa265b3da
7
- data.tar.gz: 4d63745fd0a427f7d04d7146dab49f80a1164cb736066083d4c6db70505fbe50862694bd71e88cc1cb405d0afff891de8f9d480779a1c498c3e8e101759e60af
6
+ metadata.gz: 671170a3e7f85c7686a4119215bd222f0503e1872c3a22fb7c380c5eb62ab4cdc4ba848840bcb1ab318b3f5fc768a94d767b7f748b19af67820ecfa94d4454b1
7
+ data.tar.gz: 1673c47f7913e8a22e4873a708df0f2b8eac89290acd1f419e85b4d7668e3f270597dbb04867dd40d616c2da3fba4d0c3cbd2ec24ec948c05129e98aea5a3505
@@ -1,7 +1,7 @@
1
1
  require 'rails/generators'
2
2
 
3
3
  module Tongues
4
- class InitializerGenerator < Rails::Generators::Base
4
+ class TonguesGenerator < Rails::Generators::Base
5
5
  source_root File.expand_path('../templates', __FILE__)
6
6
 
7
7
  desc 'This generator creates an initializer for the api key.'
@@ -1,3 +1,3 @@
1
1
  module Tongues
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tongues
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Zicat
@@ -86,8 +86,8 @@ files:
86
86
  - README.md
87
87
  - Rakefile
88
88
  - lib/README.md
89
- - lib/generators/initializer/initializer_generator.rb
90
89
  - lib/generators/initializer/templates/initializer.rb
90
+ - lib/generators/initializer/tongues_generator.rb
91
91
  - lib/tongues.rb
92
92
  - lib/tongues/api_connexion.rb
93
93
  - lib/tongues/config/config.yml