bruce-bumpspark 1.0.1 → 1.0.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.
@@ -20,7 +20,7 @@ Many thanks to the various collaborators:
20
20
  2. Use `bumpspark_tag` from your views or helpers, passing it the data points
21
21
  you'd like graphed.
22
22
 
23
- <%= bumpspark_tag [12, 34, 12, 42, 12, 23] >
23
+ <%= bumpspark_tag [12, 34, 12, 42, 12, 23] %>
24
24
 
25
25
  ## From Ruby
26
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bumpspark}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bruce Williams"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "lib/bumpspark/formats/png.rb",
30
30
  "lib/bumpspark/graph.rb",
31
31
  "lib/bumpspark_helper.rb",
32
- "lib/rails/init.rb",
32
+ "rails/init.rb",
33
33
  "test/bumpspark_helper_test.rb",
34
34
  "test/bumpspark_test.rb",
35
35
  "test/test_helper.rb"
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bruce-bumpspark
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruce Williams
@@ -74,13 +74,12 @@ files:
74
74
  - lib/bumpspark/formats/png.rb
75
75
  - lib/bumpspark/graph.rb
76
76
  - lib/bumpspark_helper.rb
77
- - lib/rails/init.rb
77
+ - rails/init.rb
78
78
  - test/bumpspark_helper_test.rb
79
79
  - test/bumpspark_test.rb
80
80
  - test/test_helper.rb
81
81
  has_rdoc: true
82
82
  homepage: http://github.com/bruce/bumpspark
83
- licenses:
84
83
  post_install_message:
85
84
  rdoc_options:
86
85
  - --charset=UTF-8
@@ -101,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
100
  requirements: []
102
101
 
103
102
  rubyforge_project:
104
- rubygems_version: 1.3.5
103
+ rubygems_version: 1.2.0
105
104
  signing_key:
106
105
  specification_version: 3
107
106
  summary: Generates "bumpspark"-style sparklines for Ruby & Rails