소스 검색

spec update

master
anonymous 1 년 전
부모
커밋
7ac7d81254
1개의 변경된 파일10개의 추가작업 그리고 9개의 파일을 삭제
  1. +10
    -9
      poke.gemspec

+ 10
- 9
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

불러오는 중...
취소
저장