mdata 1.4.0 → 1.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: 6f7283c8242cfdcae92ef9b93bb061e6307fc6ec
4
- data.tar.gz: d60882e942171bd126e7c921bbc87346b6ee3052
3
+ metadata.gz: 373fa16a7c01ff57ab915f18414a23f3d26b133c
4
+ data.tar.gz: af72031a13de2a8552741dd6cc0663271b11ea5f
5
5
  SHA512:
6
- metadata.gz: 24d038f1f3a656007ed6b0f2ac4e714609d843aed40f4d7b16a5224353e81a7e9663721c497d84d96ff160ce8b5c90a955062a485942b1ad27334895cee1f137
7
- data.tar.gz: d82ee3e7cec83d33a8d746137fdd9d5974e5531c396fb34fc1cac9a9427ec004acdb14dde5d0da20b2761087bb37b4fed2abf55ffa6bf5c567e383c555c013eb
6
+ metadata.gz: 813bb4892eb25288536e69a9e9180a4483a6cd32704c02c2340ceef7281fabd90078e94969f9c8c23aa074047132fd23c26b144fd00a47d90b0ffd2cf21d75b3
7
+ data.tar.gz: 3ab73194cbd29edf2df1760a41f0d248e5be89792cd221053ea50df1dc36f7d1880867d4b169381e087986ff9693f7a22259e755b93c7698114dc5901ba88659
data/bin/mdata CHANGED
@@ -5,7 +5,7 @@ require 'commander/import'
5
5
  require 'mdata/metadata'
6
6
  require 'terminal-table'
7
7
 
8
- program :version, '1.4.0'
8
+ program :version, '1.4.1'
9
9
  program :description, 'Your Salesforce metadata navigator and manipulator'
10
10
  program :help, 'Author', 'Ben Burwell <ben.burwell@trifecta.com>'
11
11
 
@@ -8,16 +8,18 @@ module Salesforce
8
8
  # @author Ben Burwell
9
9
  class ApplicationVisibility
10
10
  include ROXML
11
-
12
- xml_accessor :application
13
- xml_accessor :visible
14
11
  end
15
12
 
16
13
  # See https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_profile.htm#profileapplicationvisibility_title
17
14
  class ProfileApplicationVisibility < ApplicationVisibility
15
+ xml_accessor :application
18
16
  xml_accessor :default
17
+ xml_accessor :visible
19
18
  end
20
19
 
21
- class PermissionSetApplicationVisibility < ApplicationVisibility; end
20
+ class PermissionSetApplicationVisibility < ApplicationVisibility
21
+ xml_accessor :application
22
+ xml_accessor :visible
23
+ end
22
24
  end
23
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Burwell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-12 00:00:00.000000000 Z
11
+ date: 2015-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander