From 7ac7d81254c314c36baa4658a52696323a0aaaac Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 24 Sep 2022 12:06:29 +0200 Subject: [PATCH] spec update --- poke.gemspec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/poke.gemspec b/poke.gemspec index 5e5fd07..488f780 100644 --- a/poke.gemspec +++ b/poke.gemspec @@ -1,12 +1,13 @@ Gem::Specification.new do |s| - s.name = 'pokes' - s.version = '0.0.1' - s.platform = Gem::Platform:RUBY - s.summary = 'e2e tests, API-first' - s.description = 'FP browser automation, pessimistic testing, HAML proxies' - s.authors = ['Luka Licina'] - s.email = ['licina.luka@outlook.com'] - s.license = 'MIT' - s.files = Dir.glob('{lib,bin}/**/*') + s.name = 'pokes' + s.version = '0.0.1' + s.summary = 'e2e tests, API-first' + s.description = 'FP browser automation, pessimistic testing, HAML proxies' + s.authors = ['Luka Licina'] + s.email = ['licina.luka@outlook.com'] + s.license = 'MIT' + s.homepage = 'https://github.com/gnzoss/poke' + s.files = Dir.glob('{lib,bin}/**/*') s.require_path = 'lib' + s.executables << 'poke' end