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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab1bb3625f09d797596ad621a52eea0c1db33939cf262c4030807a4b37301172
4
- data.tar.gz: 699de873f98dd3416e38feaa9a3af4377ad8810c7db1329122a55bc0898792f5
3
+ metadata.gz: 621476924a415212118f1c5946fb0c697f21d4959f9a80093c1671517eb58ad3
4
+ data.tar.gz: 1811814f27dcfc567a65a8421210cb77f46ea6b68f79ae35e39d3de7c7b16421
5
5
  SHA512:
6
- metadata.gz: bc39ef600c9cc6e1890ac561076ed67c36d07ae03700f715b1c1b94056b520b4a8bb076802c99bad1613f8c987c31d797c48db7943dcc7471bfde8407d5ac4b7
7
- data.tar.gz: 4469ecbd5381b6b6019b8ecc5e1051a6da78b19526e9641872b17d95bae2bc866dfe953735359a95501ae3dc272bb02e33ffc8c9f5977fcb638f52787eb5d0fc
6
+ metadata.gz: 9d059a360ac381797dc70f527725f54eec01307bc96f795add515b174787a46ece6f6b0299bd7898bf0a2cf9ff685d0f44734e8d1c82f52f88527ca49add4fe6
7
+ data.tar.gz: c171e2dadaae4815d3adb259e7ae8eedc942a3a61ae90c2d49bc4c8578242f5d8cd9dcbdc215af7399bc1bc546ff190a754d2033503b56fe321714331d1031e4
@@ -1,4 +1,4 @@
1
1
  # lib/regolith/version.rb
2
2
  module Regolith
3
- VERSION = "0.1.0"
4
- end
3
+ VERSION = "0.1.2"
4
+ end
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 = ["team@regolith.dev"]
8
+ spec.email = ["info@regolith.bio"]
9
9
 
10
10
  spec.summary = "Rails for distributed systems"
11
- spec.description = "Regolith provides seamless inter-service communication and orchestration for Ruby microservices"
12
- spec.homepage = "https://github.com/regolith/regolith"
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"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/regolith/regolith"
19
- spec.metadata["changelog_uri"] = "https://github.com/regolith/regolith/CHANGELOG.md"
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.0
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-07-31 00:00:00.000000000 Z
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: Regolith provides seamless inter-service communication and orchestration
70
- for Ruby microservices
69
+ description: Rails microservices. Zero setup. Docker + PostgreSQL
71
70
  email:
72
- - team@regolith.dev
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://github.com/regolith/regolith
88
+ homepage: https://regolith.bio
90
89
  licenses:
91
90
  - MIT
92
91
  metadata:
93
- homepage_uri: https://github.com/regolith/regolith
94
- source_code_uri: https://github.com/regolith/regolith
95
- changelog_uri: https://github.com/regolith/regolith/CHANGELOG.md
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: