society.gemspec in society-1.7 vs society.gemspec in society-2.0

- old
+ new

@@ -5,14 +5,14 @@ Gem::Specification.new do |spec| spec.name = "society" spec.version = Society::VERSION spec.authors = ["Coraline Ada Ehmke", "Instructure"] - spec.email = ["coraline@instructure.com", "eng@instructure.com"] + spec.email = ["coraline@idolhands.com", "eng@instructure.com"] spec.summary = %q{Social graph for Ruby objects} spec.description = %q{Social graph for Ruby objects. Based on an original idea by Kerri Miller.} spec.homepage = "https://github.com/CoralineAda/society" - spec.license = "MIT" + spec.license = "MIT-HL" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"]