rubyllm-observ 0.6.2 → 0.6.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: b4e9b6c9cbdff527ab0b271d85641c9d0ff4ebaf77cc08da9c11111c3fb6538d
4
- data.tar.gz: 30de5275f31ebb93f6d2b24353b0a7262b29a22abba58dea276217e2dbe1a769
3
+ metadata.gz: a648839b815f45ded484d1b4e97c83a583fff99b3922d4920694c30500e566d4
4
+ data.tar.gz: 6bda76d81a50e4171fbc400c4195e76a6db1c270fe57aab6d2d9182e872f5613
5
5
  SHA512:
6
- metadata.gz: 3711a589d8dd3a381fa24f7d09d4bdadbde03051323878676d05d8eee5c03d1f25e7cb7e67d141fae8b3f0c53ade1104d0dc23f72f95811503428001b87a880d
7
- data.tar.gz: ac3fbd36c37c83935c370fcf76fef53236d6286159e4132e29ba7bc6b4f9c84dacc29c39c4363c168b417724f8072739102dd4749c87f1e819621bdc65565d16
6
+ metadata.gz: 8adeb19ae2ea22fc7aef0190b89d87ca60921a34ef21ab7dc385c8882a0590316a2cc29f1d5cefeb7ab0c5cf27cfa766766a1507f4496aef2c14196e967b57e5
7
+ data.tar.gz: ed4287385ce15431b945d223300213d26a678290fb48a156108a968a76e52476a22dcac1777fbe287842e6fb855bd5c6563de946d0d98e0b2f0eaac410aa66cb
@@ -1,5 +1,5 @@
1
1
  module Observ
2
- class ApplicationController < ::ApplicationController
2
+ class ApplicationController < ActionController::Base
3
3
  layout "observ/application"
4
4
 
5
5
  # Engine-specific configuration
data/lib/observ/engine.rb CHANGED
@@ -17,16 +17,6 @@ module Observ
17
17
  end
18
18
  end
19
19
 
20
- # Asset configuration
21
- initializer "observ.assets" do |app|
22
- # Add engine assets to the asset pipeline
23
- if app.config.respond_to?(:assets)
24
- app.config.assets.paths << root.join("app/assets/stylesheets")
25
- app.config.assets.paths << root.join("app/assets/javascripts")
26
- app.config.assets.precompile += %w[ observ/application.css observ/application.js ]
27
- end
28
- end
29
-
30
20
  # Configure cache warming
31
21
  initializer "observ.configure_cache" do |app|
32
22
  config.after_initialize do
@@ -1,3 +1,3 @@
1
1
  module Observ
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyllm-observ
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franck D'agostini