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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab1bb3625f09d797596ad621a52eea0c1db33939cf262c4030807a4b37301172
4
- data.tar.gz: 699de873f98dd3416e38feaa9a3af4377ad8810c7db1329122a55bc0898792f5
3
+ metadata.gz: 367f4f7a8fc868fbf895bb2af933d2a49f581f4d89096d0929b3b6aa93f56c03
4
+ data.tar.gz: 026d9c21868a34682c8e41c6fbaf7609c34b99cffb7db9b60fe4f1f0ba744298
5
5
  SHA512:
6
- metadata.gz: bc39ef600c9cc6e1890ac561076ed67c36d07ae03700f715b1c1b94056b520b4a8bb076802c99bad1613f8c987c31d797c48db7943dcc7471bfde8407d5ac4b7
7
- data.tar.gz: 4469ecbd5381b6b6019b8ecc5e1051a6da78b19526e9641872b17d95bae2bc866dfe953735359a95501ae3dc272bb02e33ffc8c9f5977fcb638f52787eb5d0fc
6
+ metadata.gz: 9f1633fdbde7edb833727134450f5a313f4f13afbd415d4f326eb7024a475d90b38c6882927980f92d5d1ab13b5b21157fbacd724d6abd8c0e5454476f2615f6
7
+ data.tar.gz: 2b30f8153f720ad50f872a133687a916ebf9b84838617ab05f89ae4114c19c5c47bc723648987324bfaeb5a94f0e29a65addc20819be9aac7d0e07607ce4e472
@@ -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.1"
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
11
  spec.description = "Regolith provides seamless inter-service communication and orchestration for Ruby microservices"
12
- spec.homepage = "https://github.com/regolith/regolith"
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.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-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
@@ -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
- - team@regolith.dev
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://github.com/regolith/regolith
89
+ homepage: https://regolith.bio
90
90
  licenses:
91
91
  - MIT
92
92
  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
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: