xcharts-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b06e86246b2a3823363bd102b3bae6124e5aa456
4
- data.tar.gz: 355c8a203bbb4c68d472bf94bc227b3a9662afb1
3
+ metadata.gz: 8449dcf611be74e65fe655f20f42fe74d15d7edf
4
+ data.tar.gz: 62f5afa64991c0cdebf6af7be1b37f05eaa90e1a
5
5
  SHA512:
6
- metadata.gz: 64dba6c8161ce1079d758183d7732207895b7746cdfeb0979c6192d1bccda85a7dca9e385103c349d928c85408b6895d6d1dac31cd6852c2bee04d9a35923aff
7
- data.tar.gz: fdd0bfabbcdf9af52a1164201136d64323c0b88432e94e9cefa70f0948aea473f936a6633ef7912f07e720b45c7973de2000547f12d7eac382192fecb7132280
6
+ metadata.gz: 8af2d2f899e42b49e419bc701752d6a5f2139dcb54e2be81fb0466fa4d097077b0827c736f2bbbdc551f545828f39898814ac85e6516665df50fc67f797c0a3a
7
+ data.tar.gz: 58b8193320d32e656afd5b28a779054e51d96030bdc0287ee92f2b22448810c645944f327aff9db81ca58e5d4cd5f3458abb1f140df38ef53f5b87f9d83d6d5b
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # xcharts-rails gem
2
2
 
3
- A gem to add [Xcharts](http://tenxer.github.io/xcharts/) into your Rails application Assets Pipeline.
3
+ A gem to add [xCharts](http://tenxer.github.io/xcharts/) into your Rails application Assets Pipeline.
4
4
 
5
5
  This repository is a fork of [orlando/xcharts_rails](https://github.com/orlando/xcharts_rails).
6
6
 
@@ -25,7 +25,7 @@ Then open `application.css` and add the following line:
25
25
 
26
26
  *= require xcharts
27
27
 
28
- Now you are ready to follow [the Xcharts documentation](http://tenxer.github.io/xcharts/docs/#data).
28
+ Now you are ready to follow [the xCharts documentation](http://tenxer.github.io/xcharts/docs/#data).
29
29
 
30
30
  ## Contributing
31
31
 
@@ -1,3 +1,3 @@
1
1
  module XchartsRails
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = XchartsRails::VERSION
9
9
  gem.authors = ["Guillaume Hain"]
10
10
  gem.email = ["zedtux@zedroot.org"]
11
- gem.description = %q{Add easily beautiful charts with Xcharts into a Rails application}
12
- gem.summary = %q{Add easily beautiful charts with Xcharts into a Rails application}
11
+ gem.description = %q{Add easily beautiful charts with xCharts into a Rails application}
12
+ gem.summary = %q{Add easily beautiful charts with xCharts into a Rails application}
13
13
  gem.homepage = "https://github.com/zedtux/xcharts_rails"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcharts-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Hain
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: Add easily beautiful charts with Xcharts into a Rails application
27
+ description: Add easily beautiful charts with xCharts into a Rails application
28
28
  email:
29
29
  - zedtux@zedroot.org
30
30
  executables: []
@@ -38,12 +38,12 @@ files:
38
38
  - LICENSE.txt
39
39
  - README.md
40
40
  - Rakefile
41
- - lib/xcharts_rails.rb
41
+ - lib/xcharts-rails.rb
42
42
  - lib/xcharts_rails/engine.rb
43
43
  - lib/xcharts_rails/version.rb
44
44
  - vendor/assets/javascripts/xcharts.js
45
45
  - vendor/assets/stylesheets/xcharts.css
46
- - xcharts_rails.gemspec
46
+ - xcharts-rails.gemspec
47
47
  homepage: https://github.com/zedtux/xcharts_rails
48
48
  licenses: []
49
49
  metadata: {}
@@ -66,5 +66,5 @@ rubyforge_project:
66
66
  rubygems_version: 2.2.2
67
67
  signing_key:
68
68
  specification_version: 4
69
- summary: Add easily beautiful charts with Xcharts into a Rails application
69
+ summary: Add easily beautiful charts with xCharts into a Rails application
70
70
  test_files: []