fullscreen_lazy_high_charts 1.1.6 → 1.1.7.rc1

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.
@@ -25,7 +25,8 @@ Gem::Specification.new do |s|
25
25
  s.add_development_dependency "rails", "~> 3.0"
26
26
 
27
27
  s.description = <<-DESC
28
- lazy_high_charts is a Rails 3.x gem for displaying Highcharts graphs.
28
+ lazy_high_charts is a Rails 3.x gem for displaying Highcharts graphs. -- Modified for Fullscreen, Inc. use.
29
+ Lets you have multiple charts on a page and update them dynamically.
29
30
  DESC
30
31
 
31
32
  s.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module LazyHighCharts
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7.rc1"
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -10,8 +10,8 @@ require 'action_controller'
10
10
  require 'rails'
11
11
  #require 'action_mailer'
12
12
 
13
- require File.expand_path(File.join(File.dirname(__FILE__), '../lib/lazy_high_charts'))
14
- require File.expand_path(File.join(File.dirname(__FILE__), '../lib/lazy_high_charts/layout_helper'))
13
+ require File.expand_path(File.join(File.dirname(__FILE__), '../lib/fullscreen_lazy_high_charts'))
14
+ require File.expand_path(File.join(File.dirname(__FILE__), '../lib/fullscreen_lazy_high_charts/layout_helper'))
15
15
 
16
16
  require 'webrat'
17
17
  require 'rspec'
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fullscreen_lazy_high_charts
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.1.6
4
+ prerelease: 6
5
+ version: 1.1.7.rc1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Miguel Michelson Martinez
@@ -59,7 +59,7 @@ dependencies:
59
59
  version: "3.0"
60
60
  type: :development
61
61
  version_requirements: *id004
62
- description: " lazy_high_charts is a Rails 3.x gem for displaying Highcharts graphs.\n"
62
+ description: " lazy_high_charts is a Rails 3.x gem for displaying Highcharts graphs. -- Modified for Fullscreen, Inc. use.\n Lets you have multiple charts on a page and update them dynamically.\n"
63
63
  email:
64
64
  - miguelmichelson@gmail.com
65
65
  - xiaods@gmail.com