souls 1.9.7 → 1.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d130d88a31b86038b3a4a8d265a0d4c483076e87716c08b5bb25990b8437763
4
- data.tar.gz: 693220d9cbcdb7a89620e194fa1e732d1e33a74de912b2d936abaa2f42224532
3
+ metadata.gz: '0894d11de68247464cb9e18e72d8669ab76bc595aba139a7755d0dd03095a6e4'
4
+ data.tar.gz: 1c83ac29578d9197df03f50c5a9d496953989456736d5fbd7fc4fb5d52b4c241
5
5
  SHA512:
6
- metadata.gz: 06fc5eb2c8603656c55d94fa5ec2893385bf8cb8ec72b8d5631c769149fafbda9cbdb5cef5eced3b129964ff1caedc28ec674640e081e288c7076f0ad78d0719
7
- data.tar.gz: 9c34dbd27a54fe4c1b91f5ce3ef74e6d0ffd2769a4a5ac986debcd1b7cbc2a92c306baecaf288b6e3e217e9f4c09abcdec79ebd3d5eda7d405450962816b112c
6
+ metadata.gz: 5c38578d8bd6c041b865972362b32f2b31b6fdb323752772a357e43e15be4dc2cd854a096046a01183a6d238913d06ed082036b96ac686e3ae7ec08c5556cd9d
7
+ data.tar.gz: b0663a6b95b83a7f4f49a8b95e864e08d723f8430eb8631de8c70518b05a0ea4a56b504caf6820ac3ad74c6eeb2fdb535f289df76f90ee101e3979ec86753de1
@@ -31,7 +31,7 @@ module Souls
31
31
  desc "watch", "Watch GitHub Actions Workflow"
32
32
  def watch
33
33
  remote_url = `git remote get-url origin`
34
- split_url = %r{\A(https://|git@)(github.com)(:|/)([^.]+/[^.]+)(\.git)?\z}.match(remote_url)
34
+ split_url = %r{(https://|git@)(github.com)(:|/)([^.]+/[^.]+)(\.git)?}.match(remote_url)
35
35
  if split_url.nil? || split_url.size != 6
36
36
  raise(CLIException, "Cannot access Github, please check your credentials")
37
37
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.9.7".freeze
2
+ VERSION = "1.9.8".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.9.7
1
+ 1.9.8
@@ -1 +1 @@
1
- 1.9.7
1
+ 1.9.8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI