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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 646c7f9107086486963c5e95916bb6c5e0818c49c81d42761bb175bc935d692d
4
- data.tar.gz: ff7a58ed29796a7ae7dae49ff292e05c145d2e1d0b285b2c1f94d49cd1be5b5d
3
+ metadata.gz: 2e28586d4a82260fc0a019c36fd7aa380bfa5c186851db33cbf121a2ccb538e5
4
+ data.tar.gz: d8078dbae1bdc93458ee80af12ec0af3e7602740779af7adea3258a80f99e3bb
5
5
  SHA512:
6
- metadata.gz: 6f262b14c2c106ad05d3cf907ac73ad68c45c6c1a406b8220de49510b379a524c9d7cb7d8a347b337e90f75b5187d6b32896a009cc0e07bd464f605cca9994a2
7
- data.tar.gz: 41c1897a8b01c5a158aeb6fc06db27e4075c7d1c24ca703772ba47eba77f2e123be400a547c93983480413cb6f3b3c5959aba4b2a8430a8666851de3f9ac1675
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.2)
15
- async-websocket (<= 0.20.0)
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.33
103
+ 2.2.26
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyCI
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
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 = "ws://#{RubyCI.configuration.api_url}/test_orchestrators/socket/websocket?#{params}"
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/alexvko/ruby_ci-rb"
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.3
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: 2022-08-22 00:00:00.000000000 Z
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/alexvko/ruby_ci-rb
65
+ homepage: https://github.com/RubyCI/ruby_ci_gem
66
66
  licenses:
67
67
  - MIT
68
68
  metadata:
69
- homepage_uri: https://github.com/alexvko/ruby_ci-rb
70
- source_code_uri: https://github.com/alexvko/ruby_ci-rb
71
- changelog_uri: https://github.com/alexvko/ruby_ci-rb
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.33
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: []