fast_ci 0.1.1 → 0.1.2

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: b5f12c678dc75c2247abedf282b2cd409a57460f44eb4d29b79f097dc5b2dd68
4
- data.tar.gz: 67c0ff3ce56b99853fdcf2a94ba85058a0f8fc5ab8c4e20f463d52d86857ab10
3
+ metadata.gz: 1bcf8f013e9598e2122841f30d951528519bffa648cfcf7c7872642ebd00d351
4
+ data.tar.gz: 72915e82ca7728225880a297bd59d44f1bf70f75086fb74245ae0ffef21e4e21
5
5
  SHA512:
6
- metadata.gz: 3dc84c329976fb92a0bcc585c4b7c5dbf6e6f75272e79124bc4cab332828a6ab7d70685f19328c4b6247fbcfb06d1d1f7bc63d0bf99fb7db0f44389e46b025b7
7
- data.tar.gz: ee158551165b12d95a08c4e49ee3c73e8cba34e1bc55914d602aa5edfd5afb8540e37a68abbabc704ba609c31161f61454eeab1fc978f1c218c4d8959a597f9d
6
+ metadata.gz: 775e9c9368f928d4d8fb0e260f2a9d2909bbc132a038673b561ea5dd966c1e220dbbeb313157cc32ba966af28ab490b14643e1626087d24ca67f37247aa4c02c
7
+ data.tar.gz: 505db9f73edbbcced7b53e8844b6eb967a00c24a4d3dfb04d7f551a0a626aba4063c76795739452ff60c0112dd6c20a2f5980de0999ca7cce507d082feb62861
data/fast_ci.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Ruby wrapper for creating FastCI integrations"
12
12
  spec.description = "Ruby wrapper for creating FastCI integrations"
13
- spec.homepage = "https://github.com/alexvko/fast_ci-rb"
13
+ spec.homepage = "https://github.com/RubyCI/fast_ci_gem"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.4.0"
16
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FastCI
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ale ∴
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-01 00:00:00.000000000 Z
11
+ date: 2023-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-websocket
@@ -60,14 +60,14 @@ files:
60
60
  - lib/fast_ci/configuration.rb
61
61
  - lib/fast_ci/exceptions.rb
62
62
  - lib/fast_ci/version.rb
63
- homepage: https://github.com/alexvko/fast_ci-rb
63
+ homepage: https://github.com/RubyCI/fast_ci_gem
64
64
  licenses:
65
65
  - MIT
66
66
  metadata:
67
- homepage_uri: https://github.com/alexvko/fast_ci-rb
68
- source_code_uri: https://github.com/alexvko/fast_ci-rb
69
- changelog_uri: https://github.com/alexvko/fast_ci-rb
70
- post_install_message:
67
+ homepage_uri: https://github.com/RubyCI/fast_ci_gem
68
+ source_code_uri: https://github.com/RubyCI/fast_ci_gem
69
+ changelog_uri: https://github.com/RubyCI/fast_ci_gem
70
+ post_install_message:
71
71
  rdoc_options: []
72
72
  require_paths:
73
73
  - lib
@@ -82,8 +82,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
- rubygems_version: 3.2.22
86
- signing_key:
85
+ rubyforge_project:
86
+ rubygems_version: 2.7.7
87
+ signing_key:
87
88
  specification_version: 4
88
89
  summary: Ruby wrapper for creating FastCI integrations
89
90
  test_files: []