hansel 0.2.18 → 0.2.19

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.
@@ -10,7 +10,7 @@ module HanselCore
10
10
  @template = options[:template]
11
11
  @rates = @data.map &:rate
12
12
  @max_rate = @rates.max
13
- @png_output = options[:png_file_name]
13
+ @png_output = options[:png_file_name].gsub( '.', '-') # make latex happy
14
14
  @description = options[:description]
15
15
  end
16
16
 
@@ -1,3 +1,3 @@
1
1
  module HanselCore
2
- Version = VERSION = '0.2.18' unless defined? HanselCore::VERSION
2
+ Version = VERSION = '0.2.19' unless defined? HanselCore::VERSION
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hansel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 18
10
- version: 0.2.18
9
+ - 19
10
+ version: 0.2.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Mylchreest