README.md in js-rails-0.2.0 vs README.md in js-rails-0.3.0

- old
+ new

@@ -19,16 +19,18 @@ //= require jquery_ujs ``` ## What's included? -* jQuery 1.7.2 (jquery, jquery.min, jquery_ujs) +* jQuery 1.8.0 (jquery, jquery.min, jquery_ujs) * Zepto 1.0rc1 (zepto, zepto.min) * Underscore.js 1.3.3 (underscore, underscore.min) * Handlebars 1.0.0.beta.6 (handlebars) * Backbone 0.9.2 (backbone, backbone.min) * Ember 0.9.8.1 (ember, ember.min) * Angular 1.0.1 (angular) +* Moment 1.6.2 (moment, moment.min) +* D3 2.9.6 (d3.v2, d3.v2.min) ## Acknowledgements This gem is based on other gems, most notably [jquery-rails](https://github.com/rails/jquery-rails).