jacaetevha-growthspurt 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/growthspurt.rb +2 -2
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.6
1
+ 1.0.7
data/lib/growthspurt.rb CHANGED
@@ -268,11 +268,11 @@ class GrowthSpurt
268
268
  end
269
269
  end
270
270
  puts "created/updated CHANGES for differences #{rest_of_message}"
271
- repo.add('CHANGES') if @options.create_branch
271
+ repo.add(File.expand_path('CHANGES')) if @options.create_branch
272
272
  end
273
273
 
274
274
  FileUtils.mkdir_p(@options.changes_dot_xml_directory) unless File.exists?(@options.changes_dot_xml_directory)
275
- changes_dot_xml_file = File.join(@options.changes_dot_xml_directory, 'changes.xml')
275
+ changes_dot_xml_file = File.expand_path(File.join(@options.changes_dot_xml_directory, 'changes.xml'))
276
276
  File.open(changes_dot_xml_file, 'w') do | f |
277
277
  write_to_file = lambda {|s| f << s}
278
278
  changes_dot_xml_header( &write_to_file )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jacaetevha-growthspurt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Rogers