rubyllm-observ 0.6.2 → 0.6.3

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: 041abc0d84639abe68047f213f9ebb0fdd0c466b37911c6b1252b058200fec4c
4
+ data.tar.gz: 81ee558216806f5ee968842ddbaf7c47e601dd479f083f2f35a31220b5a6650c
5
5
  SHA512:
6
- metadata.gz: 3711a589d8dd3a381fa24f7d09d4bdadbde03051323878676d05d8eee5c03d1f25e7cb7e67d141fae8b3f0c53ade1104d0dc23f72f95811503428001b87a880d
7
- data.tar.gz: ac3fbd36c37c83935c370fcf76fef53236d6286159e4132e29ba7bc6b4f9c84dacc29c39c4363c168b417724f8072739102dd4749c87f1e819621bdc65565d16
6
+ metadata.gz: 78097776aa1399e6c8e8a31e7c17cc769472fdc45a67b778c0f80d6413c1d95a13abb1c5551768aaf77a6ad7395031437511a785278828ddbd7bcc4875dbbfd3
7
+ data.tar.gz: f4afb36b7ef715ba051d4ccd68b9ec545cda4e9f6a430b6c68fbf6b51a7cee44f3413ba1423e78e67a243033744a66e5043e4365acb5f063e1bd940b51559324
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.3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franck D'agostini