thecity 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b12bfee6951905f54282a071d1cbd98df569c3be
4
- data.tar.gz: 77ef962cbd7632893106541eff518ccc7a6b7af8
3
+ metadata.gz: ba9dd01fb315dbe0303599fc47627d9e23167a37
4
+ data.tar.gz: 08bfa33f28622f77c0d387ddf242e8c4794a2a40
5
5
  SHA512:
6
- metadata.gz: 4c60f17af5476b2389430de4919456674e5a8927fba37dd71ef3e7878eb9a5b8e23dd29cdeb8d896395e5c6be875497645e2d0ff8333c7de3f1556f6f80eb6e7
7
- data.tar.gz: 6c3613d4b345a6cabd24fba97bf5f7e897fb2f89998f83935e3f52893b1febd44a0101c8e035945ac6b6c47479dff5ee96eacdc9422484ec9f5f501d9ea10c31
6
+ metadata.gz: 1369878654c71b246c008abcf4b28d4893dae7a70fe339f7b23fe64e601ae81c6b59d0b8b2011f04ea7a9955fdfbd1489fd698558ca6c8d335da2b3f755d4782
7
+ data.tar.gz: 55f2714dad73370c92d7cb6db4003335859aab431ea6eaa2c379e08f8f18d5f21fba3e69abe2f18c9bcda9d0f08e1eb72d08d38bb79c649ae091211e9dfb3f7c
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/thecity.png)](http://badge.fury.io/rb/thecity)
4
4
  [![Dependency Status](https://gemnasium.com/thecity/thecity.png)](https://gemnasium.com/thecity/thecity)
5
5
  [![Build Status](https://travis-ci.org/thecity/thecity.png?branch=master)](https://travis-ci.org/thecity/thecity)
6
+ [![Coverage Status](https://coveralls.io/repos/thecity/thecity/badge.png?branch=master)](https://coveralls.io/r/thecity/thecity?branch=master)
6
7
 
7
8
  A Ruby interface to the The City API. For more information about The City platform, see [http://api.onthecity.org][api info]
8
9
 
@@ -35,7 +35,7 @@ module TheCity
35
35
 
36
36
  attr_writer :connection_options, :middleware
37
37
 
38
- ENDPOINT = ENV['THECITY_API_ENDPOINT'] || 'https://api.stagethecity.org'
38
+ ENDPOINT = ENV['THECITY_API_ENDPOINT'] || 'https://api.onthecity.org'
39
39
 
40
40
  def connection_options
41
41
  {
@@ -2,7 +2,7 @@ module TheCity
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 5
5
+ PATCH = 6
6
6
  PRE = nil
7
7
 
8
8
  class << self
data/spec/helper.rb CHANGED
@@ -41,7 +41,6 @@ def stub_delete(path)
41
41
  end
42
42
 
43
43
  def stub_get(path)
44
- puts TheCity::API::Client::ENDPOINT + path
45
44
  stub_request(:get, TheCity::API::Client::ENDPOINT + path)
46
45
  end
47
46
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Leib