Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
Bump mason version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkeen committed Jun 13, 2012
1 parent be1de22 commit 3febcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dokuen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('rake')
s.add_dependency('thor')
s.add_dependency('mason')
s.add_dependency('mason', ">= 0.1.0")
s.add_dependency('foreman')

s.homepage = 'https://github.com/peterkeen/dokuen'
Expand Down
2 changes: 1 addition & 1 deletion lib/dokuen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dokuen
VERSION = '0.0.11'
VERSION = '0.0.12'
end

0 comments on commit 3febcfc

Please sign in to comment.