Skip to content

Commit

Permalink
prep 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed May 24, 2013
1 parent 9a1782d commit 7c9a067
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Rakefile
Expand Up @@ -15,12 +15,20 @@ Hoe.spec 'markdown' do

self.extra_deps = [
['props','>= 1.0.0'],
['textutils','>=0.2.0'],
['kramdown','>= 0.13.7']
['textutils','>=0.6.4'],
['kramdown','>= 1.0.2']

## todo: add sinatra ?? - keep it optional for now
]

# switch extension to .markdown for gihub formatting
self.readme_file = 'README.markdown'
self.history_file = 'History.markdown'


self.licenses = ['Public Domain']

self.spec_extras = {
:required_ruby_version => '>= 1.9.2'
}

end

0 comments on commit 7c9a067

Please sign in to comment.