regolith 0.1.0 → 0.1.2
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 +7 -7
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 621476924a415212118f1c5946fb0c697f21d4959f9a80093c1671517eb58ad3
|
4
|
+
data.tar.gz: 1811814f27dcfc567a65a8421210cb77f46ea6b68f79ae35e39d3de7c7b16421
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d059a360ac381797dc70f527725f54eec01307bc96f795add515b174787a46ece6f6b0299bd7898bf0a2cf9ff685d0f44734e8d1c82f52f88527ca49add4fe6
|
7
|
+
data.tar.gz: c171e2dadaae4815d3adb259e7ae8eedc942a3a61ae90c2d49bc4c8578242f5d8cd9dcbdc215af7399bc1bc546ff190a754d2033503b56fe321714331d1031e4
|
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
|
-
spec.description = "
|
12
|
-
spec.homepage = "https://
|
11
|
+
spec.description = "Rails microservices. Zero setup. Docker + PostgreSQL"
|
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.2
|
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
|
@@ -66,10 +66,9 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '13.0'
|
69
|
-
description:
|
70
|
-
for Ruby microservices
|
69
|
+
description: Rails microservices. Zero setup. Docker + PostgreSQL
|
71
70
|
email:
|
72
|
-
-
|
71
|
+
- info@regolith.bio
|
73
72
|
executables:
|
74
73
|
- regolith
|
75
74
|
extensions: []
|
@@ -86,13 +85,13 @@ files:
|
|
86
85
|
- lib/regolith/service_client.rb
|
87
86
|
- lib/regolith/version.rb
|
88
87
|
- regolith.gemspec
|
89
|
-
homepage: https://
|
88
|
+
homepage: https://regolith.bio
|
90
89
|
licenses:
|
91
90
|
- MIT
|
92
91
|
metadata:
|
93
|
-
homepage_uri: https://
|
94
|
-
source_code_uri: https://github.com/
|
95
|
-
changelog_uri: https://github.com/
|
92
|
+
homepage_uri: https://regolith.bio
|
93
|
+
source_code_uri: https://github.com/ziolndr/regolith
|
94
|
+
changelog_uri: https://github.com/ziolndr/regolith/blob/main/CHANGELOG.md
|
96
95
|
post_install_message:
|
97
96
|
rdoc_options: []
|
98
97
|
require_paths:
|