playwright-cli 0.1.18 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 157148cc31918fb5d7f860dc144610f10c80c14c742fbcd8f3617d3ea93f7373
4
- data.tar.gz: 508d6c45521825d33c856fa2cbe491c67427cbc249ee9426cfe6b606d45f0576
3
+ metadata.gz: 2ab9e579a3ee217578d30e55f9e20a4ac9a4e5580b743c6448c1a1c8b84104d7
4
+ data.tar.gz: c0e5f91c6b8bf157d653770fe0d52950601b2dbadf2af6476e198cf67f200ab7
5
5
  SHA512:
6
- metadata.gz: f30f8b651de1af35bdf71bdc32f2dd17054f51916cd0ca3fae23e347ef31cdc3fdc56702857f74d42fc7dcb01c3d1dec3b24ec095c1d0d6e24478c0d6e2537ee
7
- data.tar.gz: 4e6f5fe7066482e17e4d30190da0d1309eb6fcad2529e79416511add9dc128b445c9fd779405851af8a5c834503230d1a27777434d0718a96b0cec20047b3d40
6
+ metadata.gz: 49efc789682e9dcd0646fde6b894cc154243405e79ea8bed7b4725060b2b9096645c5ab75cb6d4e8566a61b172474adb908527cb065d49f3cc683d83f39ca11c
7
+ data.tar.gz: 8ca5a15ecd4f1e642bc3e93fd1596fee06e7dc7a81afab28803867a82106f7bf30cabbf0c502894730092de41d183ae4a9578343d179c50396d642eb0887dd09
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- playwright-cli (0.1.18)
4
+ playwright-cli (0.1.19)
5
5
  colorize (~> 0.1)
6
6
  git (~> 1.3)
7
7
  hanami-cli (~> 0.1)
@@ -15,10 +15,10 @@ GEM
15
15
  concurrent-ruby (1.0.5)
16
16
  diff-lcs (1.3)
17
17
  git (1.3.0)
18
- hanami-cli (0.1.1)
18
+ hanami-cli (0.2.0)
19
19
  concurrent-ruby (~> 1.0)
20
- hanami-utils (~> 1.1)
21
- hanami-utils (1.1.2)
20
+ hanami-utils (~> 1.2)
21
+ hanami-utils (1.2.0)
22
22
  concurrent-ruby (~> 1.0)
23
23
  transproc (~> 1.0)
24
24
  memfs (1.0.0)
@@ -21,7 +21,7 @@ module Playwright
21
21
  end
22
22
  end
23
23
 
24
- def open_editor path:, name: Pathname.new(path).base
24
+ def open_editor path:, name: Pathname.new(path).basename
25
25
  display.error "#{name} is not a Playwright script!" unless Dir.exists?(path) || File.exists?(path)
26
26
  if %x[ $EDITOR #{path} ]
27
27
  display.print "Opening #{name} in your default editor..."
@@ -2,6 +2,6 @@ require 'hanami/cli'
2
2
 
3
3
  module Playwright
4
4
  class CLI < Hanami::CLI
5
- VERSION = "0.1.18"
5
+ VERSION = "0.1.19"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playwright-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Gregory
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-16 00:00:00.000000000 Z
11
+ date: 2018-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler