fastprowl 0.3 → 0.3.1
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.
- data/fastprowl.gemspec +1 -1
- data/lib/fastprowl.rb +2 -2
- metadata +4 -3
data/fastprowl.gemspec
CHANGED
data/lib/fastprowl.rb
CHANGED
|
@@ -8,10 +8,10 @@ class FastProwl
|
|
|
8
8
|
class PriorityOutOfRange < Exception; end
|
|
9
9
|
class TooManyAPIKeys < Exception; end
|
|
10
10
|
|
|
11
|
-
API_URL = 'https://
|
|
11
|
+
API_URL = 'https://prowlapp.com/publicapi/'
|
|
12
12
|
PRIORITY_RANGE = -2..2
|
|
13
13
|
# You can change this using the user_agent() method
|
|
14
|
-
USER_AGENT = 'FastProwl 0.3 (http://github.com/tofumatt/FastProwl)'
|
|
14
|
+
USER_AGENT = 'FastProwl 0.3.1 (http://github.com/tofumatt/FastProwl)'
|
|
15
15
|
|
|
16
16
|
# Supply Prowl defaults in a hash (:apikey, :providerkey, etc.), along
|
|
17
17
|
# with optional Typhoeus Hydra options.
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastprowl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.3.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Matthew Riley MacPherson
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-27 00:00:00 -04:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|