allure-cucumber.gemspec in allure-cucumber-0.4.0 vs allure-cucumber.gemspec in allure-cucumber-0.4.1
- old
+ new
@@ -6,11 +6,11 @@
spec.version = AllureCucumber::Version::STRING
spec.authors = ["Imran Khan"]
spec.email = ["9ikhan@gmail.com"]
spec.summary = "allure-cucumber-#{AllureCucumber::Version::STRING}"
spec.description = %q{Adaptor to use Allure framework with cucumber}
- spec.homepage = ""
- spec.license = "MIT"
+ spec.homepage = "http://allure.qatools.ru"
+ spec.license = "Apache2"
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"]