ruby_ci 0.1.2 → 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: 8332d877f151e3d8f22ba4bb7bb5a066a18ea4e2dca33c22d8fd291583536119
4
- data.tar.gz: f79de1393cbecbfd85e4a3c6b37efff3335dfaebcf6e88f965f06f739d8fb51b
3
+ metadata.gz: 2e28586d4a82260fc0a019c36fd7aa380bfa5c186851db33cbf121a2ccb538e5
4
+ data.tar.gz: d8078dbae1bdc93458ee80af12ec0af3e7602740779af7adea3258a80f99e3bb
5
5
  SHA512:
6
- metadata.gz: 3267344b805f906d969cc3c688c3194f9a60ce6735ce99d1321effab38dd07c38dd21904d628bc3fb0b1096c575a7b594e12980f13dde085317c45e918f91af0
7
- data.tar.gz: 5d0a5f2c37419df2b5946754e6ed66bf99c2c5dccc81ddb803f0aa2ffeb289f7f49aa11bddd84054d96bc964ce9de8bdf309cfc6b353d0064e82e87116678f76
6
+ metadata.gz: 32f1f029bc0ff5ffc528bca4fdbc65f9fe9ce109e090c3cb689e46b80827349d97c0e4db1571849031ce4df55b072c92607f153bee4900d4c6d9d56b0581094b
7
+ data.tar.gz: 4b7adf354fd5bf80a3ce2ceb0231a9cb2396363946ce63db45435392dc80ee58dcff0da333dfa137dd9f100c73c94282ca2d9c034e6b74bd41b7a497934428b9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyCI
4
- VERSION = "0.1.2"
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
 
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
 
30
- spec.add_dependency "async-websocket"
30
+ spec.add_dependency "async-websocket", '<= 0.20.0'
31
31
  spec.add_development_dependency "pry"
32
32
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ale ∴
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-29 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "<="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: 0.20.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "<="
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: 0.20.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -62,13 +62,13 @@ 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
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
72
  post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
@@ -84,7 +84,7 @@ 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.15
87
+ rubygems_version: 3.2.3
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Ruby wrapper for creating RubyCI integrations