context_logger 0.0.0 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/context_logger/engine.rb +13 -13
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 333b65a3b19592767012b0e5a6270e730490f3f2
4
- data.tar.gz: 10a3e036c37d9ef3f0d7371ebae863efb273ef68
3
+ metadata.gz: 900d8c3456859bdec954adf14d165221bf602eeb
4
+ data.tar.gz: ac3c11591da5889f6999c6171dc79e1ab93280eb
5
5
  SHA512:
6
- metadata.gz: 306dfde81c68038793a82d0d91534a5bb49b16479361486e8601539df899cf6588aa21d55aecdb573be43f81b8b56ca9287c2e31000275e07e09b312fc2c3821
7
- data.tar.gz: c9f76689f648a08b28915a98c0a47eabb4123d30ec06ccd93d2622c5477bd1c4b50e4ab7a86b71f9a68f8b2ec867435270b3c4f400eed818b4922d8aa6113b93
6
+ metadata.gz: 0ca364023a9944b467246457d88edfc9b7a878736df73dd3019755fab3d40dbe1cfcfd7873bf619fc9c0225c1cdd8dc9187ad11d5f48442e6e466a686590b45a
7
+ data.tar.gz: 6c109616439ea0f547342dad5ae8cae33ceabc44bac0fb6ad993cbbf3ec764a326d56259362eb99014f36bf01a0028261b47f56c13386d94103513c852982f2d
@@ -1,13 +1,13 @@
1
- module ContextLoggerEngine
2
- class Engine < ::Rails::Engine
3
- isolate_namespace ContextLogger
4
-
5
- initializer :append_migrations do |app|
6
- unless app.root.to_s.match root.to_s
7
- config.paths["db/migrate"].expanded.each do |expanded_path|
8
- app.config.paths["db/migrate"] << expanded_path
9
- end
10
- end
11
- end
12
- end
13
- end
1
+ # module ContextLoggerEngine
2
+ # class Engine < ::Rails::Engine
3
+ # isolate_namespace ContextLogger
4
+ #
5
+ # initializer :append_migrations do |app|
6
+ # unless app.root.to_s.match root.to_s
7
+ # config.paths["db/migrate"].expanded.each do |expanded_path|
8
+ # app.config.paths["db/migrate"] << expanded_path
9
+ # end
10
+ # end
11
+ # end
12
+ # end
13
+ # end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: context_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Libster