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 +4 -4
- data/examples/donation_export.rb +0 -6
- data/examples/donations.rb +0 -6
- data/lib/api/user_address.rb +1 -1
- data/thecity_admin_api.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef4126aa3434fd111e24097fe3a7b11cabfac8eb
|
4
|
+
data.tar.gz: 8b8312bbb1d1620c65d016557bce9308a3916125
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71a64d1e23104650a406952731647a4322d9d9f57ceebf99551d60bfae690ddc04acf92f894c7fe431c8c81a75cc54a6913922fb6526bd3a7f35205db0490199
|
7
|
+
data.tar.gz: 1e4d84a2579aa67bed0e671dd61ec2180b79acea9ce2aa73d833ebce5f15cc582737fd1a4438f22f596379ea3a52b798c1b5b8cac70bbe8e82caac05495bb3d3
|
data/examples/donation_export.rb
CHANGED
@@ -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
|
|
data/examples/donations.rb
CHANGED
@@ -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
|
|
data/lib/api/user_address.rb
CHANGED
data/thecity_admin_api.gemspec
CHANGED
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.
|
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-
|
11
|
+
date: 2013-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|