Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Backbone-Rails [![Build Status](https://secure.travis-ci.org/codebrew/backbone-rails.png)](http://travis-ci.org/codebrew/backbone-rails)[![Gem Version](https://badge.fury.io/rb/rails-backbone.png)](http://badge.fury.io/rb/rails-backbone)

Easily setup and use backbone.js (1.1.2) with Rails 3.1 and greater
Easily setup and use backbone.js (1.2.0) with Rails 3.1 and greater

##Version##

###Github master branch###

Gem version : 1.1.2
Gem version : 1.2.0

Backbone version : 1.1.2
Backbone version : 1.2.0

Underscore version : 1.8.2
Underscore version : 1.8.3

###Rubygems###

Expand Down
4 changes: 2 additions & 2 deletions backbone-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Provide a simple gemspec so you can easily use your
# project in your rails apps through git.
Gem::Specification.new do |s|
s.name = "rails-backbone"
s.version = "1.1.2"
s.name = "backbone-rails"
s.version = "1.2.0"
s.authors = ["Ryan Fitzgerald", "Code Brew Studios", "Manu S Ajith"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "http://github.com/codebrew/backbone-rails"
Expand Down
Loading