Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Backbone to 1.2.0 #194

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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