Skip to content

Commit 64409e8

Browse files
committed
Update version to 1.2.2
1 parent fc036f3 commit 64409e8

File tree

3 files changed

+248
-223
lines changed

3 files changed

+248
-223
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# 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)
22

3-
Easily setup and use backbone.js (1.2.0) with Rails 3.1 and greater
3+
Easily setup and use backbone.js (1.2.2) with Rails 3.1 and greater
44

55
##Version##
66

77
###Github master branch###
88

9-
Gem version : 1.2.0
9+
Gem version : 1.2.2
1010

11-
Backbone version : 1.2.0
11+
Backbone version : 1.2.2
1212

1313
Underscore version : 1.8.3
1414

1515
###Rubygems###
1616

17-
Gem version : 1.2.0
17+
Gem version : 1.2.2
1818

19-
Backbone version : 1.2.0
19+
Backbone version : 1.2.2
2020

2121
Underscore version : 1.8.3
2222

backbone-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# project in your rails apps through git.
33
Gem::Specification.new do |s|
44
s.name = "rails-backbone"
5-
s.version = "1.2.0"
5+
s.version = "1.2.2"
66
s.authors = ["Ryan Fitzgerald", "Code Brew Studios", "Manu S Ajith"]
77
s.email = ["ryan@codebrewstudios.com", "neo@codingarena.in"]
88
s.homepage = "http://github.com/codebrew/backbone-rails"

0 commit comments

Comments
 (0)