the-city-admin 0.5.0 → 0.5.1

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.
@@ -4,6 +4,7 @@ module TheCity
4
4
 
5
5
  tc_attr_accessor :id,
6
6
  :group_id,
7
+ :user_type,
7
8
  :state,
8
9
  :authenticated_s3_url,
9
10
  :created_at
@@ -10,7 +10,7 @@ module TheCity
10
10
  # @param cacher (optional) The CacheAdapter cacher to be used to cache data.
11
11
  def initialize(group_export_id, options = {}, cacher = nil)
12
12
  group_id = options[:group_id]
13
- #@class_key = "group_export_#{group_id}"
13
+ #@class_key = "group_export_#{group_id}_#{group_export_id}"
14
14
  @url_data_path = "/groups/#{group_id}/exports/#{group_export_id}"
15
15
  @url_data_params = options
16
16
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  PROJECT_GEM = 'the-city-admin'
3
- PROJECT_GEM_VERSION = '0.5.0'
3
+ PROJECT_GEM_VERSION = '0.5.1'
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.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-12 00:00:00.000000000 Z
12
+ date: 2013-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus