feed2imap 1.3.2 → 1.3.3

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: 6a8d75ff963e56a991f8180012db653147c9e2b4520565916c94083ad160f3b6
4
- data.tar.gz: 68992f2ae03c5f3c29763c4fd2becb2912e94c8d47d607230b0ec21b40c9b136
3
+ metadata.gz: b830ec48647c30f9e60e6654b001f494823a5b630b8518ed05ff844f302d0bbc
4
+ data.tar.gz: 3d36e31780cbef843a6c16c0f308a47d9f750a877a287c322961fcf0a1500522
5
5
  SHA512:
6
- metadata.gz: 676f9c559b6ff084c3da469a8df713677b65399702c32e8e995f14f0b5f5de818ca50b54c1814034aa9b07722c130e48357d012f2110b154913d0742c085a45c
7
- data.tar.gz: 38dcbc31f225873dbf22907682edbd7e7114e10a95ffb30bdf335f459849910e34052326202181e1b37a740c801b1dc7c1ca05d614df34ca71a55b7a61103fc6
6
+ metadata.gz: f7c7144ae49e7b06dcc8cdcfaf7051074c0ca398e79458d7557cbc76e85a854049fa83749bc043ed1d872daa9aad5febb81dc02b3d15515d5e8fddf665090d7b
7
+ data.tar.gz: f7ec3f4f3620a91306bbfc4428588a267da183388ed01bda94f0432364a263273d518f339b5e93440f4f8e80799784db072885845c098d879a22e388bee5466c
@@ -40,7 +40,7 @@ class F2IConfig
40
40
  # Load the configuration from the IO stream
41
41
  # TODO should do some sanity check on the data read.
42
42
  def initialize(io)
43
- @conf = YAML::load(io, aliases: true)
43
+ @conf = YAML::safe_load(io, aliases: true)
44
44
  @cache = @conf['cache'] || DEFCACHE
45
45
  @dumpdir = @conf['dumpdir'] || nil
46
46
  @conf['feeds'] ||= []
@@ -1,3 +1,3 @@
1
1
  class Feed2Imap
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feed2imap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Nussbaum