highcharts 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/highcharts.gemspec CHANGED
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
18
 
19
- s.add_runtime_dependency 'activesupport', '~>3.0.5'
19
+ s.add_runtime_dependency 'activesupport', '~>3.1.1'
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module Highcharts
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highcharts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-02 00:00:00.000000000Z
12
+ date: 2011-12-08 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
- requirement: &78406480 !ruby/object:Gem::Requirement
16
+ requirement: &82638030 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.0.5
21
+ version: 3.1.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *78406480
24
+ version_requirements: *82638030
25
25
  description: This allows you to extend the charting module into your classes and then
26
26
  use it to create json for highcharts
27
27
  email: