moxiworks_platform 0.13.7 → 0.13.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,6 +87,12 @@ module MoxiworksPlatform
87
87
  # @return [String] url of the office's website
88
88
  attr_accessor :office_website
89
89
 
90
+ # @!attribute region
91
+ #
92
+ # @return [String] office's region
93
+ attr_accessor :region
94
+
95
+
90
96
 
91
97
  # Find an Office on the Moxi Works Platform
92
98
  # @param [Hash] opts named parameter Hash
@@ -1,3 +1,3 @@
1
1
  module MoxiworksPlatform
2
- VERSION = '0.13.7'
2
+ VERSION = '0.13.8'
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.7
4
+ version: 0.13.8
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-04-11 00:00:00.000000000 Z
11
+ date: 2018-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -78,6 +78,32 @@ files:
78
78
  - ".rspec"
79
79
  - ".travis.yml"
80
80
  - Gemfile
81
+ - MoxiworksPlatform/ActionLog.html
82
+ - MoxiworksPlatform/Agent.html
83
+ - MoxiworksPlatform/Brand.html
84
+ - MoxiworksPlatform/BuyerTransaction.html
85
+ - MoxiworksPlatform/Company.html
86
+ - MoxiworksPlatform/Config.html
87
+ - MoxiworksPlatform/Contact.html
88
+ - MoxiworksPlatform/Credentials.html
89
+ - MoxiworksPlatform/EmailCampaign.html
90
+ - MoxiworksPlatform/Event.html
91
+ - MoxiworksPlatform/Exception.html
92
+ - MoxiworksPlatform/Exception/ArgumentError.html
93
+ - MoxiworksPlatform/Exception/AuthorizationError.html
94
+ - MoxiworksPlatform/Exception/PlatformError.html
95
+ - MoxiworksPlatform/Exception/RemoteRequestFailure.html
96
+ - MoxiworksPlatform/Gallery.html
97
+ - MoxiworksPlatform/Group.html
98
+ - MoxiworksPlatform/Listing.html
99
+ - MoxiworksPlatform/Office.html
100
+ - MoxiworksPlatform/PresentationLog.html
101
+ - MoxiworksPlatform/Resource.html
102
+ - MoxiworksPlatform/SellerTransaction.html
103
+ - MoxiworksPlatform/Session.html
104
+ - MoxiworksPlatform/SoldListing.html
105
+ - MoxiworksPlatform/Task.html
106
+ - MoxiworksPlatform/Team.html
81
107
  - README.md
82
108
  - Rakefile
83
109
  - bin/console