netzke-core 6.5.0.0.rc1 → 6.5.0.0.rc2

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
  SHA1:
3
- metadata.gz: 364a0ced50530abfe4cd40c8476fd1488f38c36f
4
- data.tar.gz: 9246a6f3e5d5ad641d42676cc90bd1eb48978eb0
3
+ metadata.gz: 66c2026d18b3a71ec8c2e635b226d8bd75fa47c8
4
+ data.tar.gz: 52d8816ce44c6f3a5f4ccaff0eb8d99a20397d96
5
5
  SHA512:
6
- metadata.gz: d3d0e972371a38f2c2c091a5f5d398e8c9f0eb66f793e78c68abcc894dc6720cee2bd766b0c1f7b41916e959748ee8bb0f8ae4d1721b0e1060703dd56e95cce2
7
- data.tar.gz: ec16ea789abd4c62c8a22fb4c6bfb816e927f3a5ed6d4558da0b2ca196c84bdc9ac1701e0c84a2f42e94a4befb6406c1d62a3ad5d55b2a5138264fa4d5ea6d9e
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 version convention: the first 2 numbers correspond to the major Ext JS and Rails versions respectively.
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
 
@@ -74,7 +74,7 @@ module Netzke
74
74
  }
75
75
 
76
76
  format.css {
77
- render html: Netzke::Core::DynamicAssets.ext_css, content_type: 'text/css'
77
+ render plain: Netzke::Core::DynamicAssets.ext_css, content_type: 'text/css'
78
78
  }
79
79
  end
80
80
  end
@@ -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 -= ["#{app.config.root}/app/components"]
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
@@ -1,5 +1,5 @@
1
1
  module Netzke
2
2
  module Core
3
- VERSION = "6.5.0.0.rc1"
3
+ VERSION = "6.5.0.0.rc2"
4
4
  end
5
5
  end
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.rc1
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-06 00:00:00.000000000 Z
11
+ date: 2017-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uglifier