regolith 0.1.2 → 0.1.4

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: 621476924a415212118f1c5946fb0c697f21d4959f9a80093c1671517eb58ad3
4
- data.tar.gz: 1811814f27dcfc567a65a8421210cb77f46ea6b68f79ae35e39d3de7c7b16421
3
+ metadata.gz: 53d9f1fc9a3c7282f3af270b325b3f940bf44c751c91d986856649c9c72c6741
4
+ data.tar.gz: c6e7b334771038c994861d6fd4ebcdf7d414f4882f050986a119e5552d47c332
5
5
  SHA512:
6
- metadata.gz: 9d059a360ac381797dc70f527725f54eec01307bc96f795add515b174787a46ece6f6b0299bd7898bf0a2cf9ff685d0f44734e8d1c82f52f88527ca49add4fe6
7
- data.tar.gz: c171e2dadaae4815d3adb259e7ae8eedc942a3a61ae90c2d49bc4c8578242f5d8cd9dcbdc215af7399bc1bc546ff190a754d2033503b56fe321714331d1031e4
6
+ metadata.gz: 42e132e0ad9cb02d37bfd8562f7f8fc6d21dcb4a15d3c88d883e38acf11f558e252c3ef9e4e3aff86c45ac668a14c84f9ca3f368c026e49d98f5ee7eb2a2a3aa
7
+ data.tar.gz: 67e21866f199c06827c7014f225d0a886271f577fe4584b8f66c7d7d4357ce071488a00315e9934c60c95f195ae370901f462c7106d940ac2943297fbfb0cef8
@@ -1,4 +1,4 @@
1
1
  # lib/regolith/version.rb
2
2
  module Regolith
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.4"
4
4
  end
data/regolith.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
7
7
  spec.authors = ["Regolith Team"]
8
8
  spec.email = ["info@regolith.bio"]
9
9
 
10
- spec.summary = "Rails for distributed systems"
11
- spec.description = "Rails microservices. Zero setup. Docker + PostgreSQL"
10
+ spec.summary = "Rails microservices. Zero setup. Docker + PostgreSQL"
11
+ spec.description = "Generate and orchestrate Rails microservices with zero setup. Docker + PostgreSQL included."
12
12
  spec.homepage = "https://regolith.bio"
13
13
  spec.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: regolith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Regolith Team
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '13.0'
69
- description: Rails microservices. Zero setup. Docker + PostgreSQL
69
+ description: Generate and orchestrate Rails microservices with zero setup. Docker
70
+ + PostgreSQL included.
70
71
  email:
71
72
  - info@regolith.bio
72
73
  executables:
@@ -110,5 +111,5 @@ requirements: []
110
111
  rubygems_version: 3.3.15
111
112
  signing_key:
112
113
  specification_version: 4
113
- summary: Rails for distributed systems
114
+ summary: Rails microservices. Zero setup. Docker + PostgreSQL
114
115
  test_files: []