google_charts 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -16,8 +16,8 @@ For a detailed description of which options to use visit the Google Visualizatio
16
16
 
17
17
 
18
18
  == Installation
19
- script/plugin install git://github.com/rudionrails/google_charts.git
20
-
19
+ gem install google_charts
20
+
21
21
 
22
22
  == Usage
23
23
  GoogleCharts is based on a collection of elements (usually records from the database). They do not need to be ActiveRecord collections, simple arrays will do as well.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Rudolf Schmidt"]
10
10
 
11
- s.homepage = ""
11
+ s.homepage = "http://github.com/rudionrails/google_charts"
12
12
  s.summary = %q{Google Charts with Ruby}
13
13
  s.description = %q{GoogleCharts is a Ruby wrapper to the Google Chart API}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module GoogleCharts
2
- VERSION = '1.0.0'
3
- end
2
+ VERSION = '1.0.1'
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_charts
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rudolf Schmidt
@@ -61,7 +61,7 @@ files:
61
61
  - lib/google_charts/helpers/action_view.rb
62
62
  - lib/google_charts/version.rb
63
63
  has_rdoc: true
64
- homepage: ""
64
+ homepage: http://github.com/rudionrails/google_charts
65
65
  licenses: []
66
66
 
67
67
  post_install_message: