ofc2 0.0.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.
Files changed (4) hide show
  1. data/README +1 -7
  2. data/lib/ofc2/version.rb +1 -1
  3. data/ofc2.gemspec +1 -1
  4. metadata +2 -2
data/README CHANGED
@@ -1,6 +1,6 @@
1
1
  About
2
2
  =====================================
3
- open flash chart 2 plugin for rails applications
3
+ open flash chart 2 gem for rails applications
4
4
 
5
5
  This library was ported from the open flash chart project's php code to be used with Ruby on Rails.
6
6
  Visit the open flash chart project here - http://teethgrinder.co.uk/open-flash-chart-2/
@@ -9,16 +9,10 @@ NOTE:
9
9
  sample application is using haml
10
10
  gem install haml
11
11
 
12
- If You use rails older that 2.3 probably you have to uncomment method to_json (vendor/plugins/open_flash_chart/lib/open_flash_chart.rb line 14)
13
- and add gem 'json' in enviroment.rb
14
- otherwise plugin will not work propertly
15
-
16
-
17
12
  Details
18
13
  =====================================
19
14
  Go to http://openflashchart2.heroku.com/ for details
20
15
 
21
-
22
16
  Help
23
17
  =====================================
24
18
  Looking for help?
@@ -1,3 +1,3 @@
1
1
  module OFC2
2
- VERSION = "0.0.1"
2
+ VERSION = "2.0"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Rafał Lisowski"]
10
10
  s.email = ["lisukorin@gmail.com"]
11
11
  s.homepage = "http://github.com/korin/open_flash_chart_2_plugin"
12
- s.summary = %q{open flash chart 2 plugin for rails applications}
12
+ s.summary = %q{open flash chart 2 gem for rails applications}
13
13
  s.description = %q{This library was ported from the open flash chart project's php code to be used with Ruby on Rails.}
14
14
  s.license = 'MIT'
15
15
 
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: 0.0.1
4
+ version: '2.0'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -57,5 +57,5 @@ rubyforge_project:
57
57
  rubygems_version: 1.8.10
58
58
  signing_key:
59
59
  specification_version: 3
60
- summary: open flash chart 2 plugin for rails applications
60
+ summary: open flash chart 2 gem for rails applications
61
61
  test_files: []