Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jul 31, 2012
1 parent 800b1b0 commit c329967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/m.rb
Expand Up @@ -15,14 +15,14 @@
#If you're using Bundler, you'll need to include it in your Gemfile. Toss it into the `test` group:
#
# group :test do
# gem 'm', '~> 1.1'
# gem 'm', '~> 1.2'
# end
#
#Developing a RubyGem? Add `m` as a development dependency.
#
# Gem::Specification.new do |gem|
# # ...
# gem.add_development_dependency "m", "~> 1.1"
# gem.add_development_dependency "m", "~> 1.2"
# end
#
#`m` is Ruby 1.9+ only. Sorry, but `method_source`, `sourcify`, and `ruby_parser`
Expand Down Expand Up @@ -98,7 +98,7 @@
### M, your metal test runner
# Maybe this gem should have a longer name? Metal?
module M
VERSION = "1.1.0" unless defined?(VERSION)
VERSION = "1.2.0" unless defined?(VERSION)

# Accept arguments coming from bin/m and run tests.
def self.run(argv)
Expand Down

0 comments on commit c329967

Please sign in to comment.