leap_salesforce 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/leap-salesforce.iml +18 -18
- data/ChangeLog +4 -0
- data/PITCHME.md +10 -10
- data/README.md +2 -0
- data/config/general.rb +1 -0
- data/leap_salesforce.gemspec +1 -1
- data/lib/leap_salesforce/generator/templates/picklist.rb.erb +1 -10
- data/lib/leap_salesforce/rake/sfdx.rake +11 -3
- data/lib/leap_salesforce/soql_data/common_enum_methods.rb +16 -0
- data/lib/leap_salesforce/soql_data/soql_enum.rb +1 -0
- data/lib/leap_salesforce/users/user.rb +24 -0
- data/lib/leap_salesforce/users/users.rb +2 -0
- data/lib/leap_salesforce/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a3eb9c6cab9c7120998715d6fe893f2676d1f344f8aad39ae74923b67f3fb82
|
|
4
|
+
data.tar.gz: 84f2a91d5b201a3ed34a99a9850ad8956c8c39f7d1cfcc159ddd4681293c167b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dac474e8c87cff19ff8e8e4a5584314d65c72ee89b9c9ee6a6ca9f87148ef4ec9c38d1441e12901771d319084072debdef789132e387a87e6ca98f97a3e43c1c
|
|
7
|
+
data.tar.gz: 9d673051261be28731e89b8c6e13dc579128f266bcd49c08415bf7bee9b61055e16a6c03a2d9a15af47b1c4b4aec60c884a247cb7a09dbf8c3735b6fd412cc5f
|
data/.idea/leap-salesforce.iml
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
</content>
|
|
10
10
|
<orderEntry type="jdk" jdkName="RVM: ruby-2.6.5" jdkType="RUBY_SDK" />
|
|
11
11
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
12
|
-
<orderEntry type="library" scope="PROVIDED" name="activemodel (v6.0.
|
|
13
|
-
<orderEntry type="library" scope="PROVIDED" name="activerecord (v6.0.
|
|
14
|
-
<orderEntry type="library" scope="PROVIDED" name="activesupport (v6.0.
|
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="activemodel (v6.0.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="activerecord (v6.0.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v6.0.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
15
15
|
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.7.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
16
16
|
<orderEntry type="library" scope="PROVIDED" name="akami (v1.3.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
17
17
|
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
<orderEntry type="library" scope="PROVIDED" name="docile (v1.3.2, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
25
25
|
<orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.20190701, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
26
26
|
<orderEntry type="library" scope="PROVIDED" name="factory_bot (v5.1.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="faker (v2.
|
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="faker (v2.7.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
28
28
|
<orderEntry type="library" scope="PROVIDED" name="gyoku (v1.3.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
29
|
-
<orderEntry type="library" scope="PROVIDED" name="hashie (
|
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="hashie (v4.0.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
30
30
|
<orderEntry type="library" scope="PROVIDED" name="http-accept (v1.7.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
31
31
|
<orderEntry type="library" scope="PROVIDED" name="http-cookie (v1.0.3, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
32
32
|
<orderEntry type="library" scope="PROVIDED" name="httpi (v2.4.4, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
33
|
-
<orderEntry type="library" scope="PROVIDED" name="humanize (v2.
|
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="humanize (v2.4.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
34
34
|
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.7.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
35
|
-
<orderEntry type="library" scope="PROVIDED" name="jaro_winkler (v1.5.
|
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="jaro_winkler (v1.5.4, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
36
36
|
<orderEntry type="library" scope="PROVIDED" name="json (v2.2.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
37
37
|
<orderEntry type="library" scope="PROVIDED" name="jsonpath (v1.0.5, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
38
38
|
<orderEntry type="library" scope="PROVIDED" name="kramdown (v2.1.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
@@ -41,29 +41,29 @@
|
|
|
41
41
|
<orderEntry type="library" scope="PROVIDED" name="mime-types (v3.3, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
42
42
|
<orderEntry type="library" scope="PROVIDED" name="mime-types-data (v3.2019.1009, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
43
43
|
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.4.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
44
|
-
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.
|
|
44
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.13.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
45
45
|
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.14.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
46
46
|
<orderEntry type="library" scope="PROVIDED" name="mustermann (v1.0.3, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
47
47
|
<orderEntry type="library" scope="PROVIDED" name="netrc (v0.11.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
48
|
-
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.10.
|
|
48
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.10.5, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
49
49
|
<orderEntry type="library" scope="PROVIDED" name="nori (v2.6.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
50
|
-
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.
|
|
51
|
-
<orderEntry type="library" scope="PROVIDED" name="parser (v2.6.
|
|
50
|
+
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.19.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
51
|
+
<orderEntry type="library" scope="PROVIDED" name="parser (v2.6.5.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
52
52
|
<orderEntry type="library" scope="PROVIDED" name="pry (v0.12.2, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
53
53
|
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v4.0.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
54
54
|
<orderEntry type="library" scope="PROVIDED" name="rack (v2.0.7, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
55
55
|
<orderEntry type="library" scope="PROVIDED" name="rack-protection (v2.0.4, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
56
56
|
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.0.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
57
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.
|
|
57
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
58
58
|
<orderEntry type="library" scope="PROVIDED" name="random-port (v0.5.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
59
59
|
<orderEntry type="library" scope="PROVIDED" name="require_all (v3.0.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
60
60
|
<orderEntry type="library" scope="PROVIDED" name="rest-client (v2.1.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
61
61
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
62
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.
|
|
63
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.
|
|
62
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.9.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
63
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.9.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
64
64
|
<orderEntry type="library" scope="PROVIDED" name="rspec-its (v1.3.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
65
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.
|
|
66
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.
|
|
65
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
66
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
67
67
|
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.76.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
68
68
|
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.10.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
69
69
|
<orderEntry type="library" scope="PROVIDED" name="savon (v2.12.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<orderEntry type="library" scope="PROVIDED" name="sinatra (v2.0.4, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
73
73
|
<orderEntry type="library" scope="PROVIDED" name="sinatra-basic-auth (v0.1.0, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
74
74
|
<orderEntry type="library" scope="PROVIDED" name="sinatra-docdsl (v0.8.6, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
75
|
-
<orderEntry type="library" scope="PROVIDED" name="soaspec (v0.3.
|
|
75
|
+
<orderEntry type="library" scope="PROVIDED" name="soaspec (v0.3.7, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
76
76
|
<orderEntry type="library" scope="PROVIDED" name="socksify (v1.7.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
77
77
|
<orderEntry type="library" scope="PROVIDED" name="thor (v0.20.3, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
78
78
|
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.6, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
<orderEntry type="library" scope="PROVIDED" name="xml-simple (v1.1.5, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
88
88
|
<orderEntry type="library" scope="PROVIDED" name="yard (v0.9.20, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
89
89
|
<orderEntry type="library" scope="PROVIDED" name="yard-doctest (v0.1.17, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
90
|
-
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.2.
|
|
90
|
+
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.2.1, RVM: ruby-2.6.5) [gem]" level="application" />
|
|
91
91
|
</component>
|
|
92
92
|
<component name="RModuleSettingsStorage">
|
|
93
93
|
<LOAD_PATH number="1" string0="$MODULE_DIR$/spec/support" />
|
data/ChangeLog
CHANGED
data/PITCHME.md
CHANGED
|
@@ -77,14 +77,14 @@ metadata.
|
|
|
77
77
|
|
|
78
78
|
---?code=spec/integration/creating_spec.rb&lang=ruby&title=Creating entities
|
|
79
79
|
|
|
80
|
-
@[
|
|
81
|
-
@[
|
|
82
|
-
@[
|
|
83
|
-
@[
|
|
84
|
-
@[
|
|
85
|
-
@[
|
|
86
|
-
@[
|
|
87
|
-
@[
|
|
80
|
+
@[3](Declare what it is you're testing)
|
|
81
|
+
@[5](Define what 'it' is, a the object under test must do)
|
|
82
|
+
@[6](Create an instance of the object class - nothing sent to Salesforce yet)
|
|
83
|
+
@[7-8](Set the first and last name to random names)
|
|
84
|
+
@[9](Create the object in Salesforce by sending request via API)
|
|
85
|
+
@[10](Verify creation was successful)
|
|
86
|
+
@[11](Verify first name set as expected)
|
|
87
|
+
@[19-22](Creating through Factory)
|
|
88
88
|
|
|
89
89
|
---
|
|
90
90
|
|
|
@@ -101,8 +101,8 @@ metadata.
|
|
|
101
101
|
|
|
102
102
|
---?code=spec/integration/crud_eg_spec.rb&lang=ruby&title=Updating entities
|
|
103
103
|
|
|
104
|
-
@[
|
|
105
|
-
@[
|
|
104
|
+
@[8-9,20-21](Update first name using 'first_name' setting)
|
|
105
|
+
@[29](Delete test contact)
|
|
106
106
|
|
|
107
107
|
---
|
|
108
108
|
|
data/README.md
CHANGED
|
@@ -140,6 +140,8 @@ This file is read and sets attributes of `LeapSalesforce` globally. These can al
|
|
|
140
140
|
LeapSalesforce.password = 'PASS'
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
+
The approach using these credentials follows [this tutorial](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/quickstart_oauth.htm)
|
|
144
|
+
|
|
143
145
|
##### `config/general.rb`
|
|
144
146
|
|
|
145
147
|
This is where common code is stored for all the environments. This is where you would usually put your test users
|
data/config/general.rb
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
module LeapSalesforce
|
|
5
5
|
Users.add User.new :admin, 'samuel.garratt@brave-otter-ttxype.com'
|
|
6
6
|
Users.add User.new :not_there, 'not.there@brave-otter-ttxype.com'
|
|
7
|
+
Users.add User.new :cet, 'test.cet@brave-otter-ttxype.com'
|
|
7
8
|
end
|
|
8
9
|
|
|
9
10
|
ENV['SF_USERNAME'] = 'samuel.garratt@brave-otter-ttxype.com'
|
data/leap_salesforce.gemspec
CHANGED
|
@@ -41,6 +41,6 @@ It reads the Metadata from Salesforce and creates the foundation for API tests.'
|
|
|
41
41
|
spec.add_dependency 'require_all'
|
|
42
42
|
spec.add_dependency 'rubocop'
|
|
43
43
|
spec.add_dependency 'simplecov'
|
|
44
|
-
spec.add_dependency 'soaspec', '>= 0.3.
|
|
44
|
+
spec.add_dependency 'soaspec', '>= 0.3.7' # Version can send payload for :delete method
|
|
45
45
|
spec.add_dependency 'thor'
|
|
46
46
|
end
|
|
@@ -6,25 +6,16 @@ class <%= @entity_name %> < SoqlData
|
|
|
6
6
|
# Enumeration for <%= @enum_name %>
|
|
7
7
|
module <%= @enum_name %>
|
|
8
8
|
include SoqlEnum
|
|
9
|
+
extend LeapSalesforce::CommonEnumMethods
|
|
9
10
|
<% @enum_values.each do |name, value| %>
|
|
10
11
|
@<%= name.to_s %> = "<%= value %>"
|
|
11
12
|
<% end %>
|
|
12
13
|
class << self
|
|
13
|
-
# @return [String] Sample value from Enum
|
|
14
|
-
def sample
|
|
15
|
-
values.sample
|
|
16
|
-
end
|
|
17
|
-
|
|
18
14
|
# @return [String] Name of picklist as returned from Metadata
|
|
19
15
|
def name
|
|
20
16
|
'<%= @picklist %>'
|
|
21
17
|
end
|
|
22
18
|
|
|
23
|
-
# @return [Array] List of values for <%= @enum_name %>
|
|
24
|
-
def values
|
|
25
|
-
<%= @enum_values.values %>
|
|
26
|
-
end
|
|
27
|
-
|
|
28
19
|
attr_reader <%= @enum_values.keys.collect(&:to_sym).to_s.tr('[]','') %>
|
|
29
20
|
end
|
|
30
21
|
end
|
|
@@ -2,27 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
# Convenience tasks that use sfdx according to common environment variables
|
|
4
4
|
namespace :sfdx do
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
def login
|
|
6
|
+
puts 'Note these tasks are a work in progress'
|
|
7
7
|
puts `sfdx force:auth:jwt:grant --clientid $SF_CONSUMER_KEY --jwtkeyfile "$JWT_FOLDER"/server.key --username $SF_USERNAME --setdefaultdevhubusername --setalias HubOrg`
|
|
8
8
|
end
|
|
9
9
|
|
|
10
|
+
desc 'Login with credentials'
|
|
11
|
+
task(:login) { login }
|
|
12
|
+
|
|
13
|
+
desc 'Display details about user'
|
|
10
14
|
task :display do
|
|
15
|
+
login
|
|
11
16
|
puts `sfdx force:org:display --targetusername samuel.garratt@brave-otter-ttxype.com`
|
|
12
17
|
end
|
|
13
18
|
|
|
14
19
|
desc 'Create dev environment'
|
|
15
20
|
task :create_dev do
|
|
21
|
+
login
|
|
16
22
|
puts `sfdx force:org:create --targetdevhubusername HubOrg --setdefaultusername --definitionfile config/project-scratch-def.json --setalias $SCRATCH_ORG_ALIAS --wait 10 --durationdays 7`
|
|
17
23
|
end
|
|
18
24
|
|
|
19
25
|
desc 'Open environment in browser'
|
|
20
26
|
task :open do
|
|
21
|
-
|
|
27
|
+
login
|
|
28
|
+
puts `sfdx force:org:open -u $SF_USERNAME`
|
|
22
29
|
end
|
|
23
30
|
|
|
24
31
|
desc 'Delete dev environment'
|
|
25
32
|
task :delete_dev do
|
|
33
|
+
login
|
|
26
34
|
puts `sfdx force:org:delete --targetusername $SCRATCH_ORG_ALIAS --noprompt`
|
|
27
35
|
end
|
|
28
36
|
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module LeapSalesforce
|
|
4
|
+
# Methods common to a enum class
|
|
5
|
+
module CommonEnumMethods
|
|
6
|
+
# @return [String] Sample value from Enum
|
|
7
|
+
def sample
|
|
8
|
+
values.sample
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
# @return [Array] List of values for enumeration/picklist
|
|
12
|
+
def values
|
|
13
|
+
instance_variables.collect { |var| instance_variable_get(var) }
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
@@ -44,6 +44,30 @@ module LeapSalesforce
|
|
|
44
44
|
ERB.new(@username).result(binding)
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
# @param [String] password Password to set
|
|
48
|
+
def password=(password)
|
|
49
|
+
user = ::User.find(username: username)
|
|
50
|
+
set = ::User.new("Set password for #{username}, #{user.id} to '#{password}'",
|
|
51
|
+
method: :post, suburl: "sobjects/User/#{user.id}/password",
|
|
52
|
+
body: { NewPassword: password })
|
|
53
|
+
set.successful?
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Using https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_user_password.htm
|
|
57
|
+
# @todo: Setting temp password is currently not working. Need to investigate
|
|
58
|
+
# @param [String] password Temporary password to reset to.
|
|
59
|
+
def reset_password(password = nil)
|
|
60
|
+
admin_query_user do
|
|
61
|
+
user = ::User.find(username: username)
|
|
62
|
+
params = { method: :delete, suburl: "sobjects/User/#{user.id}/password" }
|
|
63
|
+
params.merge!(body: { NewPassword: password }) if password
|
|
64
|
+
reset = ::User.new("Reset password for #{username}, #{user.id} to '#{password}'",
|
|
65
|
+
**params)
|
|
66
|
+
reset.successful?
|
|
67
|
+
return reset[:NewPassword]
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
47
71
|
# @param [Symbol, String] field Field to check
|
|
48
72
|
# @param [Object, Regex] criteria Either object with same value or regex that has a match anywhere in string
|
|
49
73
|
# @return [Boolean] Whether key and criteria match current user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: leap_salesforce
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- IQA
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-11-
|
|
12
|
+
date: 2019-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -227,14 +227,14 @@ dependencies:
|
|
|
227
227
|
requirements:
|
|
228
228
|
- - ">="
|
|
229
229
|
- !ruby/object:Gem::Version
|
|
230
|
-
version: 0.3.
|
|
230
|
+
version: 0.3.7
|
|
231
231
|
type: :runtime
|
|
232
232
|
prerelease: false
|
|
233
233
|
version_requirements: !ruby/object:Gem::Requirement
|
|
234
234
|
requirements:
|
|
235
235
|
- - ">="
|
|
236
236
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 0.3.
|
|
237
|
+
version: 0.3.7
|
|
238
238
|
- !ruby/object:Gem::Dependency
|
|
239
239
|
name: thor
|
|
240
240
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -326,6 +326,7 @@ files:
|
|
|
326
326
|
- lib/leap_salesforce/rake.rb
|
|
327
327
|
- lib/leap_salesforce/rake/setup.rake
|
|
328
328
|
- lib/leap_salesforce/rake/sfdx.rake
|
|
329
|
+
- lib/leap_salesforce/soql_data/common_enum_methods.rb
|
|
329
330
|
- lib/leap_salesforce/soql_data/data_relationships.rb
|
|
330
331
|
- lib/leap_salesforce/soql_data/meta_data_handler.rb
|
|
331
332
|
- lib/leap_salesforce/soql_data/soql.rb
|