Skip to content

Commit

Permalink
Bumping to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zamith committed Apr 24, 2015
1 parent 07ff360 commit 370c74e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
m (1.3.2)
m (1.3.3)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/minitest4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH
remote: /Users/zamith/Projects/personal/m
remote: ../
specs:
m (1.3.2)
method_source (>= 0.6.7)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/minitest5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /Users/zamith/Projects/personal/m
remote: ../
specs:
m (1.3.2)
m (1.3.3)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)

Expand Down
6 changes: 3 additions & 3 deletions lib/m.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@

### M, your metal test runner
# Maybe this gem should have a longer name? Metal?
module M
require_relative 'm/frameworks'
VERSION = "1.3.2" unless defined?(VERSION)
require_relative 'version'
require_relative 'm/frameworks'

module M
# Accept arguments coming from bin/m and run tests, then bail out immediately.
def self.run(argv)
# sync output since we're going to exit hard and fast
Expand Down
3 changes: 3 additions & 0 deletions lib/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module M
VERSION = "1.3.3"
end

0 comments on commit 370c74e

Please sign in to comment.