pandorified 0.9.6 → 0.9.7

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: 1359c917138df0fb37714b0456b0aaa94c254f8991ab2457ca60ae782b4619de
4
- data.tar.gz: '0945175b62667bd00b4878bc300cf08bc1ab088420ba911f173bd4dc51d694dd'
3
+ metadata.gz: 5d2a49f35f2909d4a603bbf2da9ecbf720362d88cf38082b0dfc034353a907ef
4
+ data.tar.gz: 0d82e5ac786ba52b5c6531ad6c624165ee89803fde05fd4155aca0aa06c8803b
5
5
  SHA512:
6
- metadata.gz: 3b110dc1216d78278d8e38815463a1ce06fe6c1914be7a0c6ff434a7707353f6f3f8d97031ce19d1601dcd9ec3a0c551b4a864e018f54f0aca88d9ccac365c6e
7
- data.tar.gz: 6852b2950f544056ca7e1bccd4380bac5acbfc02bc3dbc6e6f0f86bf5cef0fc7ca2c5def7779d2e276e3a67bab763cc7921ae9d77105259f279f67c9effde7f2
6
+ metadata.gz: e268ea3fd5473d26a5f186cd8cc4fe0d7d4d0f69d2f97b9c468f1f84438b6df3a6bf128016e696a22200ef80d46a8cde7e5cd6cf76d4d55eecd197d993a9b76e
7
+ data.tar.gz: 0dc01ce8fe8a948eaec3af2fac3541234a54c40c161b9f10f20795eea8a37e07112034119f87cc3cda59e5557d9b4631a4586bcf61f2a6f985efab70c7f3d713
data/README.md CHANGED
@@ -53,7 +53,7 @@ Author
53
53
  License
54
54
  -------
55
55
 
56
- Copyright © 2011-2019 Justin Workman
56
+ Copyright © 2011-2021 Justin Workman
57
57
 
58
58
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
59
59
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pandorified
4
- VERSION = '0.9.6'
4
+ VERSION = '0.9.7'
5
5
  end
data/pandorified.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
 
24
24
  spec.require_paths = ['lib']
25
25
 
26
- spec.add_runtime_dependency 'nokogiri', '>= 1.11.4'
26
+ spec.add_runtime_dependency 'nokogiri', '>= 1.12.5'
27
27
  spec.add_runtime_dependency 'rest-client', '>= 1.7.3'
28
28
 
29
29
  spec.add_development_dependency 'rspec'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandorified
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Workman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-26 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.11.4
19
+ version: 1.12.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.11.4
26
+ version: 1.12.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rest-client
29
29
  requirement: !ruby/object:Gem::Requirement