sf_cli 0.0.10 → 1.0.0.beta1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/sfdc +7 -0
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3e5833449ce9819bd4c28f92d21d2719cfac0bd9b6a0917f61de212b3b1a485
4
- data.tar.gz: 34c71983f1f8feae1dec31b965e9ef1102ea1b4340eb0ebaffa376df8c1cc699
3
+ metadata.gz: afdf126ac27d743486c73a2113ce6456ba3577d705d8791cef1744685ab4799f
4
+ data.tar.gz: f504f4b26b64ceeae348c3d5b21bf386f028e4a5a31e841e659b18a5732681e9
5
5
  SHA512:
6
- metadata.gz: 62d251ef5a3411ec98a835de03f686e45551eb783d6504772ba56abc8eff986b95d0d70f37257479934a670e279656b047326faf623845879cc7f4e797bdae80
7
- data.tar.gz: 25b30fd9cc789d55be2d8f15903b72e16d7bcf03447402782be48f738a8d00bf71270972c47a776df0ce2c59d801bea880ffc1c46e557d8837cc67e32b216406
6
+ metadata.gz: c7d2f747adec0dbabf6e68c8a9eb92eec2f3b9c5cc22640576d44582056e3379c633f2876334b2e0eabfb1e552457ebf0bbb67bf7af440a49190df13b89ff469
7
+ data.tar.gz: a1c4d13892f2e9a9223dffbf7084b5d982fadeaaf3b1c4d55a604781410529a8d64a5735df9a4065749d4cd464c2939d97b7ee8cc4b77671736a405a75d02436
data/bin/sfdc ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'rake'
4
+
5
+ Rake.application.init
6
+ Rake.application.define_task(Rake::Task, :default) { system('irb -r sf_cli/sf/console') }
7
+ Rake.application.top_level
metadata CHANGED
@@ -1,24 +1,26 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 1.0.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takanobu Maekawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A class library for introducing Salesforce CLI to Ruby scripting. Currenty
14
14
  only sf command is the target of development.
15
15
  email:
16
- executables: []
16
+ executables:
17
+ - sfdc
17
18
  extensions: []
18
19
  extra_rdoc_files:
19
20
  - README.rdoc
20
21
  files:
21
22
  - README.rdoc
23
+ - bin/sfdc
22
24
  - lib/sf_cli.rb
23
25
  - lib/sf_cli/console.rb
24
26
  - lib/sf_cli/console/commands.rb