sfdc 3.1.0 → 3.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 489a7d94444f62a61fcde3181c4686f5668f868a
4
- data.tar.gz: 39641f733d89364aedd2f1ad9d6550f895066063
3
+ metadata.gz: 2d7490b6ae6dde215d2dd6ddf5828c935057b3bd
4
+ data.tar.gz: c1a32cc47f22e766fa4bedc56587b87cfcc62041
5
5
  SHA512:
6
- metadata.gz: ed4d97ed76e1c1fd5abdd35a44cd7ebc95633f87d95b1732289bf96e78437d010225ca177be88c25f90c1d82d524dc76a731cbf0af48c919b75b8ea53e3fcae2
7
- data.tar.gz: e6340c84ddbc3ef648e8e44ffa835eea092d5a0a24af99849e900de576924e49571a09aa07ccde74a724904d4a1d3f920b5acb1f94412201f3031634b2c887c6
6
+ metadata.gz: 67450fd3d95341bf3691c8b83dcca89ad0af45f541f056c7ad166fdd8546cd1c26c25fca6107b39a8682111e3ccefd11025253cc45a17051bebcdeb0781a92b7
7
+ data.tar.gz: 55879e6b883f483fa3dfe3bf6b51339fea9ed03ef51f8664799e5f7797e4a6a760fdd26789a9d0576dd611987d6db2b28f665f551cc1ae0e2b209103e4993d93
@@ -83,7 +83,7 @@ module Sfdc
83
83
  end
84
84
  end
85
85
 
86
- option :api_version, :default => '29.0'
86
+ option :api_version, :default => '26.0'
87
87
 
88
88
  # The username to use during login.
89
89
  option :username, :default => lambda { ENV['SALESFORCE_USERNAME'] }
@@ -1,3 +1,3 @@
1
1
  module Sfdc
2
- VERSION = '3.1.0'
2
+ VERSION = '3.1.1'
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruce Yue
@@ -181,7 +181,7 @@ files:
181
181
  - ./LICENSE
182
182
  - ./Rakefile
183
183
  - ./README.md
184
- - ./sfdc-3.0.1.gem
184
+ - ./sfdc-3.1.0.gem
185
185
  - ./sfdc.gemspec
186
186
  - spec/fixtures/auth_error_response.json
187
187
  - spec/fixtures/auth_success_response.json
Binary file