lightek_vpm 0.3.0 → 0.3.1

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: 02c149bcd4102b826d7384683192654c6f81c60bfcdcad4ab08a4d5e62fa508a
4
- data.tar.gz: c08919f94f9eea5b80bf40d730e81c6e0757690168bd205848d76f5d31b9f8cd
3
+ metadata.gz: 57ba49acb0a7262e46f111972f6723e47fe83126b5975f1c5d9bc93afd51d3e0
4
+ data.tar.gz: ff17b6cd2765c9dccee6409ac97e94a6d425a3f85b9ecf333c619352eee268df
5
5
  SHA512:
6
- metadata.gz: 0f607c387f223aeaca5fce042a583a65446a18cac354faeadd6e2322903b0ff70609a86d543b4fa674d3bccf9e217f7837012b8f5ef32cf5426720ab9df6c436
7
- data.tar.gz: 5452d99465e105ab33fd6387f32a8ed7d7707fc63ecc730833468a7ebc7fab1196d653bbf01db1060b94301a37f2c496650d9ab1f29c69a5989c830eeea8c0a3
6
+ metadata.gz: 31b76fdf30f015c06a67d47a4f4bdea5bbc0cd69dd73b536e9dc8aab0a2d283a6090d0a7212aa07cefae450c4e08388ef92c08699518eb5f1858ff79d6ce5635
7
+ data.tar.gz: 140567ecf8af9f04bcd81c53f7f1f5b17b0df8cce2349a7d3842df82319578f5ae0fe1c294ad3f7bc9942205d7dc08e0c9f9b60f18596ec94cc53e40b6b341f4
@@ -8,7 +8,7 @@ module LightekVpm
8
8
  include Rails::Generators::ResourceHelper
9
9
  class_option :skip_show, type: :boolean, default: false, desc: "Skip "show" action"
10
10
 
11
- desc "Generates controller, controller_spec and views for the model with the given NAME."
11
+ desc 'Generates controller, controller_spec and views for the model with the given NAME.'
12
12
 
13
13
  def copy_controller_and_spec_files
14
14
  template "controller.rb", File.join("app/controllers", "#{controller_file_name}_controller.rb")
@@ -8,7 +8,7 @@ module LightekVpm
8
8
  include Rails::Generators::ResourceHelper
9
9
  class_option :skip_show, type: :boolean, default: false, desc: "Skip "show" action"
10
10
 
11
- desc "Generates controller, controller_spec and views for the model with the given NAME."
11
+ desc 'Generates controller, controller_spec and views for the model with the given NAME.'
12
12
 
13
13
  def copy_controller_and_spec_files
14
14
  template "controller.rb", File.join("app/controllers", "#{controller_file_name}_controller.rb")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LightekVpm
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightek_vpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlon Henry