sfd2 1.0.2 → 1.0.3

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: 57be8cd56d6405ce8ffcf64501f199b35707c4f2
4
- data.tar.gz: 664144f7c8573db64cf71624982a6b93b2cdcf96
3
+ metadata.gz: 67edc6a1673164cbb210f50922d3e213b41541cb
4
+ data.tar.gz: 6e0bf735e55212eeb327f89e18d1de00417f27b3
5
5
  SHA512:
6
- metadata.gz: 92dace90491273eb1e080932733503fe84860af7bf2a6a2962ab25897744c91154e5e491b8c3ac29def484dd7810c4c9fe7b653dca47cd8f6c568dae390229ba
7
- data.tar.gz: 3a6efd5473ed6b8e7266cdb6838b0fc33686cfcce2d8518618edc46b3c4fc33faedcbb8374fd5b7cf5cb52a60ee04bc8ccfb75c466795f7cb2a0353a2bac1cc1
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
@@ -1,3 +1,3 @@
1
1
  module Sfd2
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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{TDownloads all of Salesforce documents by a single command}
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.2
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-05 00:00:00.000000000 Z
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: TDownloads all of Salesforce documents by a single command
56
+ description: Downloads all of Salesforce documents by a single command
57
57
  email:
58
58
  - bruce.yue@outlook.com
59
59
  executables: