concerto_hardware 0.4 → 0.6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 186d33539240543220c3e8bf64bb23faa40d8012
|
4
|
+
data.tar.gz: 64915da3b071bd54ace66a802a73dc1e529f7106
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3204c8e5869116dfb1e6d30adb64ec67bf5a284ffa3fcc05d4f0f1789b1f935003472eabdcfcdcc85918e74231f906dbd511a0aa3368a90b9598db44f6a4f9d
|
7
|
+
data.tar.gz: 1ddcb546b46c215edb5a6561a51abc5c44483aa6424f89381aa08fdc2410098609708c89f72cbac1fde6ac5715be388123f54e1c5c2e96ffc07bbf4716d21769
|
@@ -7,7 +7,6 @@ module ConcertoHardware
|
|
7
7
|
# Note that links back to the main application will need to directly
|
8
8
|
# reference the main_app router.
|
9
9
|
class ApplicationController < ::ApplicationController
|
10
|
-
unloadable # Marks this class for reloading in development mode
|
11
10
|
def current_ability
|
12
11
|
# Use the Ability class defined in this engine's namespace.
|
13
12
|
# It is designed to also include the rules from the main app.
|
@@ -24,10 +24,10 @@ module ConcertoHardware
|
|
24
24
|
:seq_no => 999,
|
25
25
|
:description => "Client hardware polling interval in seconds")
|
26
26
|
|
27
|
-
# Some code to run at app boot
|
28
|
-
init do
|
29
|
-
|
30
|
-
end
|
27
|
+
# Some code to run at app boot (example)
|
28
|
+
# init do
|
29
|
+
# Rails.logger.info "ConcertoHardware: Initialization code is running"
|
30
|
+
# end
|
31
31
|
|
32
32
|
# The following hooks allow integration into the main Concerto app
|
33
33
|
# at the controller and view levels.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concerto_hardware
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.6'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Concerto Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|