ruby_ci 0.1.3 → 0.1.4
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 +4 -4
- data/Gemfile.lock +3 -4
- data/lib/ruby_ci/version.rb +1 -1
- data/lib/ruby_ci.rb +1 -1
- data/ruby_ci.gemspec +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e28586d4a82260fc0a019c36fd7aa380bfa5c186851db33cbf121a2ccb538e5
|
|
4
|
+
data.tar.gz: d8078dbae1bdc93458ee80af12ec0af3e7602740779af7adea3258a80f99e3bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32f1f029bc0ff5ffc528bca4fdbc65f9fe9ce109e090c3cb689e46b80827349d97c0e4db1571849031ce4df55b072c92607f153bee4900d4c6d9d56b0581094b
|
|
7
|
+
data.tar.gz: 4b7adf354fd5bf80a3ce2ceb0231a9cb2396363946ce63db45435392dc80ee58dcff0da333dfa137dd9f100c73c94282ca2d9c034e6b74bd41b7a497934428b9
|
data/Gemfile.lock
CHANGED
|
@@ -11,8 +11,8 @@ GIT
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: .
|
|
13
13
|
specs:
|
|
14
|
-
ruby_ci (0.1.
|
|
15
|
-
async-websocket
|
|
14
|
+
ruby_ci (0.1.1)
|
|
15
|
+
async-websocket
|
|
16
16
|
|
|
17
17
|
GEM
|
|
18
18
|
remote: https://rubygems.org/
|
|
@@ -89,7 +89,6 @@ GEM
|
|
|
89
89
|
unicode-display_width (2.1.0)
|
|
90
90
|
|
|
91
91
|
PLATFORMS
|
|
92
|
-
arm64-darwin-21
|
|
93
92
|
x86_64-linux
|
|
94
93
|
|
|
95
94
|
DEPENDENCIES
|
|
@@ -101,4 +100,4 @@ DEPENDENCIES
|
|
|
101
100
|
ruby_ci!
|
|
102
101
|
|
|
103
102
|
BUNDLED WITH
|
|
104
|
-
2.2.
|
|
103
|
+
2.2.26
|
data/lib/ruby_ci/version.rb
CHANGED
data/lib/ruby_ci.rb
CHANGED
|
@@ -162,7 +162,7 @@ module RubyCI
|
|
|
162
162
|
author: RubyCI.configuration.author.to_json
|
|
163
163
|
})
|
|
164
164
|
|
|
165
|
-
url = "
|
|
165
|
+
url = "wss://#{RubyCI.configuration.api_url}/test_orchestrators/socket/websocket?#{params}"
|
|
166
166
|
|
|
167
167
|
Async::HTTP::Endpoint.parse(url)
|
|
168
168
|
end
|
data/ruby_ci.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Ruby wrapper for creating RubyCI integrations"
|
|
12
12
|
spec.description = "Ruby wrapper for creating RubyCI integrations"
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/RubyCI/ruby_ci_gem"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 2.4.0"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_ci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ale ∴
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-websocket
|
|
@@ -62,14 +62,14 @@ files:
|
|
|
62
62
|
- lib/ruby_ci/exceptions.rb
|
|
63
63
|
- lib/ruby_ci/version.rb
|
|
64
64
|
- ruby_ci.gemspec
|
|
65
|
-
homepage: https://github.com/
|
|
65
|
+
homepage: https://github.com/RubyCI/ruby_ci_gem
|
|
66
66
|
licenses:
|
|
67
67
|
- MIT
|
|
68
68
|
metadata:
|
|
69
|
-
homepage_uri: https://github.com/
|
|
70
|
-
source_code_uri: https://github.com/
|
|
71
|
-
changelog_uri: https://github.com/
|
|
72
|
-
post_install_message:
|
|
69
|
+
homepage_uri: https://github.com/RubyCI/ruby_ci_gem
|
|
70
|
+
source_code_uri: https://github.com/RubyCI/ruby_ci_gem
|
|
71
|
+
changelog_uri: https://github.com/RubyCI/ruby_ci_gem
|
|
72
|
+
post_install_message:
|
|
73
73
|
rdoc_options: []
|
|
74
74
|
require_paths:
|
|
75
75
|
- lib
|
|
@@ -84,8 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
|
-
rubygems_version: 3.2.
|
|
88
|
-
signing_key:
|
|
87
|
+
rubygems_version: 3.2.3
|
|
88
|
+
signing_key:
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: Ruby wrapper for creating RubyCI integrations
|
|
91
91
|
test_files: []
|