Skip to content

Commit

Permalink
Merge pull request codebrew#195 from rda1902/master
Browse files Browse the repository at this point in the history
Update backbone to 1.2.2 version
  • Loading branch information
manusajith committed Sep 3, 2015
2 parents fc036f3 + 64409e8 commit 231090b
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 223 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 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.2.0) with Rails 3.1 and greater
Easily setup and use backbone.js (1.2.2) with Rails 3.1 and greater

##Version##

###Github master branch###

Gem version : 1.2.0
Gem version : 1.2.2

Backbone version : 1.2.0
Backbone version : 1.2.2

Underscore version : 1.8.3

###Rubygems###

Gem version : 1.2.0
Gem version : 1.2.2

Backbone version : 1.2.0
Backbone version : 1.2.2

Underscore version : 1.8.3

Expand Down
2 changes: 1 addition & 1 deletion backbone-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# project in your rails apps through git.
Gem::Specification.new do |s|
s.name = "rails-backbone"
s.version = "1.2.0"
s.version = "1.2.2"
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

0 comments on commit 231090b

Please sign in to comment.