norad_beacon 0.1.4 → 0.1.5

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: 2947fc7310fe218b9a224ac924a54d8bdbf2ae1c
4
- data.tar.gz: c63ab35803595c7d6ad1ef93d680e12aed830cef
3
+ metadata.gz: 493261db07c8a9508e4e9acf6a08bbe18a4d4ba2
4
+ data.tar.gz: b1e539d86334dd97fb3c353cced013c692b9edf8
5
5
  SHA512:
6
- metadata.gz: 930d9699e9537f1a92e141e243e5c9565abe47c43f3342c74d60971c3b8d3ce47fd92a0982114aa9a23123feaa2481c3ef32d1ac1a6415dd72781dd56f632540
7
- data.tar.gz: 5cb41b6a56aecc5668ff55ff1db53e0f751dc80b12f7fba287726a052ae12b3976555ff06c931c7690d1e18531543782f817009a1db619ce49a80bcbef8b0209
6
+ metadata.gz: 67eb0d6a8cf25d5855810a596a9d290c3b5824e62be0d679d768e4b87170a99f7467ff5e1483471c148d7a92e5428b13ab3beb47b5508ee6834a9109d98035d3
7
+ data.tar.gz: 90761a3330b5adf854c1a2f269849cbdb43cf37b360a57da7143a47eda9a9fdbb64b2b137162bd52da412c6b25f25441f4484c4bdd6a264d2d3c9d6fd43984e8
@@ -13,6 +13,10 @@ module NoradBeacon
13
13
  http_req http_payload, :post
14
14
  end
15
15
 
16
+ def patch_payload(http_payload)
17
+ http_req http_payload, :patch
18
+ end
19
+
16
20
  def delete_payload(http_payload)
17
21
  http_req http_payload, :delete
18
22
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NoradBeacon
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norad_beacon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hitchcock
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-07-13 00:00:00.000000000 Z
13
+ date: 2017-10-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty