sparklines_generator 0.2.1 → 0.2.2
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.
- data/templates/sparklines_helper.rb +1 -1
- 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
|
|
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.
|
|
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:
|