nexpose_ticketing 1.5.0 → 1.5.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: d1458f962f3e9bd3d18d9d2286438b3525d41811
4
- data.tar.gz: 8eb1e53fe25c1562148ca9c83d04d79771cf68df
3
+ metadata.gz: 5565130dee6d656e6dcf137e5b15292b463121a3
4
+ data.tar.gz: 02b652f6921f322fba0b06a1318250dee45659f2
5
5
  SHA512:
6
- metadata.gz: c81d2388596d93be2da301efafbbb96d9baf84a690cb5b75208839749ced211e690b477410b1a09bc0101f077584f138f5eb554e597ce18c09b30c2648f4ea2c
7
- data.tar.gz: d1d3a1394b6de2bc5627f2ee0520dc61369f2ced8dbaa4ac37c89c73e53c340b4c85d911797477bf344f66562b2443eda2dd293c8e03e6a8c442b024c2c4f9ab
6
+ metadata.gz: 01eed6d474199dd80e903d074e6d9d29023cf5f4df33336d28e7a07a1f2f4508ac1e2574637cc1bd148aed5308f22615c2006c763a6ee2ec488c3624b71419c9
7
+ data.tar.gz: 74c9d16fe8097cbfb5baf30dd8190953ed3629a9ef08b41f7ccea40d54e886aa52147ca91bf296e1e563f8524d4429e8ea3c913301bc010fb25a58df779933c0
data/README.md CHANGED
@@ -90,6 +90,10 @@ We welcome contributions to this package. We ask only that pull requests and pat
90
90
 
91
91
  ## Changelog
92
92
 
93
+ ### 1.5.1
94
+ 16-05-17
95
+ Minor update to change storage location of log files.
96
+
93
97
  ### 1.5.0
94
98
  16-05-17
95
99
  Added an encryption configuration file.
@@ -18,7 +18,8 @@ class ConfigParser
18
18
  enc_path = custom_enc_path unless custom_enc_path.nil?
19
19
 
20
20
  enc_path = File.expand_path(enc_path, __FILE__)
21
- config_path = File.expand_path(config_path, __FILE__)
21
+ config_path = File.expand_path(config_path)
22
+
22
23
 
23
24
  generate_keys(enc_path, config_path)
24
25
  encrypt_config(enc_path, config_path)
@@ -6,7 +6,7 @@ require 'singleton'
6
6
  module NexposeTicketing
7
7
  class NxLogger
8
8
  include Singleton
9
- LOG_PATH = "./logs/rapid7_%s.log"
9
+ LOG_PATH = '../logs/rapid7_%s.log'
10
10
  KEY_FORMAT = "external.integration.%s"
11
11
  PRODUCT_FORMAT = "%s_%s"
12
12
 
@@ -1,3 +1,3 @@
1
1
  module NexposeTicketing
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexpose_ticketing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Finol