the-city-admin 0.1.3 → 0.1.4

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/lib/common.rb CHANGED
@@ -7,9 +7,6 @@ module TheCity
7
7
  headers = self._build_admin_headers(method, path, params)
8
8
  url = THE_CITY_ADMIN_PATH+path
9
9
 
10
-
11
- puts url
12
-
13
10
  response =
14
11
  case method
15
12
  when :post
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  PROJECT_GEM = 'the-city-admin'
3
- PROJECT_GEM_VERSION = '0.1.3'
3
+ PROJECT_GEM_VERSION = '0.1.4'
4
4
 
5
5
  s.name = PROJECT_GEM
6
6
  s.version = PROJECT_GEM_VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-city-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: