d3-charts 1.0.0 → 1.0.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.
- data/README.md +2 -0
- data/d3-charts.gemspec +2 -2
- data/lib/d3/charts/version.rb +1 -1
- metadata +2 -2
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... :)
|
data/d3-charts.gemspec
CHANGED
|
@@ -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 = ["
|
|
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
|
data/lib/d3/charts/version.rb
CHANGED
metadata
CHANGED