testa_logger 0.1.1 → 0.1.2

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: 89722d19ac01e5ddaf0aa1526c19fee4fc5e9d9649d9b457317755efb06048a2
4
- data.tar.gz: 235870eaf9cf5196867a3bd533c45728754408af0de93f92f41a2980d2836d94
3
+ metadata.gz: b246a8edd93504bfcfaaec61ddfbf9c06bddd1dc58624af614dbfdb81fdaeda8
4
+ data.tar.gz: c71b59ea05f9688a0c055fafc4ebddb110e51aabaeb3b6559385923bcabb8c2b
5
5
  SHA512:
6
- metadata.gz: d8b8e2d664fca255277f2c0681c833cfa6c5cb613d19cb29127c15b6eb2429a8874504cb8102b77575e757337477519f791f5b42c84938f3bdc8b34149b13f10
7
- data.tar.gz: 89fc9c9dc8d65e12656647297e8b607a12c48800979e5ff7d616bd354d5b0d0d0f71170afea35766bbd65445735e68b80fd7e63bafdfc63f341b39943ab9cf06
6
+ metadata.gz: c265670fda3e2fd39bd62e8c25d02ee13ee1acfdc9cf9754f464a04b7138891078d35db344d6b69cf7ad0c13aaa295bfdde6d4ba3aa627cd469b0b151bf85190
7
+ data.tar.gz: 479851b409debb4e1e72004212bd56646ebc53ccd0cc8223d2cc26cc5e9cd473839ff1b339c66463a5e22b53296a425576c5e1556921bdf69fcddbe56e626ed5
@@ -53,7 +53,7 @@ module TestaLogger
53
53
  @options.persist = options[:persist] unless options[:persist].nil?
54
54
  @options.faye_url = options[:faye_url] unless options[:faye_url].nil?
55
55
  @options.faye_token = options[:faye_token] unless options[:faye_token].nil?
56
- @options.s3_creds = options[:s3_creds].deep_symbolize_keys unless options[:s3_creds].empty?
56
+ @options.s3_creds = options[:s3_creds].deep_symbolize_keys unless options[:s3_creds].blank?
57
57
  end
58
58
 
59
59
  def create_log_file
@@ -1,3 +1,3 @@
1
1
  module TestaLogger
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/logger.iml CHANGED
@@ -22,7 +22,7 @@
22
22
  <orderEntry type="library" scope="PROVIDED" name="jmespath (v1.6.1, RVM: ruby-2.7.6) [gem]" level="application" />
23
23
  <orderEntry type="library" scope="PROVIDED" name="json (v2.6.2, RVM: ruby-2.7.6) [gem]" level="application" />
24
24
  <orderEntry type="library" scope="PROVIDED" name="minitest (v5.16.2, RVM: ruby-2.7.6) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="ostruct (v0.2.0, RVM: ruby-2.7.6) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="ostruct (v0.5.5, RVM: ruby-2.7.6) [gem]" level="application" />
26
26
  <orderEntry type="library" scope="PROVIDED" name="parallel (v1.22.1, RVM: ruby-2.7.6) [gem]" level="application" />
27
27
  <orderEntry type="library" scope="PROVIDED" name="parser (v3.1.2.1, RVM: ruby-2.7.6) [gem]" level="application" />
28
28
  <orderEntry type="library" scope="PROVIDED" name="rack (v2.2.4, RVM: ruby-2.7.6) [gem]" level="application" />
@@ -43,21 +43,21 @@
43
43
  <option name="myRootTask">
44
44
  <RakeTaskImpl id="rake">
45
45
  <subtasks>
46
- <RakeTaskImpl description="Build testa_logger-0.1.0.gem into the pkg directory" fullCommand="build" id="build" />
46
+ <RakeTaskImpl description="Build testa_logger-0.1.1.gem into the pkg directory" fullCommand="build" id="build" />
47
47
  <RakeTaskImpl id="build">
48
48
  <subtasks>
49
- <RakeTaskImpl description="Generate SHA512 checksum if testa_logger-0.1.0.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
49
+ <RakeTaskImpl description="Generate SHA512 checksum if testa_logger-0.1.1.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
50
50
  </subtasks>
51
51
  </RakeTaskImpl>
52
52
  <RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
53
53
  <RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
54
- <RakeTaskImpl description="Build and install testa_logger-0.1.0.gem into system gems" fullCommand="install" id="install" />
54
+ <RakeTaskImpl description="Build and install testa_logger-0.1.1.gem into system gems" fullCommand="install" id="install" />
55
55
  <RakeTaskImpl id="install">
56
56
  <subtasks>
57
- <RakeTaskImpl description="Build and install testa_logger-0.1.0.gem into system gems without network access" fullCommand="install:local" id="local" />
57
+ <RakeTaskImpl description="Build and install testa_logger-0.1.1.gem into system gems without network access" fullCommand="install:local" id="local" />
58
58
  </subtasks>
59
59
  </RakeTaskImpl>
60
- <RakeTaskImpl description="Create tag v0.1.0 and build and push testa_logger-0.1.0.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
60
+ <RakeTaskImpl description="Create tag v0.1.1 and build and push testa_logger-0.1.1.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
61
61
  <RakeTaskImpl description="Run tests" fullCommand="test" id="test" />
62
62
  <RakeTaskImpl description="" fullCommand="default" id="default" />
63
63
  <RakeTaskImpl description="" fullCommand="release" id="release" />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testa_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - karlo.razumovic