lazy_high_charts 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -3,7 +3,9 @@
|
|
3
3
|
Easily displaying Highcharts graphs with gem style.
|
4
4
|
[![Build Status](https://secure.travis-ci.org/michelson/lazy_high_charts.png)](http://travis-ci.org/michelson/lazy_high_charts)
|
5
5
|
|
6
|
-
##
|
6
|
+
## Notice
|
7
|
+
|
8
|
+
lasted version: 1.1.7
|
7
9
|
|
8
10
|
### Installation instructions for Rails 3
|
9
11
|
|
@@ -5,7 +5,7 @@ module LazyHighCharts
|
|
5
5
|
def install_highcharts(opts = nil)
|
6
6
|
say_status("installing", "Highcharts javascript (github STOCK branch)", :green)
|
7
7
|
if ::Rails::VERSION::MAJOR == 3 && ::Rails::VERSION::MINOR >= 1
|
8
|
-
|
8
|
+
get 'http://highcharts.com/js/highstock.js', 'vendor/assets/javascripts/highcharts.js'
|
9
9
|
else
|
10
10
|
get "https://raw.github.com/highslide-software/highcharts.com/stock/js/highcharts.src.js","public/javascripts/highcharts.js"
|
11
11
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazy_high_charts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-06-
|
13
|
+
date: 2012-06-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|