jericho.gemspec in jericho-0.2.3 vs jericho.gemspec in jericho-0.2.4
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "jericho"
spec.version = Jericho::VERSION
spec.authors = ["Kirill"]
spec.email = ["alexeyenko92@gmail.com"]
- spec.summary = %q{"Epic gem"}
- spec.description = %q{"Epic stuff"}
+ spec.summary = %q{"Additional gem for cucumber tests"}
+ spec.description = %q{"Tiny simple gem which cleans your cucumber JSON reports from redundant info and compares report from your last test run and report from previous test run. After it you'll receive a test run summary to desired slack channel. Please note that in rder to use slack integration - you'll need to configure dotenv gem with your Slack credentials"}
spec.homepage = "https://github.com/M1khah/jericho"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.