commonbase 0.2.1 → 0.2.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: '09314c0aa23ebba5f883831c62f545fe457545724a66a2716d0dd4f907cfac92'
4
- data.tar.gz: 521b98bf484b4fc2da12a040329d6f9ec24b1c461a485bf99674de0e466f573c
3
+ metadata.gz: 2f5d677e7683684a69c2367a0618278c3002b2357e55d78903a3d373cda436c1
4
+ data.tar.gz: 84833dc2bff19cc0d52fa98a90aff34894fdee0cf3f4f6fdb37868c21ba71db3
5
5
  SHA512:
6
- metadata.gz: 183a8500985b7c4b0618ac5b56b0301de02283319e82fa3b487f86ad08acff40f82ca5eca08c0485c485970bc2838872441c16a964f7a3aeefa8d6eb1a7029fa
7
- data.tar.gz: 1f97167fc68097c15f3752b6edd3cb78e3372f4cfab48b0f41dd0972dc671dc93feb9a04eacb782e9c9601b0b8d68e9231e4592393bf279c9a5c6f19631eeb44
6
+ metadata.gz: '03933eaec86f59e555ed08f3d5d5c293c92f735751f5cb170c90f7fbf3aa067e78fdc02eb030bf7f0436ce5c9189623447c8100b4d3747db419379310b86ae2f'
7
+ data.tar.gz: 128507a1cbeac1ae5349aaa439a7c2ff454fff72f0500488554271ce136960c6bdd6676f029d3309039f39950b7729b2ed8fde50276ba0baf49c0efd2488aad6
@@ -1,5 +1,6 @@
1
1
  module Commonbase
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace Commonbase
4
+
4
5
  end
5
6
  end
@@ -1,3 +1,3 @@
1
1
  module Commonbase
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-22 00:00:00.000000000 Z
11
+ date: 2025-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -36,11 +36,9 @@ files:
36
36
  - Rakefile
37
37
  - app/assets/config/commonbase_manifest.js
38
38
  - app/assets/stylesheets/commonbase/application.css
39
- - app/controllers/commonbase/application_controller.rb
40
39
  - app/helpers/commonbase/application_helper.rb
41
40
  - app/jobs/commonbase/application_job.rb
42
41
  - app/mailers/commonbase/application_mailer.rb
43
- - app/models/commonbase/application_record.rb
44
42
  - app/views/layouts/commonbase/application.html.erb
45
43
  - config/routes.rb
46
44
  - lib/commonbase.rb
@@ -1,4 +0,0 @@
1
- module Commonbase
2
- class ApplicationController < ActionController::Base
3
- end
4
- end
@@ -1,5 +0,0 @@
1
- module Commonbase
2
- class ApplicationRecord < ActiveRecord::Base
3
- self.abstract_class = true
4
- end
5
- end