dcjs-rails 1.2.1 → 1.2.2

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.
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  **dc.js** is a javascript charting library with native crossfilter support and allowing highly efficient exploration on large multi-dimensional dataset (inspired by crossfilter's demo). It leverages d3 engine to render charts in css friendly svg format. Charts rendered using dc.js are naturally data driven and reactive therefore providing instant feedback on user's interaction. The main objective of this project is to provide an easy yet powerful javascript library which can be utilized to perform data visualization and analysis in browser as well as on mobile device. For more information please check out our Wiki and API Reference. For your questions and answers please try dc.js user group.
4
4
 
5
- . Crossfilter is available under the [Apache License](/square/crossfilter/blob/master/LICENSE).
6
- . dc.js is available under the [Apache License](/NickQiZhu/dc.js/blob/master/LICENSE).
5
+ . Crossfilter is available under the [Apache License].
6
+ . dc.js is available under the [Apache License].
7
7
 
8
8
  ## Installation
9
9
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["hrishikesh911@gmail.com"]
11
11
  gem.description = %q{Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js}
12
12
  gem.summary = %q{Gemified dc.js asset for Rails}
13
- gem.homepage = "http://github.com/bai/crossfilter-rails"
13
+ gem.homepage = "https://github.com/hrishikeshio/dcjs-rails"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Dcjs
2
2
  module Rails
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &11650500 !ruby/object:Gem::Requirement
16
+ requirement: &13521540 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -24,7 +24,7 @@ dependencies:
24
24
  version: '5.0'
25
25
  type: :runtime
26
26
  prerelease: false
27
- version_requirements: *11650500
27
+ version_requirements: *13521540
28
28
  description: Multi-Dimensional charting built to work natively with crossfilter rendered
29
29
  with d3.js
30
30
  email:
@@ -43,7 +43,7 @@ files:
43
43
  - lib/dcjs-rails/version.rb
44
44
  - vendor/assets/javascripts/dc.js
45
45
  - vendor/assets/javascripts/dc.min.js
46
- homepage: http://github.com/bai/crossfilter-rails
46
+ homepage: https://github.com/hrishikeshio/dcjs-rails
47
47
  licenses: []
48
48
  post_install_message:
49
49
  rdoc_options: []