Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add mention of the license in the gemspec
  • Loading branch information
MrBerg authored Oct 29, 2019
commit 65c07b786e6bd992297aaa654ee25c1d071cc65b
3 changes: 2 additions & 1 deletion ruby-debug-base19x.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ EOF
spec.require_path = "lib"
spec.extensions = ["ext/ruby_debug/extconf.rb"]
spec.files = FILES
spec.license = "Simplified BSD License"

spec.required_ruby_version = '>= 1.9'
spec.date = Time.now
Expand All @@ -47,4 +48,4 @@ EOF
# rdoc
spec.has_rdoc = true
spec.extra_rdoc_files = ['README', 'ext/ruby_debug/ruby_debug.c']
end
end