puppet_generator 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
data/TODO.md CHANGED
@@ -1,2 +1 @@
1
- * Move filesystem attributes to action instead of filter ?
2
- * Refactor the filesystem based models: move similar parts to module class
1
+ * Hint to readme in help output
@@ -16,6 +16,7 @@ module PuppetGenerator
16
16
  raise PuppetGenerator::Exceptions::InvalidSource unless importer
17
17
  PuppetGenerator.logger.debug(self.class.name){ "Using importer \"#{importer.name}\" to read data." }
18
18
 
19
+ PuppetGenerator.logger.info(self.class.name){ "Reading input from \"#{importer.name}\"." }
19
20
  task.body = importer.read( task.meta[:source] )
20
21
  PuppetGenerator.logger.debug(self.class.name) { "Count input lines: #{task.body.size}" }
21
22
 
@@ -1,4 +1,4 @@
1
1
  #main PuppetGenerator
2
2
  module PuppetGenerator
3
- VERSION = '0.5.5'
3
+ VERSION = '0.5.6'
4
4
  end
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  #spec.add_dependency "logging4hackers"
29
29
  spec.add_dependency "activesupport"
30
30
  spec.add_dependency "fedux_org-stdlib"
31
- spec.add_dependency "thor"
31
+ spec.add_dependency "thor", ">= 0.18.0"
32
32
 
33
33
  spec.add_development_dependency "bundler", "~> 1.3"
34
34
  spec.add_development_dependency "rake"
data/script/terminal CHANGED
@@ -8,7 +8,7 @@ tmux.new_session(:session_name => "puppet_generator")
8
8
 
9
9
  tmux.new_window(:name => 'lib', :command => 'vim -c \"NERDTree lib/puppet_generator/\"')
10
10
  tmux.new_window(:name => 'middleware', :command => 'vim -c \"NERDTree lib/puppet_generator/middleware\"')
11
- tmux.new_window(:name => 'templates', :command => 'vim -c \"NERDTree lib/puppet_generator/templates/\"')
11
+ tmux.new_window(:name => 'templates', :command => 'vim -c \"NERDTree templates/\"')
12
12
  tmux.new_window(:name => 'actions', :command => 'vim -c \"NERDTree lib/puppet_generator/actions/\"')
13
13
  tmux.new_window(:name => 'filter', :command => 'vim -c \"NERDTree lib/puppet_generator/filter\"')
14
14
  tmux.new_window(:name => 'spec', :command => 'vim -c \"NERDTree spec\"')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -98,7 +98,7 @@ dependencies:
98
98
  requirements:
99
99
  - - ! '>='
100
100
  - !ruby/object:Gem::Version
101
- version: '0'
101
+ version: 0.18.0
102
102
  type: :runtime
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
@@ -106,7 +106,7 @@ dependencies:
106
106
  requirements:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
- version: '0'
109
+ version: 0.18.0
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: bundler
112
112
  requirement: !ruby/object:Gem::Requirement