zeus 0.18.0 → 0.19.0

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: 3a6d45ec7899f6f3608e686da81cd443cffd058aca885759799185d2fc649fee
4
- data.tar.gz: e5d033171d13916defb233555f17822611225e962d985b2f366015a9844eb20f
3
+ metadata.gz: 13ba0d18d21cd3acc6d3ea8ce209284a38317d792fbddf6e3bc4d96ea7b08f2e
4
+ data.tar.gz: 060fae4a6cb9af9719fa3afeb8c547e6284d9c6f0a06ffa2c9ee2cc3a33d76a0
5
5
  SHA512:
6
- metadata.gz: 60355aaca66db85f170bf4e6191bd1c7313c87bcf8a30722490f905708f40d1c174a3cc381e57310c9da6b177b2c47c4a53d31b6730868508cc30e6606251537
7
- data.tar.gz: f6dc19bb8a9f56dd9da996664bb488d481848a4a4178623bfe320bf74871ae9a884bde89eb9277cf8bc31690f291d392125d7ccfb05ca3ce88a47424485790b9
6
+ metadata.gz: b5da808dc2e3e2a28655e65a0f8ec30b9bff990d0e3ed2b53a6fd7c1df860b7e328faa88566d6acc6832846296b21e55f2717ee0678d1b68e1d5b92fb61aedc0
7
+ data.tar.gz: 584ae657a69d7ebb8d2a6529ffcbb4051ab5365615c31ec36549505bdd9000daa8fc3be658c4512d9ef91108c0133b73f1a5572c1de55f413e40c6083c2c498d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zeus (0.18.0)
4
+ zeus (0.19.0)
5
5
  method_source (>= 0.6.7)
6
6
 
7
7
  GEM
data/build/zeus-darwin ADDED
Binary file
Binary file
Binary file
data/build/zeus-linux-386 CHANGED
Binary file
Binary file
data/lib/zeus/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zeus
2
- VERSION = "0.18.0"
2
+ VERSION = "0.19.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-02-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: method_source
@@ -54,6 +53,7 @@ files:
54
53
  - bin/rake
55
54
  - bin/rspec
56
55
  - bin/zeus
56
+ - build/zeus-darwin
57
57
  - build/zeus-darwin-amd64
58
58
  - build/zeus-darwin-arm64
59
59
  - build/zeus-linux-386
@@ -97,7 +97,6 @@ homepage: https://github.com/burke/zeus
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}
100
- post_install_message:
101
100
  rdoc_options: []
102
101
  require_paths:
103
102
  - lib
@@ -112,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
111
  - !ruby/object:Gem::Version
113
112
  version: '0'
114
113
  requirements: []
115
- rubygems_version: 3.5.22
116
- signing_key:
114
+ rubygems_version: 3.6.9
117
115
  specification_version: 4
118
116
  summary: Zeus is an intelligent preloader for ruby applications. It allows normal
119
117
  development tasks to be run in a fraction of a second.