the-city-admin 0.6.7 → 0.6.8

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: 86aa66505b9e41d292c2f7719e4c1cf3107777d4
4
- data.tar.gz: 78e78a29f767b739c19ff2d2a018eab7148b05b9
3
+ metadata.gz: ef4126aa3434fd111e24097fe3a7b11cabfac8eb
4
+ data.tar.gz: 8b8312bbb1d1620c65d016557bce9308a3916125
5
5
  SHA512:
6
- metadata.gz: 5c76536dde168675d1c69ab63ab485c358e31ecc99a5ecf7af74140186bedcbb3ead544a33d0bb1ea47f696b6c59617747eef51584c00143a49602724c839175
7
- data.tar.gz: 82c7d9c0906beb40e404a7e6cf1d45979a22697e8ed0304e386ec5e56b6d22e05ec338247b4d0a480dbe27ee229c9316dc0f45a8fab9c22ce61be2c87d001a9c
6
+ metadata.gz: 71a64d1e23104650a406952731647a4322d9d9f57ceebf99551d60bfae690ddc04acf92f894c7fe431c8c81a75cc54a6913922fb6526bd3a7f35205db0490199
7
+ data.tar.gz: 1e4d84a2579aa67bed0e671dd61ec2180b79acea9ce2aa73d833ebce5f15cc582737fd1a4438f22f596379ea3a52b798c1b5b8cac70bbe8e82caac05495bb3d3
@@ -5,12 +5,6 @@
5
5
  # @authors Robbie Lieb <robbie@onthecity.org>, Wes Hays <wes@onthecity.org>
6
6
  # *******************************************
7
7
 
8
- TCA_ENV = 'development'
9
- THE_CITY_ADMIN_PATH = 'http://api.devthecity.org:9292'
10
- key = '66c59e2ee24553e7237259e30b4c17365681b95c'
11
- token = 'a9ae4af3c3e80102'
12
-
13
-
14
8
  require 'ruby-debug'
15
9
  require File.dirname(__FILE__) + '/../lib/the_city_admin.rb'
16
10
 
@@ -5,12 +5,6 @@
5
5
  # @authors Robbie Lieb <robbie@onthecity.org>, Wes Hays <wes@onthecity.org>
6
6
  # *******************************************
7
7
 
8
- TCA_ENV = 'development'
9
- THE_CITY_ADMIN_PATH = 'http://api.devthecity.org:9292'
10
- key = '6910f0d2654c7704ceb3af054f52294db67b23ee'
11
- token = '3eaf0b8b967dde78'
12
-
13
-
14
8
  require 'ruby-debug'
15
9
  require File.dirname(__FILE__) + '/../lib/the_city_admin.rb'
16
10
 
@@ -26,7 +26,7 @@ module TheCity
26
26
  end
27
27
 
28
28
  def home_address?
29
- self.location_type.downcase == 'home'
29
+ self.location_type.to_s.downcase == 'home'
30
30
  end
31
31
 
32
32
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  PROJECT_GEM = 'the-city-admin'
3
- PROJECT_GEM_VERSION = '0.6.7'
3
+ PROJECT_GEM_VERSION = '0.6.8'
4
4
 
5
5
  s.name = PROJECT_GEM
6
6
  s.version = PROJECT_GEM_VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-city-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wes Hays
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-30 00:00:00.000000000 Z
11
+ date: 2013-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus