self_data.gemspec in self_data-0.1.1 vs self_data.gemspec in self_data-1.0.0

- old
+ new

@@ -4,15 +4,15 @@ require 'self_data/version' Gem::Specification.new do |spec| spec.name = "self_data" spec.version = SelfData::VERSION - spec.authors = ["TDrive"] - spec.email = ["tdrive@xc0de.ru"] + spec.authors = ["Umbrellio"] + spec.email = ["info@umbrellio.biz"] spec.summary = "" spec.description = "It's like DATA but better" - spec.homepage = "https://github.com/7dr1v3/self_data" + spec.homepage = "https://github.com/umbrellio/self_data" spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }