Skip to content

Commit fc036f3

Browse files
committed
Update version to 1.2.0
Signed-off-by: Manu S Ajith <[email protected]>
1 parent 97019d9 commit fc036f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backbone-rails.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# project in your rails apps through git.
33
Gem::Specification.new do |s|
44
s.name = "rails-backbone"
5-
s.version = "1.1.2"
5+
s.version = "1.2.0"
66
s.authors = ["Ryan Fitzgerald", "Code Brew Studios", "Manu S Ajith"]
77
88
s.homepage = "http://github.com/codebrew/backbone-rails"
99
s.license = "MIT"
10-
10+
1111
s.summary = "Use backbone.js with rails 3.1 and above apps"
1212
s.description = "Quickly setup backbone.js for use with rails 3.1 and above apps. Generators are provided to quickly get started."
1313
s.files = Dir["lib/**/*"] + Dir["vendor/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
14-
14+
1515
s.add_dependency('railties')
1616
s.add_dependency('coffee-rails')
1717
s.add_dependency('jquery-rails')
@@ -23,6 +23,6 @@ Gem::Specification.new do |s|
2323
s.add_development_dependency('uglifier')
2424
s.add_development_dependency('turn')
2525
s.add_development_dependency('minitest')
26-
26+
2727
s.require_paths = ['lib']
2828
end

0 commit comments

Comments
 (0)