salesforce_client_app 0.0.1 → 0.0.2

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: 13fa871a5236b7b39d1a8ed6601bb02d8d8ac024
4
- data.tar.gz: 85a37896bb5403296e44bc31e8402736e7434013
3
+ metadata.gz: 42de4d94be540f770062f319202dd8804cef5669
4
+ data.tar.gz: 6878edde03b313c130daa561046ad4f58fa79f7e
5
5
  SHA512:
6
- metadata.gz: 53f26b4a07afd59a694b06f4bb159b3687dcb3a168b987eb11a2cc5a536b470c1129cca18b28214f6af086a511223249ac1a9ff2f2ace55f1c342c380218e137
7
- data.tar.gz: 7d6e1b9a3a210d1aa23cc4af0676403cf6f25a90e39991e728e402ccc15098b96c75ea666797de18e9f30437d10efa462a23bcce809511688bc99b1a7690577d
6
+ metadata.gz: c0e7243482cb8989a35bcacf7bd5e135112ba2f5df622e37d8557a64e001eeda5ef7f5510bf6caaf10b5cc10eb19ce0abd0c3684aa7dd25c1a12e838aa6414f7
7
+ data.tar.gz: 6e91cf39de059ba8f63c83ac39663c1db1ed29f7bcd9a777e455177789c6b88e0d05c1124d7717d9c21a18fb97dbbbe4cfdbbd5ae8ea916ba894c12b0fc93959
@@ -1,3 +1,3 @@
1
1
  module SalesforceClientApp
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -2,6 +2,7 @@
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'salesforce_client_app/version'
5
+ require 'salesforce_client_app/cli'
5
6
 
6
7
  Gem::Specification.new do |spec|
7
8
  spec.name = "salesforce_client_app"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesforce_client_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KAWANO Shinobu
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  requirements: []
195
195
  rubyforge_project:
196
- rubygems_version: 2.2.0
196
+ rubygems_version: 2.3.0
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: A simple Sinatra app which is integrated with Force.com and some of its API.