Skip to content

Commit

Permalink
Add d3-rails version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Feb 10, 2015
1 parent 07b675f commit d4a3148
Show file tree
Hide file tree
Showing 10 changed files with 18,327 additions and 18,541 deletions.
42 changes: 0 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
## 3.5.2 (16 December 2014)

* Upgrade D3 to 3.5.2

## 3.4.13 (3 November 2014)

* Upgrade D3 to 3.4.13

## 3.4.11 (12 September 2014)

* Upgrade D3 to 3.4.11

## 3.4.4 (2 April 2014)

* Upgrade D3 to 3.4.4

## 3.3.7 (11 October 2013)

* Upgrade D3 to 3.3.7

## 3.3.6 (29 September 2013)

* Upgrade D3 to 3.3.6

## 3.3.5 (26 September 2013)

* Upgrade D3 to 3.3.5
* Compatibility with Rails 4

## 3.3.3 (6 September 2013)

* Upgrade D3 to 3.3.3

## 3.2.0 (16 June 2013)

* Upgrade D3 to 3.2.0
* Have Gem verison mirror D3 version

## 0.0.4 (20 May 2012)

* Upgrade D3 to v2.9.2

## 0.0.3 (12 May 2012)

* d3.js will also be available as d3.v2.js for compatibility reasons
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# d3-rails

[D3.js](http://github.com/mbostock/d3) is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS.
[D3.js][d3.js] is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS.

d3-rails provides D3 for Rails 3.1 and higher.
d3-rails provides d3.js for Rails 3.1 and higher.

## Version
## Versioning

d3-rails comes with version 3.5.2 of D3.js. and will track the always
mirror the version of D3 it comes with.
d3-rails comes with version 2.9.1 of [d3.js][d3.js].

Every attempt is made to mirror the currently shipping d3.js version number wherever possible. The major, minor, and patch version numbers will always represent the d3.js version.
Should a gem bug be discovered, a 4th version identifier will be added and incremented.


## Installation
Expand All @@ -16,8 +18,12 @@ Add this line to your `Gemfile`:

gem "d3-rails"

Please note that D3 is provided via the asset pipeline and you do *not* need to copy their files into your application. Rails will get them from d3-rails automatically.
Please note that d3.js is provided via the asset pipeline and you do *not* need to copy their files into your application. Rails will get them from d3-rails automatically.

## Usage

Then add it to your manifest file, most probably at `app/assets/javascripts/application.js`:
Add this to your manifest file, most probably at `app/assets/javascripts/application.js`:

//= require d3

[d3.js]: http://github.com/mbostock/d3
Loading

0 comments on commit d4a3148

Please sign in to comment.