mits 0.4.0 → 0.4.1

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: b671bcd9a9f2623994bad9199ed99101aafdf428
4
- data.tar.gz: 5e52d9fdd8b3359767e70314441fd6821d12a4e7
3
+ metadata.gz: 7c7040077920463c9aed2c68049ba8b4e39b0b3d
4
+ data.tar.gz: 36e76253b0259646f5dce33adf48bbca7d7dfee7
5
5
  SHA512:
6
- metadata.gz: 36099bb9c76761de5b0e11b2a89fa21290cd1b9330eccd1ccfa3641cb35a74e5c75e7c8249846ace58b12836496f56dd823a8de3a4e3d126e41b70cb01131729
7
- data.tar.gz: a34d54aa1e82a1a5909e3e27ed1ed05ef8f4092a67c5f3c0fcd85b4d6d8c9a1700cbe8ad9e32e2a48fe30c30ccccdc62e4ad0d2d23890f6532b3852b648201ea
6
+ metadata.gz: 852bbf0669e289b05c63041e7ba2e3380aa2e49423489d6b36c4941461e51cca29947c085fc2ad42bbd1884fd4fececdc1c67b15dd96a4832924181d36bc0eb7
7
+ data.tar.gz: d804dfc67cdb6dfbe147cb6105cfa69ca1df2efd3f0df66710dbea73f9890da1215a9c866211b5fad95bdcb925141f884cad017eb0bfc75c478d8ea5fd424b82
@@ -4,20 +4,20 @@ module MITS
4
4
  include SimpleObjects::Base
5
5
 
6
6
  attribute :address
7
- attribute :amenities
7
+ attribute :amenities, default: []
8
8
  attribute :company_id
9
9
  attribute :deposit
10
10
  attribute :description
11
- attribute :fees
12
- attribute :files
13
- attribute :floorplans
11
+ attribute :fees, default: []
12
+ attribute :files, default: []
13
+ attribute :floorplans, default: []
14
14
  attribute :id
15
15
  attribute :name
16
- attribute :phones
16
+ attribute :phones, default: []
17
17
  attribute :policy
18
18
  attribute :summary
19
19
  attribute :type
20
- attribute :units
20
+ attribute :units, default: []
21
21
  attribute :website
22
22
  end
23
23
  end
data/lib/mits/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module MITS
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Callan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-02 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simple_objects