mysterious_traveller_test_gem_flex 0.2.8 → 0.2.9

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: 3b3325d411eda76e62ea6fae14ab99843ffabdfb
4
- data.tar.gz: 38fe44f30749b4accdc0bd60a1410a05d2f68364
3
+ metadata.gz: 0d29b033e0d7fe1d01cc0f4bd81bbd4304917147
4
+ data.tar.gz: f5851c31438048d9a1ccd0bc6621036698c5cbda
5
5
  SHA512:
6
- metadata.gz: d4cdd689ea65c5b9b1c664e4947ecd4f845935e961d279d0b91f02d6c3429ff474adbce7c11cd31f10ec4b20c71041cffe8caccd78dd3d4859393911308fce59
7
- data.tar.gz: a78edb2f3966b3eaf19cfac03d4114bb9fbb01a8fc23f72bc7073084d490a49786022171d40f740b59e81c624c8f4c8cc3962adedf60862ed4e105cff4a4e902
6
+ metadata.gz: 35929edd4e96eeaf4315dd153ea24bc12c3132619fdad92cdcc2f1ae81574a16bdc3272d7fefc54c2571a8f490543208fceb6c5c2ea59f9b9e54f03d40a11b9f
7
+ data.tar.gz: 6be4199a94c592b9c4fb62573392f88d802e0d097328c16148b98d96642d6f0a4b671fcd41a47c8bd23652b861d6f40494537552304f7e9f2f67d541120d25eb
@@ -1,17 +1,8 @@
1
- require 'generators/mysterious_traveller_test_gem_flex/generator_helpers'
2
-
3
1
  module MysteriousTravellerTestGemFlex
4
2
  module Generators
5
- # Custom scaffolding generator
6
3
  class ControllerGenerator < Rails::Generators::NamedBase
7
- include Rails::Generators::ResourceHelper
8
- include MysteriousTravellerTestGemFlex::Generators::GeneratorHelpers
9
-
10
- desc "Generates controller, controller_spec and views for the model with the given NAME."
11
- source_root File.expand_path('../templates', __FILE__)
12
-
13
- def copy_controller_and_spec_files
14
- template "controller.rb", File.join("app/controllers", "coupons_controller.rb")
4
+ def testing_hello_world
5
+ puts 'hello world'
15
6
  end
16
7
  end
17
8
  end
@@ -1,3 +1,3 @@
1
1
  module MysteriousTravellerTestGemFlex
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysterious_traveller_test_gem_flex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - charith08