regolith 0.1.0 → 0.1.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 +4 -4
- data/lib/regolith/version.rb +2 -2
- data/regolith.gemspec +6 -6
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 367f4f7a8fc868fbf895bb2af933d2a49f581f4d89096d0929b3b6aa93f56c03
|
4
|
+
data.tar.gz: 026d9c21868a34682c8e41c6fbaf7609c34b99cffb7db9b60fe4f1f0ba744298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f1633fdbde7edb833727134450f5a313f4f13afbd415d4f326eb7024a475d90b38c6882927980f92d5d1ab13b5b21157fbacd724d6abd8c0e5454476f2615f6
|
7
|
+
data.tar.gz: 2b30f8153f720ad50f872a133687a916ebf9b84838617ab05f89ae4114c19c5c47bc723648987324bfaeb5a94f0e29a65addc20819be9aac7d0e07607ce4e472
|
data/lib/regolith/version.rb
CHANGED
data/regolith.gemspec
CHANGED
@@ -5,18 +5,18 @@ Gem::Specification.new do |spec|
|
|
5
5
|
spec.name = "regolith"
|
6
6
|
spec.version = Regolith::VERSION
|
7
7
|
spec.authors = ["Regolith Team"]
|
8
|
-
spec.email = ["
|
8
|
+
spec.email = ["info@regolith.bio"]
|
9
9
|
|
10
10
|
spec.summary = "Rails for distributed systems"
|
11
11
|
spec.description = "Regolith provides seamless inter-service communication and orchestration for Ruby microservices"
|
12
|
-
spec.homepage = "https://
|
12
|
+
spec.homepage = "https://regolith.bio"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
15
|
spec.required_ruby_version = ">= 2.7.0"
|
16
16
|
|
17
|
-
spec.metadata["homepage_uri"] =
|
18
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
19
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
17
|
+
spec.metadata["homepage_uri"] = "https://regolith.bio"
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/ziolndr/regolith"
|
19
|
+
spec.metadata["changelog_uri"] = "https://github.com/ziolndr/regolith/blob/main/CHANGELOG.md"
|
20
20
|
|
21
21
|
# Specify which files should be added to the gem when it is released.
|
22
22
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
@@ -34,4 +34,4 @@ Gem::Specification.new do |spec|
|
|
34
34
|
# Development dependencies
|
35
35
|
spec.add_development_dependency "rspec", "~> 3.0"
|
36
36
|
spec.add_development_dependency "rake", "~> 13.0"
|
37
|
-
end
|
37
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: regolith
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Regolith Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
description: Regolith provides seamless inter-service communication and orchestration
|
70
70
|
for Ruby microservices
|
71
71
|
email:
|
72
|
-
-
|
72
|
+
- info@regolith.bio
|
73
73
|
executables:
|
74
74
|
- regolith
|
75
75
|
extensions: []
|
@@ -86,13 +86,13 @@ files:
|
|
86
86
|
- lib/regolith/service_client.rb
|
87
87
|
- lib/regolith/version.rb
|
88
88
|
- regolith.gemspec
|
89
|
-
homepage: https://
|
89
|
+
homepage: https://regolith.bio
|
90
90
|
licenses:
|
91
91
|
- MIT
|
92
92
|
metadata:
|
93
|
-
homepage_uri: https://
|
94
|
-
source_code_uri: https://github.com/
|
95
|
-
changelog_uri: https://github.com/
|
93
|
+
homepage_uri: https://regolith.bio
|
94
|
+
source_code_uri: https://github.com/ziolndr/regolith
|
95
|
+
changelog_uri: https://github.com/ziolndr/regolith/blob/main/CHANGELOG.md
|
96
96
|
post_install_message:
|
97
97
|
rdoc_options: []
|
98
98
|
require_paths:
|