Skip to content

Commit

Permalink
Bumps M version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zamith committed May 6, 2016
1 parent 1783276 commit 0f09242
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
m (1.4.2)
m (1.5.0)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)

Expand Down Expand Up @@ -81,3 +81,6 @@ DEPENDENCIES
m!
rdiscount
rocco

BUNDLED WITH
1.11.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you’re using Bundler, you’ll need to include it in your Gemfile. Toss it

``` ruby
group :test do
gem 'm', '~> 1.4.2'
gem 'm', '~> 1.5.0'
end
```

Expand All @@ -46,7 +46,7 @@ Developing a RubyGem? Add m as a development dependency.
``` ruby
Gem::Specification.new do |gem|
# ...
gem.add_development_dependency "m", "~> 1.4.2"
gem.add_development_dependency "m", "~> 1.5.0"
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module M
VERSION = "1.4.2"
VERSION = "1.5.0"
end

0 comments on commit 0f09242

Please sign in to comment.