summaryrefslogtreecommitdiff
path: root/ffi.gemspec
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2016-07-11 09:14:28 -0500
committertduehr <tduehr@gmail.com>2016-07-11 09:14:28 -0500
commit963bdd92c9817450c620138339fc184527d34cb1 (patch)
treeb2c10183435bf9af475afccf94c1de1465f13282 /ffi.gemspec
parenta71c700d586088f4cd7a34918df231b8625146ed (diff)
downloadffi-963bdd92c9817450c620138339fc184527d34cb1.tar.gz
update license
Diffstat (limited to 'ffi.gemspec')
-rw-r--r--ffi.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.gemspec b/ffi.gemspec
index dc191cf..5664059 100644
--- a/ffi.gemspec
+++ b/ffi.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.extensions << 'ext/ffi_c/extconf.rb'
s.has_rdoc = false
s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
- s.license = 'BSD'
+ s.license = 'BSD-3-Clause'
s.require_paths << 'ext/ffi_c'
s.required_ruby_version = '>= 1.8.7'
s.add_development_dependency 'rake', '~> 10.1'