Skip to content

Commit

Permalink
Add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Golombek committed Nov 26, 2013
1 parent 9565b3d commit aa33827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debugger-ruby_core_source.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/cldwalker/debugger-ruby_core_source"
s.summary = %q{Provide Ruby core source files}
s.description = %q{Provide Ruby core source files for C extensions that need them.}
s.license = "MIT"
s.required_rubygems_version = ">= 1.3.6"
s.extra_rdoc_files = [ "README.md"]
s.files = Dir["#{File.dirname(__FILE__)}/lib/**/*{.rb,inc,h}"] +
Expand Down

0 comments on commit aa33827

Please sign in to comment.