google_charts 1.0.1 → 1.2.0

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.
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_dependency "actionpack", "~> 2.x"
22
+ s.add_dependency "actionpack", ">= 3.x"
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module GoogleCharts
2
- VERSION = '1.0.1'
2
+ VERSION = '1.2.0'
3
3
  end
metadata CHANGED
@@ -1,38 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_charts
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
4
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 1
10
- version: 1.0.1
5
+ version: 1.2.0
11
6
  platform: ruby
12
7
  authors:
13
- - Rudolf Schmidt
8
+ - Rudolf Schmidt
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-03-22 00:00:00 +01:00
13
+ date: 2011-10-12 00:00:00 +02:00
19
14
  default_executable:
20
15
  dependencies:
21
- - !ruby/object:Gem::Dependency
22
- name: actionpack
23
- prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- hash: 121
30
- segments:
31
- - 2
32
- - x
33
- version: 2.x
34
- type: :runtime
35
- version_requirements: *id001
16
+ - !ruby/object:Gem::Dependency
17
+ name: actionpack
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 3.x
25
+ type: :runtime
26
+ version_requirements: *id001
36
27
  description: GoogleCharts is a Ruby wrapper to the Google Chart API
37
28
  email:
38
29
  executables: []
@@ -42,24 +33,24 @@ extensions: []
42
33
  extra_rdoc_files: []
43
34
 
44
35
  files:
45
- - .gitignore
46
- - Gemfile
47
- - LICENSE.txt
48
- - README.rdoc
49
- - Rakefile
50
- - google_charts.gemspec
51
- - init.rb
52
- - lib/google_charts.rb
53
- - lib/google_charts/charts.rb
54
- - lib/google_charts/charts/area.rb
55
- - lib/google_charts/charts/bar.rb
56
- - lib/google_charts/charts/base.rb
57
- - lib/google_charts/charts/column.rb
58
- - lib/google_charts/charts/line.rb
59
- - lib/google_charts/charts/pie.rb
60
- - lib/google_charts/helpers.rb
61
- - lib/google_charts/helpers/action_view.rb
62
- - lib/google_charts/version.rb
36
+ - .gitignore
37
+ - Gemfile
38
+ - LICENSE.txt
39
+ - README.rdoc
40
+ - Rakefile
41
+ - google_charts.gemspec
42
+ - init.rb
43
+ - lib/google_charts.rb
44
+ - lib/google_charts/charts.rb
45
+ - lib/google_charts/charts/area.rb
46
+ - lib/google_charts/charts/bar.rb
47
+ - lib/google_charts/charts/base.rb
48
+ - lib/google_charts/charts/column.rb
49
+ - lib/google_charts/charts/line.rb
50
+ - lib/google_charts/charts/pie.rb
51
+ - lib/google_charts/helpers.rb
52
+ - lib/google_charts/helpers/action_view.rb
53
+ - lib/google_charts/version.rb
63
54
  has_rdoc: true
64
55
  homepage: http://github.com/rudionrails/google_charts
65
56
  licenses: []
@@ -68,29 +59,23 @@ post_install_message:
68
59
  rdoc_options: []
69
60
 
70
61
  require_paths:
71
- - lib
62
+ - lib
72
63
  required_ruby_version: !ruby/object:Gem::Requirement
73
64
  none: false
74
65
  requirements:
75
- - - ">="
76
- - !ruby/object:Gem::Version
77
- hash: 3
78
- segments:
79
- - 0
80
- version: "0"
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
81
69
  required_rubygems_version: !ruby/object:Gem::Requirement
82
70
  none: false
83
71
  requirements:
84
- - - ">="
85
- - !ruby/object:Gem::Version
86
- hash: 3
87
- segments:
88
- - 0
89
- version: "0"
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
90
75
  requirements: []
91
76
 
92
77
  rubyforge_project: google_charts
93
- rubygems_version: 1.5.0
78
+ rubygems_version: 1.5.1
94
79
  signing_key:
95
80
  specification_version: 3
96
81
  summary: Google Charts with Ruby