record_store 5.2.0 → 5.2.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: f2a3ee11fbdf1ec9f6ad3d6442e208eddce4f0f9
4
- data.tar.gz: 91ab6e5a24b817e79d3a5df26e9a023f8448ddaf
3
+ metadata.gz: 7b0eb3158b6884906c3158f0b09e46417b714d9f
4
+ data.tar.gz: f2d23e9c6aee9c94bfd276f8dec1db488d78d900
5
5
  SHA512:
6
- metadata.gz: c542eaaa098aa6e80f8e15307deb0ebc5311a7e2c0e88b672ac4745d286dfcfa1ff0f8b80a074239bc0a2f0d4a15e559ee5b50287df48b8b8c4fff2ec30d865a
7
- data.tar.gz: 0bd9400213e110b1d38f640552a60e86fd25323779fcbb57ca1c0186894c261285a0e178fcaea08d30b21dba4b591439ada66ce50e20421fb081ef51b80e33f4
6
+ metadata.gz: 7aa13c01efa056267a2cdcdb791d288830c2d9372b54ca9ee0ea547bf6b05302d34065128bce6701d5fb655d36425fb28b74bab2abaa3e722c1f10bfe1970b9b
7
+ data.tar.gz: 6ac7dcd241e3385df6b93694514615b4231b599ce18b3a940d15060a4d92d7cda3c4e967fb35379460099d4ed188e41de27c309f404943d56a67b150221dc5fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 5.2.1
4
+ - remove alias at domain root validation
5
+
3
6
  ## 5.2.0
4
7
  - limit request rate for DynECT API to avoid 429 errors [FEATURE]
5
8
 
@@ -1,3 +1,3 @@
1
1
  module RecordStore
2
- VERSION = '5.2.0'.freeze
2
+ VERSION = '5.2.1'.freeze
3
3
  end
@@ -15,7 +15,6 @@ module RecordStore
15
15
  validate :validate_same_ttl_for_records_sharing_fqdn_and_type
16
16
  validate :validate_provider_can_handle_zone_records
17
17
  validate :validate_can_handle_alias_records
18
- validate :validate_alias_points_to_root
19
18
 
20
19
  class << self
21
20
  def download(name, provider_name, **write_options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: record_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Willem van Bergen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-07-09 00:00:00.000000000 Z
12
+ date: 2018-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor