pluginizer 0.0.6 → 0.0.7

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: f58dba9ce09c3252dc1fdb0e6afe804be10ba26b
4
- data.tar.gz: 4bb68397efc8949f7e530aaf1cb1821a85cfe8dd
3
+ metadata.gz: c1d99581bd5d9c4ef35fe3572fd4910265d20e11
4
+ data.tar.gz: 1352a845fdc5ba178f9adc598199a752def963a0
5
5
  SHA512:
6
- metadata.gz: 8036a887227d711f5161753132263996e9819e02be676a4fe3c2a7dbd4d3a1d0b0c0a2c2cad50431828227778d729bbd8257b7f2d277e85d0672086a14347e7a
7
- data.tar.gz: faf955b7adff72316cc2f8f83d7107b36fbeba0767400d21d811b7b9fe502d90bf9c5a8c30302e9808f1f25cf8bae428ad93963914408204826565f03b94423c
6
+ metadata.gz: ada200794ea17a5b11f63d12a38d3938d613bbd343da7ad1244bab92bee2c26522bbac8b3dd5c8845c21740be8096605ee43fd5a99b57a5ca4645b480fe9f236
7
+ data.tar.gz: f71c2480635af95d007b81020c166cd4699f8336c00bbf40ba3b8029e5dfc1c5a2ede08cf2fbee70b4482347d80932515d70706b8682a4e6e21671826e833e42
@@ -3,9 +3,6 @@ require 'rails/generators/rails/plugin/plugin_generator'
3
3
 
4
4
  module Pluginizer
5
5
  class PluginGenerator < Rails::Generators::PluginGenerator
6
- class_option :dummy_path, type: :string, default: "spec/dummy",
7
- desc: "Create dummy application at given path"
8
-
9
6
  class_option :full, type: :boolean, default: true,
10
7
  desc: "Generate a rails engine with bundled Rails application for testing"
11
8
 
@@ -1,3 +1,3 @@
1
1
  module Pluginizer
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pluginizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails