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

Commit

Permalink
Merge branch 'hotfix/odestep'
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jun 9, 2013
2 parents d2eeb8f + d2662ca commit 6c486a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/MVC.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(exports ? this).GIGABASE_VERSION =
major: 1
minor: 5
revision: 4
full: '1.5.4'
revision: 5
full: '1.5.5'

document.mvc = null

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/hook_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def post

def version
respond_to do | format |
format.json { render json: { major: 1, minor: 5, revision: 4, full: '1.5.4' } }
format.json { render json: { major: 1, minor: 5, revision: 5, full: '1.5.5' } }
end
end

Expand Down
2 changes: 1 addition & 1 deletion spec/javascripts/numeric_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe("Numeric", function() {

it("should have cancelled messages", function() {
runs( function() {
expect( results.msg ).toMatch( 'cancelled' );
expect( results.msg ).toMatch( 'Cancelled' );
});
});

Expand Down

0 comments on commit 6c486a1

Please sign in to comment.