netzke-core 6.5.0.0.rc1 → 6.5.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/netzke/core/railz/controller_extensions.rb +1 -1
- data/lib/netzke/core/railz/engine.rb +1 -2
- data/lib/netzke/core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c2026d18b3a71ec8c2e635b226d8bd75fa47c8
|
4
|
+
data.tar.gz: 52d8816ce44c6f3a5f4ccaff0eb8d99a20397d96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f76fed91ff43fd273b7216fdbf10724f28fd366755ab791b8aa7b8630ab3f220f00f68d7f84919dba553483450c7625fc7412bd780480c1caa8daa3b2cb4fb38
|
7
|
+
data.tar.gz: 790b6d462e04f5867266c22fe9186fe34b2e2bd013896c836a9cb36a2b365a4c635b76a1f79ca9a73833e41a67d4d62536c59684014ecfa9fe567a1fb51d5a68
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
* Support for Ext JS 6.5
|
4
4
|
* Support for Rails 5.1
|
5
|
-
* New
|
5
|
+
* New versioning convention: the first 2 numbers correspond to the major Ext JS and Rails versions respectively.
|
6
6
|
|
7
7
|
# v1.0.1.0 - 2016-05-01
|
8
8
|
|
@@ -2,8 +2,7 @@ module Netzke
|
|
2
2
|
module Railz
|
3
3
|
class Engine < Rails::Engine
|
4
4
|
initializer "netzke.core" do |app|
|
5
|
-
app.config.eager_load_paths
|
6
|
-
app.config.autoload_paths += ["#{app.config.root}/app/components"]
|
5
|
+
# app.config.eager_load_paths += ["#{app.config.root}/app/components"]
|
7
6
|
end
|
8
7
|
|
9
8
|
# before loading initializers
|
data/lib/netzke/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: netzke-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.5.0.0.
|
4
|
+
version: 6.5.0.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Gorin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: uglifier
|