d3-charts 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -67,6 +67,8 @@ Common Charts:
67
67
  ```
68
68
 
69
69
  You can see how it works [http://charticus.herokuapp.com](http://charticus.herokuapp.com).
70
+
71
+ If you have some ideas or find problem, I'll be very happy to see you'r pull request or ussue!
70
72
 
71
73
  =========
72
74
  to be continued... :)
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.name = "d3-charts"
5
5
  s.version = D3::Charts::VERSION
6
6
  s.platform = Gem::Platform::RUBY
7
- s.authors = ["Bogdan Malets"]
7
+ s.authors = ["bmalets"]
8
8
  s.email = ["b.malets@gmail.com"]
9
9
  s.homepage = "https://github.com/bmalets/d3-charts"
10
10
  s.summary = "D3 for Rails Asset Pipeline"
@@ -18,4 +18,4 @@ Gem::Specification.new do |s|
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.require_path = 'lib'
21
- end
21
+ end
@@ -1,5 +1,5 @@
1
1
  module D3
2
2
  module Charts
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: d3-charts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Bogdan Malets
8
+ - bmalets
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []