factfill 0.0.1 → 0.0.2

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: 2ee6b11e9826ae3133659f501b9b757068d2eda7
4
- data.tar.gz: 8f20314d593156f164235f494c8437fc9e67f9b0
3
+ metadata.gz: cbed3e8a481628997a4f38dfec0cb0b06f3756c4
4
+ data.tar.gz: 68557cba65346fed22ab3d390945026d28816473
5
5
  SHA512:
6
- metadata.gz: 80e8d6e7301ec804d9acda6bf42839bfc0303d626092e86cc610b82b17c7713f2c038a03979f4d3cd1c249b34b31d8f79e3f56d92d53055288abe43fc7040da0
7
- data.tar.gz: 98c1c05afc293e88f0d5076dac4ff96363986d5ecc28def17f7ba92bc6bfb57faceb93c497166ec8db248c4adc21a1374aa502669b1c266930193b05bcfe8029
6
+ metadata.gz: 5aca2ac0a46b916ee81d8c04505dd36182785cb154849782a72a5d453eace7fda3d90d89ac83862980c08a2e1471f6ddd732a6ff2862b66d46def4e54e6e85a9
7
+ data.tar.gz: 792090cbacfcb1d4f28a4d260bec619a79d7043f1a95580b196d3a636ae2130fce55bc22f8e7dfbb776f916f63d6d9baa5290af6fc520af9e00d29b8cee335b3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factfill (0.0.1)
4
+ factfill (0.0.2)
5
5
  gli (= 2.13.2)
6
6
 
7
7
  GEM
@@ -29,7 +29,7 @@ module Factfill
29
29
  "certname" => certname,
30
30
  "environment" => environment,
31
31
  "values" => values,
32
- "producer_timestamp" => Time.now.strftime("%m-%d-%Y")
32
+ "producer_timestamp" => Time.now.strftime("%Y-%m-%d")
33
33
  }
34
34
  }
35
35
  host = 'localhost'
@@ -1,3 +1,3 @@
1
1
  module Factfill
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factfill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Your Name Here