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: 1d75c3bba7534f3e424058c4909bd64f27b4fdb172c6c40f9e5c2b988e99ca2d
4
- data.tar.gz: f8c7c1628027ed44c3dd96485f01e9e9d5a8594cf14203663d3a24f3ccd710c8
3
+ metadata.gz: c7894e1824b6f7b1b18da5c1b91373c6133b525f9a6b53915f5bdc623665bf45
4
+ data.tar.gz: edf23bbf32dff39491b33da7065669759f5006f1bcf1ab61ecb4ed10f629888d
5
5
  SHA512:
6
- metadata.gz: 933a4cdd8a14f12b6218107049d1978568f2115323ac96a7dcded3f8de492f562f11c68b9b48e91ad1238db9a5bf4ee492b7f4efe11322a1b4d5c9281c677653
7
- data.tar.gz: a467c9324b5ae586c8a15ed7565765b9c084dae95a66d5c875472b4c7eec711b218b21fa5b51e439bd8784845c68168372ac2064cd2a88951424cab23e09eb77
6
+ metadata.gz: c94d9106eb22743c92b70a7f8cda60cd2e6f5c8f5824de9a7e21c5b4a851121d5e1f3c15cc51e5109092bf399b1570bcd35b062edb2998097bdece6eb3363b29
7
+ data.tar.gz: e78b9ba87cba365dc34ccc2dd3d414b629cb823053ae467bb200147948e7587a95a1ddee889bb5d8e490569c7bf0244b3a84df058c9c68619acda83b59112681
@@ -87,7 +87,6 @@ class Monolith::InstallGenerator < Rails::Generators::Base
87
87
  def post_install_message
88
88
  say_status "next steps", <<~DOCS
89
89
  [ ] Run `rails db:migrate`
90
- [ ] Run `bundle install`
91
90
  [ ] Launch the server via `dev`
92
91
  [ ] Go to `http://localhost:3000`
93
92
  DOCS
@@ -0,0 +1,2 @@
1
+ # I really just want this gem to be called `monolith`, not `majestic-monolith`.
2
+ require_relative "./monolith.rb"
@@ -1,7 +1,7 @@
1
- if path = ENV["MONOLITH_GEM_PATH"]
2
- gem "monolith", path: path
1
+ if path = ENV["MAJESTIC_MONOLITH_GEM_PATH"]
2
+ gem "majestic-monolith", path: path
3
3
  else
4
- gem "monolith"
4
+ gem "majestic-monolith"
5
5
  end
6
6
 
7
7
  after_bundle do
@@ -1,3 +1,3 @@
1
1
  module Monolith
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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-06 00:00:00.000000000 Z
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/rocketship/monolith
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/rocketship/monolith
79
- source_code_uri: https://github.com/rocketship/monolith
80
- changelog_uri: https://github.com/rocketship/monolith
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: