Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Apr 7, 2012
1 parent a23d53e commit da3f005
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.0'
# gem 'm', '~> 1.1'
# end
#
#Developing a RubyGem? Add `m` as a development dependency.
#
# Gem::Specification.new do |gem|
# # ...
# gem.add_development_dependency "m", "~> 1.0"
# gem.add_development_dependency "m", "~> 1.1"
# 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.0.1"
VERSION = "1.1.0"

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

0 comments on commit da3f005

Please sign in to comment.