pushover 1.0.4 → 2.0.0

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.
@@ -1,69 +0,0 @@
1
- ## 1.0.4
2
- * Merged in github #18, don't break functionality defined in enumerable
3
- * Updated for rubinius 2.1
4
-
5
- ## 1.0.3
6
- * Fixed the save option to properly store the appkey and user key (@cptobvious for this). As a result I added tests and cleaned up some internal code.
7
-
8
- ## 1.0.2
9
- * hotfixes
10
- * #13 added license to the gemspec
11
- * #15 fixed the configfile not being configurable on the cli (and testing now)
12
- * #16 fix for the --user option reading the app key (and tests).
13
-
14
- ## 1.0.1
15
- * hot fix (merge from @cptobvious) for optional notification parameters.
16
-
17
- ## 1.0.0
18
- * Sounds.
19
- * Emergency notifications.
20
- * Will properly trap 500 (server errors) being returned from the server.
21
- * Dropped the local sash in favor of the bini copy.
22
-
23
- ## 0.99.2:
24
- * Version constraint (thanks @freeatnet) on bini, I stupidily upgraded one without the other.
25
-
26
- ## 0.99.1:
27
- * Big one here, properly testing bin/pushover now.
28
- * Fixed a bug in the bin/pushover so --config_file and --app work as expected.
29
- * Empty params will no longer be sent to pushover.net
30
- * Fixed Pushover#notification, no longer overwrites params with it's arguments.
31
- * Added a user-agent to the POST's sent to pushover.net
32
-
33
- ## 0.99.0:
34
- * Added url and a url_title.
35
- * Added time, we can take an epoch or string. The string is run through stdlib Time#parse, so effectively takes rfc822, html, xml, and a bunch of random bits.
36
- * Added gemnasium to the readme.
37
- * Added code climate to the readme.
38
- * Updated for Bini 0.6.0
39
- * Priority takes a text or integer argument now.
40
-
41
- ## 0.5.1:
42
- * SimpleCov and 100% test coverage
43
- * Webmock based testing for Pushover##notification.
44
- * Added integration to http://travis-ci.org
45
-
46
- ## 0.5.0:
47
- * Switched the order of App and it's derivatives so that it's name, api_key to make it more human readable.
48
- * Ditto for User.
49
- * Merged in me bones.
50
- * Using bini's logic whenever possible now instead of reinventing the wheel.
51
-
52
- ## 0.4.0:
53
- * Added priority and device specification.
54
- * Moved all the variables, including message, into the configure block.
55
- * Updated the gemspec with some more information.
56
- * Better output for error messages.
57
-
58
- ## 0.3.1
59
- * Added benwoody's changes back to the system, this allows for some nifty generators.
60
- * Fixed the nasty bug where it wasn't working once installed.
61
-
62
- ## 0.3.0
63
- * No longer need to supply credentials at all if you have some saved.
64
- * Fixed up a ton of documentation and spelling mistakes.
65
- * Various bug fixes.
66
- * About thirty percent of the tests are complete.
67
- * Added convenience methods for App.current_app and User.current_user to supply the correctly inherited credentials.
68
- * Will only create the save directory if you attempt to save.
69
- * You can specify config on the command line via --config_file