Skip to content

Commit

Permalink
add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Jul 17, 2013
1 parent 6415c71 commit 4dfe1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino_bootstrap_forms.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.license = "MIT"
s.add_dependency "padrino", "~> 0.10.6"
s.add_dependency "activesupport", "~> 3.0"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 4dfe1df

Please sign in to comment.