global_registry_models 0.7.1 → 0.8.0

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: d52339b816325ef1efe2912771ce57da628b3165
4
- data.tar.gz: 5f98fdeeb13db4843c00fbe49acf696fadff2198
3
+ metadata.gz: 8f9292777a0a073ddff890c3d12231a13e8b864e
4
+ data.tar.gz: 60c4665b85379ae970d31598f541464fa054a4b3
5
5
  SHA512:
6
- metadata.gz: d2a13f9528b387b44a369118a606b2b44a17165824ed57f3a920da33b92bd0cd5e2e3b3569387b04460ceec8580b5dc6de6edb546bb90515282bddad38b907b4
7
- data.tar.gz: 2709693f552cb3f2118e73c6f4f007d85e114b957e186c86a533f0cbde46a7fda554092ce85c1e5fd6226f3d37c4fa909a2e071c1f7aca52d04000c336304de1
6
+ metadata.gz: 2038f5f8d2afa77b26c412b3b85b3cff3ebb236d9ac83496b35848638c8e69730b6c87e8f768bb41915aec4e51cba2ec13bf9c8042fdcea35a9ce4e5dc07b421
7
+ data.tar.gz: 0789b6df124919b83dcdfc84f49368c86cc50cc345b265918a857ca2e559ac636881ac8d1c30f6d44e15135dba95b296623ada29e5ddee1688365d7da463f471
@@ -39,8 +39,14 @@ module GlobalRegistryModels
39
39
  attribute :registered_name, String
40
40
  attribute :sp_phone, String
41
41
  attribute :stage, Integer
42
+ attribute :stage_2020_goal, String
43
+ attribute :stage_progress_target_month, String
44
+ attribute :stage_progress_target_year, String
42
45
  attribute :state, String
43
46
  attribute :url, String
47
+ attribute :url_facebook_page, String
48
+ attribute :url_twitter, String
49
+ attribute :url_instagram, String
44
50
  attribute :zip, String
45
51
 
46
52
  def self.identifying_attributes
@@ -1,3 +1,3 @@
1
1
  module GlobalRegistryModels
2
- VERSION = '0.7.1'
2
+ VERSION = '0.8.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: global_registry_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Dueck
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel