whd_ticket 0.2.5 → 0.2.6

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: 2ff4c912490afeec5ee6165ca8d6eaafe13f8036
4
- data.tar.gz: 0d642a1817cc17a72ad04e2e31c9096123003daf
3
+ metadata.gz: d91fd92ff46a01936aa455aa5a4fe51b40fc48e7
4
+ data.tar.gz: 6eb5a464609cd3e67a69208d995c3bde3e682ca7
5
5
  SHA512:
6
- metadata.gz: 840c3639f81c9f6281373f29e7df3c3526692a39ab7fb963a288d77b3e226de46d3de004446f03ccf6e9e392cd451501e7f86e4e803c271cabea3598069cc067
7
- data.tar.gz: 5c8de757fb6609175a37a84b9b6de523619f953cb7f850a0d5b815945d606845ee9de600b64158019d9814e8c6fb0c423fefeb2b38629ac98e660ac99e805b1f
6
+ metadata.gz: 7a72d46b897db8ec214c5f421d964e36b54966e4e046bde61af57149eed730779b38979ba770f14ee98387030c6eabec5c9fe089aa35a8cfc9d5f9c3249b4d99
7
+ data.tar.gz: c8b81e8fc22a24c99e082fb0fc73d948dae243bfd255bb5f701dbf1cac98480438a6020b336c0b1334116f83cce63e2177cfb7ab18b3fac96c713a2fecb8ebc3
data/lib/whd_ticket.rb CHANGED
@@ -15,7 +15,7 @@ module WHD
15
15
  exit
16
16
  end
17
17
  unless ENV["WHD_API_KEY"]
18
- print "You must set an environment variable for WHD_URL with the apiKey for the tech creating the ticket.\n"
18
+ print "You must set an environment variable for WHD_API_KEY with the apiKey for the tech creating the ticket.\n"
19
19
  print "e.g. echo export WHD_API_KEY=OdWPct19cIZbGIbVJkarpbrIvvx561tErxx87l3l >> ~/.profile\n"
20
20
  exit
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module WhdTicket
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whd_ticket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Smith