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
@@ -1,3 +1,5 @@
1
+ * Jun 27, 2012
2
+ update assets path for rails 3.x
1
3
  * Jun 25, 2012
2
4
  support inline javascript in click event on ruby runtime.
3
5
  https://github.com/michelson/lazy_high_charts/issues/57
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
- ## Now Support Rails 2.x/3.x,Happy useful
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
- get "http://highcharts.com/js/highstock.js","app/assets/javascripts/highcharts.js"
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
@@ -1,3 +1,3 @@
1
1
  module LazyHighCharts
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  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.6
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-25 00:00:00.000000000 Z
13
+ date: 2012-06-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler