rspec-daemon 1.0.0 → 1.0.1

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: 208bd76b8815eaf702f7b32c3cfd987551c122d49e63f8f7c2bd912c84e81b31
4
- data.tar.gz: 96b0bae9c7f30441345b8e85419be284fdecb1d112e7ae842ccd76c26c1b476d
3
+ metadata.gz: 89e342dbe33448b2a4321d6425f22924ef2e2ffca0da9c62b9b9dfe85b30df24
4
+ data.tar.gz: c73ef7dc9be41b613ab443f9c3bde415afe4689bf4114bbb98fc137429b7128c
5
5
  SHA512:
6
- metadata.gz: 2fc0fc6bded50693fd5db0e9f8d05fb7cb9980a146467548a1889f7e1435623947b67b5decb5baea37e65b2c0c7fc99b9c224a16968020964a46f013542625b9
7
- data.tar.gz: c22c13bd14953714bc393ea81423895a94a310be7c4e10d0d2ed49af3d021d179cb5335b6d505fa1cf22c481fd11f1cc26fb1a8cdab6628b2a1e70a9a8dce245
6
+ metadata.gz: b40f70439941100811fbcf34906e077be7d8172399ecd5a046b0815dbc3ec786a87b280a6332a97dced543d4a65e13ad924b93f902ed524f9eb700ff5bea2c1a
7
+ data.tar.gz: 5951972b8a86979b652a757a0ca36f41daee408728e512125230c02ee90a73088f1dd2fb064f89540fe8724ff3754ef04ce416e47b8cc7a1b3730c3525e22f6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
- ## [Unreleased]
1
+ ## [1.0.1] - 2023-12-16
2
2
 
3
- ## [1.0.0]
3
+ - Fix the method to start the test #9 @ta1kt0me
4
+
5
+ ## [1.0.0] - 2023-12-15
4
6
 
5
7
  - Make bind address and port configurable #7 @osyoyu
6
8
  - Remove pry dependency #6 @osyoyu
data/exe/rspeccc CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'rspec/daemon/client_cli'
4
- exit RSpec::Daemon::ClientCli.run(ARGV)
4
+ exit RSpec::Daemon::ClientCli.start(ARGV)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  class Daemon
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuya Fujiwara
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-12-15 00:00:00.000000000 Z
@@ -74,7 +74,7 @@ metadata:
74
74
  homepage_uri: https://github.com/asonas/rspec-daemon
75
75
  source_code_uri: https://github.com/asonas/rspec-daemon
76
76
  changelog_uri: https://github.com/asonas/rspec-daemon/blob/master/CHANGELOG.md
77
- post_install_message:
77
+ post_install_message:
78
78
  rdoc_options: []
79
79
  require_paths:
80
80
  - lib
@@ -89,8 +89,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubygems_version: 3.4.6
93
- signing_key:
92
+ rubygems_version: 3.4.10
93
+ signing_key:
94
94
  specification_version: 4
95
95
  summary: rspec-daemon is a mechanism to run tests at super faster speed
96
96
  test_files: []