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.
Files changed (3) hide show
  1. data/fastprowl.gemspec +1 -1
  2. data/lib/fastprowl.rb +2 -2
  3. metadata +4 -3
data/fastprowl.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rake'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "fastprowl"
5
- s.version = "0.3"
5
+ s.version = "0.3.1"
6
6
  s.date = Time.now
7
7
  s.authors = ["Matthew Riley MacPherson"]
8
8
  s.email = "matt@lonelyvegan.com"
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://prowl.weks.net/publicapi/'
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: 13
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- version: "0.3"
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-25 00:00:00 -04:00
18
+ date: 2011-01-27 00:00:00 -04:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency