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 +4 -4
- data/lib/whd_ticket.rb +1 -1
- data/lib/whd_ticket/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d91fd92ff46a01936aa455aa5a4fe51b40fc48e7
|
|
4
|
+
data.tar.gz: 6eb5a464609cd3e67a69208d995c3bde3e682ca7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
data/lib/whd_ticket/version.rb
CHANGED