Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Easily setup and use backbone.js (1.1.0) with Rails 3.1 and greater

###Github master branch###

Gem version : 1.1.0
Gem version : 1.1.2

Backbone version : 1.1.0
Backbone version : 1.1.2

Underscore version : 1.5.2
Underscore version : 1.6.0

###Rubygems###

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.1.0"
s.version = "1.1.2"
s.authors = ["Ryan Fitzgerald", "Code Brew Studios", "Manu S Ajith"]
s.email = ["ryan@codebrewstudios.com", "neo@codingarena.in"]
s.homepage = "http://github.com/codebrew/backbone-rails"
Expand Down
Loading