boiler 0.0.17 → 0.0.18

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.
@@ -25,7 +25,9 @@ module Boiler::Generator
25
25
  end
26
26
 
27
27
  def modify_gemspec(gemspec)
28
- lines = File.read(gemspec).gsub('"', "'").split("\n")
28
+ lines = File.read(gemspec).gsub('"', "'").
29
+ gsub(%q{'\x0'}, %q{"\x0"}). # bundler 1.5+ includes a null-byte
30
+ split("\n")
29
31
  index = lines.index {|line| line =~ /(gem|spec)\.require_paths/}
30
32
  raise "Could not find (gem|spec).require_paths line in #{gemspec}" unless index
31
33
  name = $1
@@ -1,3 +1,3 @@
1
1
  module Boiler
2
- VERSION = '0.0.17'
2
+ VERSION = '0.0.18'
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.17
4
+ version: 0.0.18
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-12-30 00:00:00.000000000 Z
12
+ date: 2014-03-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  segments:
164
164
  - 0
165
- hash: 2153790559969757866
165
+ hash: 1303013945051443378
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  none: false
168
168
  requirements:
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: 2153790559969757866
174
+ hash: 1303013945051443378
175
175
  requirements: []
176
176
  rubyforge_project:
177
177
  rubygems_version: 1.8.23