monolithic 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: 56f1084c5f49e3b8a00b7bd5706dbe5c339f26d238ccdf3a1f93c7ea10aabe3c
4
- data.tar.gz: defe23c1ecc34dd942daa8d9dcf1ad838cf8183db9d21dfb456193cd3c9fb669
3
+ metadata.gz: 941b4d3e5f784468bc30989761c70632e99a625091af4bcb5179fe13b5d4316d
4
+ data.tar.gz: cbced7a4a68d3718762158220a3bc4b7bfcae146d3cdc1679151ac8db612bad8
5
5
  SHA512:
6
- metadata.gz: 1e097ad59be946951618695376a6c766d4fed88de746f4a9b5e34621422223f0211749471f1993710bb5af294bbd8d19c442aad5756a6dcf11fa2c09afcabb23
7
- data.tar.gz: 9bfef96bff51459ea7801f8fae449b45fda3284c90d3d6a0ead3ea50db035f87ca9e6534aca3a919c2a3e57258f3135cb0947e8f47ce48bf81515c67cf7f7ec5
6
+ metadata.gz: 19f42d9666de1f34b38c4df283308d26e0f4645b0520cc16009a9da93ba22578bf3628b4dcdc2213966a97ea7d481ff00556478fd7b07e110817322bfef243ba
7
+ data.tar.gz: b53a650912c14a16db89d05819d00dc980032033da5af644a25a12497ed46e9a63fc4cfcc11a87955b69944337bb7768cd648fa5407e3ab5c2db01bdff72a2e7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Monolithic
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/lib/monolithic.rb CHANGED
@@ -6,3 +6,5 @@ module Monolithic
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
8
8
  end
9
+
10
+ require "monolithic/railtie" if defined?(Rails)
@@ -21,7 +21,7 @@ module Monolithic
21
21
  end
22
22
 
23
23
  namespace :monolithic do
24
- namespace :test do
24
+ namespace :ci do
25
25
  desc "Run all tests in CI mode"
26
26
  task :all do
27
27
  %i[gems engines].each do |task_name|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monolithic
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
  - JD Hendrickson
@@ -52,8 +52,8 @@ files:
52
52
  - lib/monolithic.rb
53
53
  - lib/monolithic/railtie.rb
54
54
  - lib/monolithic/version.rb
55
+ - lib/tasks/ci.rake
55
56
  - sig/monolithic.rbs
56
- - tasks/ci.rake
57
57
  homepage: https://github.com/rwx-services/monolithic
58
58
  licenses:
59
59
  - MIT