statraptor 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.
data/CHANGELOG.md CHANGED
@@ -36,3 +36,7 @@
36
36
  ## 0.2.5 (March 6, 2012)
37
37
 
38
38
  * No, like actually drop support for Typhoeus
39
+
40
+ ## 0.2.6 (March 6, 2012)
41
+
42
+ * Update the default StatRaptor API endpoint
@@ -6,7 +6,7 @@ module StatRaptor
6
6
  module Config
7
7
 
8
8
  # The endpoint that will be used to connect if none is set
9
- DEFAULT_ENDPOINT = "https://statraptor.com/api/v1"
9
+ DEFAULT_ENDPOINT = "https://statraptor.com"
10
10
 
11
11
  # The value sent in the 'User-Agent' header if none is set
12
12
  DEFAULT_USER_AGENT = "StatRaptor Ruby Gem #{StatRaptor::VERSION}"
@@ -1,3 +1,3 @@
1
1
  module StatRaptor
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -11,7 +11,7 @@ describe StatRaptor do
11
11
 
12
12
  describe ".endpoint" do
13
13
  it "should return the default endpoint" do
14
- StatRaptor.endpoint.should == StatRaptor::Config::DEFAULT_ENDPOINT
14
+ StatRaptor.endpoint.should == "https://statraptor.com"
15
15
  end
16
16
  end
17
17
 
data/statraptor.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.name = "statraptor"
9
9
  s.version = StatRaptor::VERSION
10
10
  s.platform = Gem::Platform::RUBY
11
- s.date = "2012-03-01"
11
+ s.date = "2012-03-06"
12
12
  s.authors = ["Shay Frendt"]
13
13
  s.email = "shay.frendt@gmail.com"
14
14
  s.homepage = "http://github.com/chargify/statraptor"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statraptor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shay Frendt
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-01 00:00:00 -05:00
18
+ date: 2012-03-06 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -106,7 +106,7 @@ dependencies:
106
106
  requirements:
107
107
  - - "="
108
108
  - !ruby/object:Gem::Version
109
- hash: -380001234
109
+ hash: -627470028
110
110
  segments:
111
111
  - 2
112
112
  - 0