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 +4 -4
- data/Gemfile.lock +1 -1
- data/build/zeus-darwin +0 -0
- data/build/zeus-darwin-amd64 +0 -0
- data/build/zeus-darwin-arm64 +0 -0
- data/build/zeus-linux-386 +0 -0
- data/build/zeus-linux-amd64 +0 -0
- data/lib/zeus/version.rb +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13ba0d18d21cd3acc6d3ea8ce209284a38317d792fbddf6e3bc4d96ea7b08f2e
|
|
4
|
+
data.tar.gz: 060fae4a6cb9af9719fa3afeb8c547e6284d9c6f0a06ffa2c9ee2cc3a33d76a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5da808dc2e3e2a28655e65a0f8ec30b9bff990d0e3ed2b53a6fd7c1df860b7e328faa88566d6acc6832846296b21e55f2717ee0678d1b68e1d5b92fb61aedc0
|
|
7
|
+
data.tar.gz: 584ae657a69d7ebb8d2a6529ffcbb4051ab5365615c31ec36549505bdd9000daa8fc3be658c4512d9ef91108c0133b73f1a5572c1de55f413e40c6083c2c498d
|
data/Gemfile.lock
CHANGED
data/build/zeus-darwin
ADDED
|
Binary file
|
data/build/zeus-darwin-amd64
CHANGED
|
Binary file
|
data/build/zeus-darwin-arm64
CHANGED
|
Binary file
|
data/build/zeus-linux-386
CHANGED
|
Binary file
|
data/build/zeus-linux-amd64
CHANGED
|
Binary file
|
data/lib/zeus/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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.
|