boiler 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.
@@ -51,8 +51,8 @@ module Boiler::Generator
51
51
  gem.add_development_dependency 'chalk-rake'
52
52
  EOF
53
53
  lines = File.read(gemspec).gsub('"', "'").split("\n")
54
- index = lines.index {|line| line =~ /gem\.require_paths/}
55
- raise "Could not find gem.require_paths line in #{gemspec}" unless index
54
+ index = lines.index {|line| line =~ /(gem|spec)\.require_paths/}
55
+ raise "Could not find (gem|spec).require_paths line in #{gemspec}" unless index
56
56
  lines.insert(index + 1, addition)
57
57
  modified = lines.join("\n")
58
58
  write_file(gemspec, modified + "\n")
@@ -1,3 +1,3 @@
1
1
  module Boiler
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: boiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-20 00:00:00.000000000 Z
12
+ date: 2013-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: 3507774750218493142
146
+ hash: -1144636714041751865
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements:
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: 3507774750218493142
155
+ hash: -1144636714041751865
156
156
  requirements: []
157
157
  rubyforge_project:
158
158
  rubygems_version: 1.8.24