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 +4 -4
- data/bin/mdata +1 -1
- data/lib/mdata/types/ApplicationVisibility.rb +6 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 373fa16a7c01ff57ab915f18414a23f3d26b133c
|
4
|
+
data.tar.gz: af72031a13de2a8552741dd6cc0663271b11ea5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
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.
|
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-
|
11
|
+
date: 2015-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|