Skip to content

Commit

Permalink
Add license and update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Nov 12, 2014
1 parent 145628c commit 481fc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guard-annotate.gemspec
Expand Up @@ -11,11 +11,12 @@ Gem::Specification.new do |s|
s.homepage = "http://craigjolicoeur.com"
s.summary = %q{Guard gem for annotate}
s.description = %q{Guard::Annotate automatically runs the annotate gem when needed}
s.license = "MIT"

s.rubyforge_project = "guard-annotate"

s.add_dependency 'guard', '~> 2.0'
s.add_dependency 'annotate', '>= 2.4.0'
s.add_dependency 'annotate', '~> 2.4', '>= 2.4.0'

s.add_development_dependency 'rspec', '~> 2.9.0'
s.add_development_dependency 'guard-rspec', '~> 0.6.0'
Expand Down

0 comments on commit 481fc8f

Please sign in to comment.