fauxhai 6.0.0 → 6.0.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
  SHA256:
3
- metadata.gz: 4bfa66da30a54ecc43e5055c06612b0a401462fd8dc6138969c05dbff5764985
4
- data.tar.gz: dc9a1fee8032dc853e3c6fb39bcec2ce9e81749d1b46e3d4ded32875b209ed45
3
+ metadata.gz: d00e63bbca7f490810371e6f1d7a28e85c92bd9c2cfb5561aaa14a0ef3d2273a
4
+ data.tar.gz: 3e2a8e4ae88355a9fdcb266d409853379ee1c17f56c693931eefb53a9b4cb5cd
5
5
  SHA512:
6
- metadata.gz: 880f11408f824e88a8b95a1140d7ece3ec271a35d16b82c0733bf0e79f437ed7ec81662bac48095d0f71f4093686c126ce6fc20a23045565a2117a3ac76dca9c
7
- data.tar.gz: 6a212423b2e04a42c8e9fc765a0d1279e7f7b79c1a96c08588616b3e0be0afdcfbf08d9a4a6a7fa3a4c9659b2277e9a269c8047975f1ccecd655d6a6e1e3e39d
6
+ metadata.gz: 44baf4d86bf60cb0dfe5bd73d91d60c3bc00dcbff14efa1bc4418b173ce593f5e5648ea74218011b72caaa411382c297332774706b4d7c3c3aca8f1b791dd51e
7
+ data.tar.gz: 0c3ad804efc88955fa476789ad13e78c15d70465d5059f1647f495cb85877155b76baaf742233bf32316d5c165e12adf15cac6055842b36b9a168176b2705901
@@ -1,5 +1,9 @@
1
1
  # Fauxhai Changelog
2
2
 
3
+ ## v6.0.1 (2018-03-07)
4
+
5
+ - Updated the deprecation warning to now show the date files will be removed as 3/2019 in the Fauxhai 7.0 release.
6
+
3
7
  ## v6.0.0 (2018-03-07)
4
8
 
5
9
  ### Removed Deprecated Platforms
@@ -86,7 +86,7 @@ module Fauxhai
86
86
  def parse_and_validate(unparsed_data)
87
87
  parsed_data = JSON.parse(unparsed_data)
88
88
  if parsed_data['deprecated']
89
- STDERR.puts "WARNING: Fauxhai platform data for #{parsed_data['platform']} #{parsed_data['platform_version']} is deprecated and will be removed in the 6.0 release 3/2018. #{PLATFORM_LIST_MESSAGE}"
89
+ STDERR.puts "WARNING: Fauxhai platform data for #{parsed_data['platform']} #{parsed_data['platform_version']} is deprecated and will be removed in the 7.0 release 3/2019. #{PLATFORM_LIST_MESSAGE}"
90
90
  end
91
91
  parsed_data
92
92
  end
@@ -1,3 +1,3 @@
1
1
  module Fauxhai
2
- VERSION = '6.0.0'.freeze
2
+ VERSION = '6.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fauxhai
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Vargo