moxiworks_platform 0.13.14 → 0.13.15

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
  SHA256:
3
- metadata.gz: 52e8d7518a778ca1754d9fe8a157a5eccd3b8274dd6705ad06a735b379d3d884
4
- data.tar.gz: 72ab9536ff220687adbd909bf4b087e36414f5ccc8773884b2b3e41a0e60d564
3
+ metadata.gz: c31fb1a62dbe7e48ab61f876736b1246cc04eee9b262efedbf74478997e4ca38
4
+ data.tar.gz: 12e46af0acff351b09169b091effdb2e9a215a6c208b5d87bc273ddae327ab42
5
5
  SHA512:
6
- metadata.gz: 98743c74f4a7ee68202e8d529047cd11cf9ad14db24dc2b18db6bee64c58bddfb8b92f49047e2e13cad80ac0364127b04b22e8caf830bda85a9bdcb33070d5b0
7
- data.tar.gz: 3ccf4b9979bde8316bfd3299847fe16406832bf03d019a2fbcb864b881b7109b540a7489924cae9a8c424757829216ae27c30f08c9b79dcd4cc4a98fa56ed8d0
6
+ metadata.gz: 1e70e382d7e1c041a16e53c17fde27f02389d3df779d4e76d4411e396f8849da34803e0b42481162ec355723d40546d155687776f84d712fedf083cd45bdf8b9
7
+ data.tar.gz: 6ce31f8538d61fbbe2f9aec9d4a599de5adfd6b036b3c76e19d2a80e601fc0e6ddbdf4480229f004f7945f2dd6ce7c2fbfac02d76cc7f8673e2e51dddc9801c9
data/Gemfile CHANGED
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in moxiworks_platform.gemspec
4
4
  gemspec
5
5
 
6
- #gem 'moxiworks_platform'
7
-
8
6
  group :test do
9
7
  gem 'vcr', '~> 2.9.3'
10
8
  gem 'webmock'
@@ -14,9 +14,14 @@ module MoxiworksPlatform
14
14
 
15
15
  # @!attribute name
16
16
  #
17
- # @return [String] the name of the office
17
+ # @return [String] the legal name of the office
18
18
  attr_accessor :name
19
19
 
20
+ # @!attribute common_name
21
+ #
22
+ # @return [String] the commonly used name of the office
23
+ attr_accessor :common_name
24
+
20
25
  # @!attribute address
21
26
  #
22
27
  # @return [String] the office's address, street and number
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.13.14'
2
+ VERSION = '0.13.15'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moxiworks_platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.14
4
+ version: 0.13.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tres Wong-Godfrey
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-25 00:00:00.000000000 Z
11
+ date: 2018-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client