Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
Upgrade backbone to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manzhikov committed Mar 20, 2013
1 parent f77db9c commit 7d2ec97
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 508 deletions.
2 changes: 1 addition & 1 deletion lib/backbone-on-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BackboneOnRails
VERSION = "0.9.10.0"
VERSION = "1.0.0.0"
end
2 changes: 1 addition & 1 deletion test/backbone-on-rails_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setup

test "backbone.js is found as an asset" do
assert_not_nil @app.assets["backbone"]
assert_file "#{BackboneOnRails::Engine.root}/vendor/assets/javascripts/backbone.js", /0.9.10/
assert_file "#{BackboneOnRails::Engine.root}/vendor/assets/javascripts/backbone.js", /1.0.0/
end

end
Loading

0 comments on commit 7d2ec97

Please sign in to comment.