sfd2 1.0.2 → 1.0.3
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/lib/sfd2/sfd2.rb +1 -0
- data/lib/sfd2/version.rb +1 -1
- data/sfd2.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67edc6a1673164cbb210f50922d3e213b41541cb
|
|
4
|
+
data.tar.gz: 6e0bf735e55212eeb327f89e18d1de00417f27b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc1f30cc92807d0c92e93d6e2a682b3a2e00dce13a6d196590b0870b7c1ed31bc40e787f164b5001873507db5b768a74303b2cb703735e146346b025ffaf4ae1
|
|
7
|
+
data.tar.gz: 2da946af600e5b8ceb50388900ea658f9c62bd696a38398c0a5ba4b5a4877ea846e939f071082c95d25a458d68d2e9d1f1124e7e699820c5098aceba4dd75959
|
data/lib/sfd2/sfd2.rb
CHANGED
|
@@ -39,6 +39,7 @@ puts "Loading Salesforce documents..."
|
|
|
39
39
|
|
|
40
40
|
@sf_urls = %w{ http://www.salesforce.com/us/developer/docs/soql_sosl/salesforce_soql_sosl.pdf
|
|
41
41
|
http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf
|
|
42
|
+
http://www.salesforce.com/us/developer/docs/api_meta/api_meta.pdf
|
|
42
43
|
http://www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_reference.pdf
|
|
43
44
|
http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf
|
|
44
45
|
http://www.salesforce.com/us/developer/docs/object_reference/object_reference.pdf
|
data/lib/sfd2/version.rb
CHANGED
data/sfd2.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Sfd2::VERSION
|
|
9
9
|
spec.authors = ["Bruce Yue"]
|
|
10
10
|
spec.email = ["bruce.yue@outlook.com"]
|
|
11
|
-
spec.description = %q{
|
|
11
|
+
spec.description = %q{Downloads all of Salesforce documents by a single command}
|
|
12
12
|
spec.summary = %q{Downloads all of Salesforce documents by a single command}
|
|
13
13
|
spec.homepage = "https://www.sharealltech.com"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sfd2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruce Yue
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir:
|
|
10
10
|
- bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-03-
|
|
12
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- - ~>
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: 0.21.0
|
|
56
|
-
description:
|
|
56
|
+
description: Downloads all of Salesforce documents by a single command
|
|
57
57
|
email:
|
|
58
58
|
- bruce.yue@outlook.com
|
|
59
59
|
executables:
|