sparklines_generator 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/templates/sparklines_helper.rb +1 -1
  2. metadata +1 -1
@@ -19,7 +19,7 @@ module SparklinesHelper
19
19
 
20
20
  # Call with an array of data and a hash of params for the Sparklines module.
21
21
  # You can also pass :class => 'some_css_class' ('sparkline' by default).
22
- def sparklines_tag(results=[], options={})
22
+ def sparkline_tag(results=[], options={})
23
23
  url = { :controller => 'sparklines',
24
24
  :results => results.join(',') }
25
25
  options = url.merge(options)
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: sparklines_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
6
+ version: 0.2.2
7
7
  date: 2005-08-01
8
8
  summary: Sparklines generator makes a Rails controller and helper for making small graphs in your web pages. See examples at http://nubyonrails.topfunky.com
9
9
  require_paths: