nativegap 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc8a408a604de0b56962d9cf78a90d5197de8b995e8d30b4cde70477b253655f
4
- data.tar.gz: fc0717805eca3e8b461d7691b5fe5fcf23f4f099187db8c38677cf17292b10f7
3
+ metadata.gz: 46a81ad503fba734e2613af9f6ab7f02fecf92bb3a0f8ac35aea40fb227b1dd3
4
+ data.tar.gz: 50afeec73934d0a891b2b4bbf35e8dd51a0a51933a6fa30574e2ab453f011cff
5
5
  SHA512:
6
- metadata.gz: 1ecdbaecea65f77db8b74cf846074e52fe3d03dd2ff449ec99fa86f62b92751434f3666f54cfc0af674f83bed0ad43772407d176f040a22abaf295d1017b1465
7
- data.tar.gz: f8584659e8b24588f489370e8357a528eecfdf2c734ae17637edd0ed181fc320bfa82a1718252c8159fe58ad5ede00a25a21164edd5f1bbe6010bde4d0ef8cd3
6
+ metadata.gz: ef8545d9a6b1c170eb1883c896e110881eb94beee30430000e7805957dfb7184738c28406f0eb62939837b2627f8c9e1fe5b49198c6390c6d8e13650962c6f70
7
+ data.tar.gz: be89c5c9dbf0970ae415efa885e2d2036dd370c22c9cdc1176c939ac6aba7f31e013630ad424325772d2104b04b4850779361be9dc39baa3d70640d95aa17181
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 3.0.3 - 2018/02/23
8
+
9
+ * bugfixes
10
+ * fixed `uninitialized constant NativeGap::Railtie::NativeGapHelper`
11
+
7
12
  ### 3.0.2 - 2018/02/23
8
13
 
9
14
  * bugfixes
@@ -1,4 +1,4 @@
1
- module NativeHelper
1
+ module NativeGapHelper
2
2
 
3
3
  def current_app
4
4
  NativeGap::App.find(cookies[:nativegapAppId]) if cookies[:nativegapAppId]
@@ -1,5 +1,5 @@
1
1
  module NativeGap
2
2
 
3
- VERSION = '3.0.2'
3
+ VERSION = '3.0.3'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nativegap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
@@ -76,7 +76,7 @@ files:
76
76
  - LICENSE
77
77
  - README.md
78
78
  - app/controllers/concerns/native_gap_controller.rb
79
- - app/helpers/native_helper.rb
79
+ - app/helpers/native_gap_helper.rb
80
80
  - app/models/concerns/native_gap_model.rb
81
81
  - app/models/native_gap/app_library.rb
82
82
  - app/views/mozaic/nativegap/_assets.html.erb