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: 60218790f815f50493889a41f7159684350b2832
4
- data.tar.gz: 59f19eff655c4ab07161be98783b3aec94ce2fb0
3
+ metadata.gz: 186d33539240543220c3e8bf64bb23faa40d8012
4
+ data.tar.gz: 64915da3b071bd54ace66a802a73dc1e529f7106
5
5
  SHA512:
6
- metadata.gz: 363b0240ff7675c4ca9a5652fc0e46b4fa4dc1b512cd783cca2a320e519b2d6249a487111edabe9038d9fabc242c1f3fb5fb49caadb056f31362d757cbd74df6
7
- data.tar.gz: a053a3a1ad62e64d49df6f002f5e561db33f926b3ab489d12870d885c363ccbed37aa468a073080aba71dd43ff1c711519c01df2f0f181a6e772b07e93c98474
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
- Rails.logger.info "ConcertoHardware: Initialization code is running"
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.
@@ -1,3 +1,3 @@
1
1
  module ConcertoHardware
2
- VERSION = "0.4"
2
+ VERSION = "0.6"
3
3
  end
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'
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-06 00:00:00.000000000 Z
11
+ date: 2015-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails