virgo 0.1 → 0.1.1

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: 22fa9b35373b3656f014114d351d4e928fa875f6
4
- data.tar.gz: 4069006ffe4c5cd97e164b26e06e6e57e89add6a
3
+ metadata.gz: 4c5b5660a134735243a1e74ed7ceae39b1880946
4
+ data.tar.gz: 6f2446a0a667156e88ff2ac11026c7bcac34bfe2
5
5
  SHA512:
6
- metadata.gz: eb3b6249266bc415083c1524f7afd51e7bb1d26b4a824bac8be679ffceeb7d5898b06b50e3fc720d8cee241ee84ae25e9be9a7b849bae7306fcdddbf1f7b3ad8
7
- data.tar.gz: 653ea4f7e163815ee275fb486ec9eff0e456b5ae803054be718af121bafb31c726991ddaf211c1360423b78d3389026c191462ed0338e62610a65aec3e8951b9
6
+ metadata.gz: b87463e6542a568875468b9f5e79f23d83babaaca14e8357f8abbbe83c1bdf30cc53d01187875244127f6a1553db1156cd015f2b06cc0f9d47b281f80e902ef1
7
+ data.tar.gz: e9f6e2ddc09cc8c0ef1a259e4c83427a354848ee8b34a74e8ca71147f6ab47d86b5ae4f21b31a0cd57fe709e25582f06446c29861fe4be6873804d4adfc992ef
@@ -104,7 +104,7 @@ module Virgo
104
104
 
105
105
  def notify_exception(env, exception)
106
106
  if ['production', 'staging'].include?(Rails.env)
107
- env["airbrake.error_id"] = notify_airbrake(exception)
107
+ # stub for your exception handling code...
108
108
  end
109
109
  end
110
110
 
@@ -21,6 +21,8 @@ module Virgo
21
21
 
22
22
  config.post_locking_enabled = true
23
23
 
24
+ config.deploy_key = Digest::MD5.hexdigest(Dir["#{Rails.root}/public/assets/**/*"].join(':'))
25
+
24
26
  # some dependencies must be explicitly required if used in an engine...
25
27
  require 'friendly_id'
26
28
  require 'kaminari'
@@ -1,3 +1,3 @@
1
1
  module Virgo
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virgo
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Zaillian