pushbullet_client 0.0.8 → 0.0.9

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: 1b61ec167511a70fe5f98c76377a38b5f811e8d6dd962107ce5abbf997c34867
4
- data.tar.gz: 3ad3237081c2c3fe3da049843d2aacb9c9f56b29ab11bf05bd18f06b58598919
3
+ metadata.gz: 67675068f22a77283a95478c5bbcf125dfedb2dc12b1b7b6d6843145ea1d6805
4
+ data.tar.gz: 934f89ed717726250815cfe3628e6f7b4de3d51bab9c6fe916aeb6eed35ecb23
5
5
  SHA512:
6
- metadata.gz: 89f7a42c5288d0cb9cf5dcf34cdea7ed7f1ee1638f86e0405d2b1dc525c77f493bea35f2d70c5ba6b094a50297835a13ddcfb21d32b1ce77024b086dfddee8d4
7
- data.tar.gz: 1385b5df261a067936564c92d2e29346eff160c219cd577f8d7b01217537035396ecc8e880f6cba1f7f30b43b36c1d6ca1b56878ee0edb4604796d347361beac
6
+ metadata.gz: 10aaa81ac690bd6963628a7067fb1c770c587d2a2bf2f04487906ca764d2dcf41528d1e9bbd50960d63816cd7a55cb900201e8c96f6d4c88447e3a1d52049349
7
+ data.tar.gz: ab9a9f91c8f3365e959b4f9dae1c10ebb51ad26d6481531df7caef6fedd84203563dd6a79a8de8ca17b3ea48988251f5c9b4906853a22c53c6f9d666ef400b9b
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.1.3
data/Gemfile.lock CHANGED
@@ -4,20 +4,20 @@ PATH
4
4
  pushbullet_client (0.0.8)
5
5
  active_attr (~> 0.15.4)
6
6
  httparty (~> 0.20.0)
7
- nokogiri (~> 1.13.1)
7
+ nokogiri (~> 1.13.10)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.0.1)
13
- actionview (= 7.0.1)
14
- activesupport (= 7.0.1)
12
+ actionpack (7.0.4)
13
+ actionview (= 7.0.4)
14
+ activesupport (= 7.0.4)
15
15
  rack (~> 2.0, >= 2.2.0)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (7.0.1)
20
- activesupport (= 7.0.1)
19
+ actionview (7.0.4)
20
+ activesupport (= 7.0.4)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
@@ -26,30 +26,30 @@ GEM
26
26
  actionpack (>= 3.0.2, < 7.1)
27
27
  activemodel (>= 3.0.2, < 7.1)
28
28
  activesupport (>= 3.0.2, < 7.1)
29
- activemodel (7.0.1)
30
- activesupport (= 7.0.1)
31
- activesupport (7.0.1)
29
+ activemodel (7.0.4)
30
+ activesupport (= 7.0.4)
31
+ activesupport (7.0.4)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 1.6, < 2)
34
34
  minitest (>= 5.1)
35
35
  tzinfo (~> 2.0)
36
- addressable (2.8.0)
37
- public_suffix (>= 2.0.2, < 5.0)
36
+ addressable (2.8.1)
37
+ public_suffix (>= 2.0.2, < 6.0)
38
38
  ansi (1.5.0)
39
39
  builder (3.2.4)
40
40
  coderay (1.1.3)
41
- concurrent-ruby (1.1.9)
41
+ concurrent-ruby (1.1.10)
42
42
  crack (0.4.5)
43
43
  rexml
44
44
  crass (1.0.6)
45
- erubi (1.10.0)
45
+ erubi (1.11.0)
46
46
  hashdiff (1.0.1)
47
47
  httparty (0.20.0)
48
48
  mime-types (~> 3.0)
49
49
  multi_xml (>= 0.5.2)
50
- i18n (1.8.11)
50
+ i18n (1.12.0)
51
51
  concurrent-ruby (~> 1.0)
52
- loofah (2.13.0)
52
+ loofah (2.19.1)
53
53
  crass (~> 1.0.2)
54
54
  nokogiri (>= 1.5.9)
55
55
  method_source (1.0.0)
@@ -66,26 +66,26 @@ GEM
66
66
  ruby-progressbar
67
67
  mocha (1.13.0)
68
68
  multi_xml (0.6.0)
69
- nokogiri (1.13.1-x86_64-linux)
69
+ nokogiri (1.13.10-arm64-darwin)
70
70
  racc (~> 1.4)
71
71
  pry (0.14.1)
72
72
  coderay (~> 1.1)
73
73
  method_source (~> 1.0)
74
- public_suffix (4.0.6)
75
- racc (1.6.0)
76
- rack (2.2.3)
77
- rack-test (1.1.0)
78
- rack (>= 1.0, < 3)
74
+ public_suffix (5.0.1)
75
+ racc (1.6.1)
76
+ rack (2.2.4)
77
+ rack-test (2.0.2)
78
+ rack (>= 1.3)
79
79
  rails-dom-testing (2.0.3)
80
80
  activesupport (>= 4.2.0)
81
81
  nokogiri (>= 1.6)
82
- rails-html-sanitizer (1.4.2)
83
- loofah (~> 2.3)
82
+ rails-html-sanitizer (1.4.4)
83
+ loofah (~> 2.19, >= 2.19.1)
84
84
  rake (13.0.6)
85
85
  rexml (3.2.5)
86
86
  ruby-progressbar (1.11.0)
87
- timecop (0.9.4)
88
- tzinfo (2.0.4)
87
+ timecop (0.9.6)
88
+ tzinfo (2.0.5)
89
89
  concurrent-ruby (~> 1.0)
90
90
  webmock (3.14.0)
91
91
  addressable (>= 2.8.0)
@@ -93,7 +93,7 @@ GEM
93
93
  hashdiff (>= 0.4.0, < 2.0.0)
94
94
 
95
95
  PLATFORMS
96
- x86_64-linux
96
+ arm64-darwin-22
97
97
 
98
98
  DEPENDENCIES
99
99
  bundler (~> 2.3.5)
@@ -108,4 +108,4 @@ DEPENDENCIES
108
108
  webmock (~> 3.14.0)
109
109
 
110
110
  BUNDLED WITH
111
- 2.3.5
111
+ 2.3.26
@@ -1,3 +1,3 @@
1
1
  module Pushbullet
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.add_dependency "httparty", "~> 0.20.0"
26
26
  spec.add_dependency "active_attr", "~> 0.15.4"
27
- spec.add_dependency "nokogiri", "~> 1.13.1"
27
+ spec.add_dependency "nokogiri", "~> 1.13.10"
28
28
 
29
29
  # Development dependancies
30
30
  spec.add_development_dependency "bundler", "~> 2.3.5"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushbullet_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-16 00:00:00.000000000 Z
11
+ date: 2022-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.13.1
47
+ version: 1.13.10
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.13.1
54
+ version: 1.13.10
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0'
232
232
  requirements: []
233
- rubygems_version: 3.3.3
233
+ rubygems_version: 3.3.26
234
234
  signing_key:
235
235
  specification_version: 4
236
236
  summary: A client for using the Pushbullet API in Ruby.