http-pulse 0.0.2 → 0.0.3

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/Rakefile +1 -1
  2. data/lib/http-pulse/request.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
6
6
 
7
7
  spec = Gem::Specification.new do |s|
8
8
  s.name = "http-pulse"
9
- s.version = "0.0.2"
9
+ s.version = "0.0.3"
10
10
  s.author = "Corey Donohoe"
11
11
  s.email = "atmos@atmos.org"
12
12
  s.homepage = "http://www.atmos.org/http-pulse"
@@ -47,7 +47,7 @@ module HttpPulse
47
47
  def endpoint_host
48
48
  endpoints = {
49
49
  :dev => 'http://localhost:9393',
50
- :production => 'http://http-pulse.heroku.com'
50
+ :production => 'http://http-pulse.atmos.org'
51
51
  }
52
52
  endpoints[@environment.to_sym] || raise(ArgumentError, "Unknown Environment #{@environment}")
53
53
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http-pulse
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Corey Donohoe