majestic-monolith 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7894e1824b6f7b1b18da5c1b91373c6133b525f9a6b53915f5bdc623665bf45
|
4
|
+
data.tar.gz: edf23bbf32dff39491b33da7065669759f5006f1bcf1ab61ecb4ed10f629888d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c94d9106eb22743c92b70a7f8cda60cd2e6f5c8f5824de9a7e21c5b4a851121d5e1f3c15cc51e5109092bf399b1570bcd35b062edb2998097bdece6eb3363b29
|
7
|
+
data.tar.gz: e78b9ba87cba365dc34ccc2dd3d414b629cb823053ae467bb200147948e7587a95a1ddee889bb5d8e490569c7bf0244b3a84df058c9c68619acda83b59112681
|
data/lib/monolith/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: majestic-monolith
|
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
|
- Brad Gessler
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -64,20 +64,21 @@ files:
|
|
64
64
|
- lib/generators/monolith/install/install_generator.rb
|
65
65
|
- lib/generators/monolith/install/templates/Brewfile
|
66
66
|
- lib/generators/monolith/install/templates/github/workflows/ruby.yml
|
67
|
+
- lib/majestic-monolith.rb
|
67
68
|
- lib/monolith.rb
|
68
69
|
- lib/monolith/cli.rb
|
69
70
|
- lib/monolith/cli/template.rb
|
70
71
|
- lib/monolith/engine.rb
|
71
72
|
- lib/monolith/version.rb
|
72
73
|
- lib/tasks/monolith_tasks.rake
|
73
|
-
homepage: https://github.com/
|
74
|
+
homepage: https://github.com/rocketshipio/monolith
|
74
75
|
licenses:
|
75
76
|
- MIT
|
76
77
|
metadata:
|
77
78
|
allowed_push_host: https://rubygems.org
|
78
|
-
homepage_uri: https://github.com/
|
79
|
-
source_code_uri: https://github.com/
|
80
|
-
changelog_uri: https://github.com/
|
79
|
+
homepage_uri: https://github.com/rocketshipio/monolith
|
80
|
+
source_code_uri: https://github.com/rocketshipio/monolith
|
81
|
+
changelog_uri: https://github.com/rocketshipio/monolith/releases
|
81
82
|
post_install_message:
|
82
83
|
rdoc_options: []
|
83
84
|
require_paths:
|