thecore_api 1.2.8 → 1.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/thecore_api/engine.rb +1 -1
- data/lib/thecore_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee696aacf1b0d3c09bfd32c87b50c0a80b23885aa8e9c2d502feb18c8143acfe
|
4
|
+
data.tar.gz: 334177918179c064d4e4befd95706689d4b956352259bb80088bbb9bca2c3e90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04750ed5e942de5053e953c2019d5184bc5c04aeb0fcf9cb6759301c7456ad467fb4a93218d8d7fedcf5c88e468f389e71cf332c0f91d2f2da56b87305d1fff2
|
7
|
+
data.tar.gz: 19af2ccd66a3a0873ae2555d51704e042461e2397605079bec154733806f6862d620346c1c09758e3af6a6f9fad84740bfa89deebacdfb5aaec6adaac8e39d42
|
data/lib/thecore_api/engine.rb
CHANGED
@@ -2,7 +2,7 @@ module ThecoreApi
|
|
2
2
|
class Engine < ::Rails::Engine
|
3
3
|
# appending migrations to the main app's ones
|
4
4
|
initializer :append_migrations do |app|
|
5
|
-
unless app.root.to_s
|
5
|
+
unless app.root.to_s.match root.to_s
|
6
6
|
config.paths["db/migrate"].expanded.each do |expanded_path|
|
7
7
|
app.config.paths["db/migrate"] << expanded_path
|
8
8
|
end
|
data/lib/thecore_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore
|