ofc2 2.0.1 → 2.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.
- data/Gemfile.lock +1 -1
- data/lib/ofc2.rb +2 -0
- data/lib/ofc2/version.rb +1 -1
- data/ofc2.gemspec +1 -0
- metadata +10 -5
data/Gemfile.lock
CHANGED
data/lib/ofc2.rb
CHANGED
|
@@ -181,6 +181,8 @@ module OFC2
|
|
|
181
181
|
:y_axis_right => { },
|
|
182
182
|
:y_legend => { :default_variables => { :text => "y legend", :style =>"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}" } },
|
|
183
183
|
:y2_legend => { :default_variables => { :text => "y2 legend", :style =>"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}" } },
|
|
184
|
+
:y_axis_label => { },
|
|
185
|
+
:y_axis_labels => { },
|
|
184
186
|
:x_axis_label => { },
|
|
185
187
|
:x_axis_labels => { },
|
|
186
188
|
:x_axis => { },
|
data/lib/ofc2/version.rb
CHANGED
data/ofc2.gemspec
CHANGED
|
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Rafał Lisowski"]
|
|
10
10
|
s.email = ["lisukorin@gmail.com"]
|
|
11
|
+
s.homepage = "http://openflashchart2.herokuapp.com"
|
|
11
12
|
s.homepage = "http://github.com/korin/open_flash_chart_2_plugin"
|
|
12
13
|
s.summary = %q{open flash chart 2 gem for rails applications}
|
|
13
14
|
s.description = %q{This library was ported from the open flash chart project's php code to be used with Ruby on Rails.}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ofc2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-09-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yard
|
|
16
|
-
requirement:
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,12 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0'
|
|
25
30
|
description: This library was ported from the open flash chart project's php code
|
|
26
31
|
to be used with Ruby on Rails.
|
|
27
32
|
email:
|
|
@@ -66,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
71
|
version: '0'
|
|
67
72
|
requirements: []
|
|
68
73
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 1.8.
|
|
74
|
+
rubygems_version: 1.8.24
|
|
70
75
|
signing_key:
|
|
71
76
|
specification_version: 3
|
|
72
77
|
summary: open flash chart 2 gem for rails applications
|