ruby-mpfr.gemspec in ruby-mpfr-0.0.16 vs ruby-mpfr.gemspec in ruby-mpfr-0.0.17
- old
+ new
@@ -8,10 +8,10 @@
spec.authors = ["Takayuki YAMAGUCHI"]
spec.email = ["d@ytak.info"]
spec.homepage = ""
spec.summary = "Ruby bindings of MPFR"
spec.description = "Ruby bindings of MPFR that is a C library for multiple-precision floating-point computations"
- spec.license = "GPLv3"
+ spec.license = "LGPL"
spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
spec.require_paths = ["lib", "ext", "ext/gmp", "ext/mpfr_matrix"]