jqplot-on-rails 1.0.8 → 1.0.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9864f0c466919871cb2788eb68ef64c75e49093
4
- data.tar.gz: ee22c7b85c0574aed0fdab3e94d9efa4add528ef
3
+ metadata.gz: 300bce7957667b63b06ec554090bacd5d801c206
4
+ data.tar.gz: ee752032463afa801519a4dd5c22128d7498012d
5
5
  SHA512:
6
- metadata.gz: 7dbcc51e532c5d3b5f09e03f0b262b75f87f5370c611e57546e05a6dde32497b90e4e093707965dbc3c5c5c17bdbc0cc0a5ae551a4b03f65c1ce3c1e06d3c074
7
- data.tar.gz: 09d8c91eaa28070af2bddac8dc61c617a096de1903ced89a29bae291f87b5e50dbf56d23cf4c09a25d18bc60f98f01d3a85a6364f4a4c583a09a032d60fc2ae6
6
+ metadata.gz: 28fe979582867d00d87906cc41b4689b80ed899dffc13fa67e836571a7e5e982e61f0aa406992de6a5042f9cd68d74d24b7f6fb17f6ae19a594f2fff92bd0720
7
+ data.tar.gz: 4ed1f6c973342d6239f720eaf4e9d71b56ba8671c298e4a30ec0d2b92432535330e460b07b1b918904f68034b6d2091e43863d9f1cfd5c88c5a4d08b999c074a
@@ -1,9 +1,11 @@
1
1
  # coding: utf-8
2
- require File.expand_path('../lib/jqplot-on-rails/version', __FILE__)
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'jqplot-on-rails/version'
3
5
 
4
6
  Gem::Specification.new do |spec|
5
7
  spec.name = "jqplot-on-rails"
6
- spec.version = JqplotOn::Rails::VERSION
8
+ spec.version = Jqplot::On::Rails::VERSION
7
9
  spec.authors = ["Javier Ruiz Corisco"]
8
10
  spec.email = ["javimbk@gmail.com"]
9
11
  spec.summary = %q{The jQuery plotting library ready for Rails.}
@@ -1,8 +1,10 @@
1
1
  require "jqplot-on-rails/version"
2
2
 
3
- module JqplotOn
4
- module Rails
5
- class Engine < ::Rails::Engine
6
- end
3
+ module Jqplot
4
+ module On
5
+ module Rails
6
+ class Engine < ::Rails::Engine
7
+ end
8
+ end
7
9
  end
8
10
  end
@@ -1,5 +1,7 @@
1
- module JqplotOn
2
- module Rails
3
- VERSION = "1.0.8"
1
+ module Jqplot
2
+ module On
3
+ module Rails
4
+ VERSION = "1.0.8.1"
4
5
  end
6
+ end
5
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jqplot-on-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Ruiz Corisco