picatz / chart_js

πŸ“ˆπŸ“ŠπŸ“‰ A simple ruby DSL to build responsive charts for the web using Chart.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release

noraj opened this issue Β· comments

The last release on rubygems is pretty old, there is a huge difference between git tag v1.0.1.pre and master on chart_js.rb.
Can you release version 1.1.0 with all the changes?

Right now I cloned the repo and used it with ruby -Ilib -rchart_js script.rb

Or edit lib/chart_js/version.rb to 1.1.0 and build the gem (gem build chart_js.gemspec) and then install it (gem install chart_js-1.1.0.gem)

πŸ‘‹ Hello @noraj

Thank you for taking interest in this gem! It's been a while since I've used it, but you're right, the latest non-pre-release is quite old. I will like into updating this. πŸ‘

For future reference: you can also install pre-release gems using the --pre command-line flag:

$ gem install chart_js --pre
...

Did some minor updates and released 1.1.0 with default support for Chart.js 2.9.3.

Note: version 3 seems to be around the corner?

Note: version 3 seems to be around the corner?

I didn't know about, but yeah seems there are some heavy changes.