city-watch 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,7 +74,7 @@ module Reader
74
74
  def sparkline_img_tag_for(set)
75
75
  dat = get_data_set(set)
76
76
  if dat.length > 1
77
- "<img src=\"data:image/png;base64,#{sparkline(dat)}\" alt=\"#{set}\" title=\"#{set} max: #{dat.max} min: #{dat.min}\"/>"
77
+ sparkline_img_tag(dat.map {|(tm,val)| val },set)
78
78
  else
79
79
  ""
80
80
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CityWatch
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: city-watch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: