sf_cli 0.0.7.beta → 0.0.7.beta2

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/sfc +7 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d6a73aff083990381d6c9ed7c40dcc790d19bab64017646cf96f9924aa090e1
4
- data.tar.gz: d30ccf71200791cc1a707a467cdc32ef77ac6d7354737a601afc7558a3730db5
3
+ metadata.gz: dfe11b6577f9c950bc7ebe9a602392f843462d2121e4b53bad470ae5fc88d70a
4
+ data.tar.gz: 7b8be5a7d4d7fe214968a41ed334df490c59fec0c1308c922b98c53d7e6d5bc4
5
5
  SHA512:
6
- metadata.gz: f26eeca12a7a749e9f301db3fb1d65afabcda9e1cf4ebff3f114eca5e88fcbe5e4bb6671fa51c42b5872b130c69af24b5739096982b4b74cfb37e2312b9563e6
7
- data.tar.gz: ee67beea3aca77f3f04e8bf6e2ecded31da7e90f9dffb89c54e22e8da9007514ffc3b39658cf1b15a1237663bfead78e20e7b28384288d6062966012aebd73e2
6
+ metadata.gz: e5dd28989b46ed7044bf01f872197f29a591b005e0d150dd526c97d2c5fdf1e543a7112d3ccdff5867f967800f1673f2073a0585bb06223d8b541f8ac2ae2873
7
+ data.tar.gz: 25a31b68eed96337d806721c42c24ad1452728c00f2db8577c93f211a2147fab61c9a8b692978f67df8b690ea8aa94bbf21fea5200e8b6ac4c1c2ad71062474b
data/bin/sfc 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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.beta
4
+ version: 0.0.7.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takanobu Maekawa
@@ -13,7 +13,8 @@ dependencies: []
13
13
  description: This is a class library for introducing Salesforce CLI to Ruby scripting.
14
14
  Currenty only sf command is the target of development.
15
15
  email:
16
- executables: []
16
+ executables:
17
+ - sfc
17
18
  extensions: []
18
19
  extra_rdoc_files:
19
20
  - README.rdoc
@@ -21,6 +22,7 @@ extra_rdoc_files:
21
22
  files:
22
23
  - CHANGELOG.md
23
24
  - README.rdoc
25
+ - bin/sfc
24
26
  - lib/sf_cli.rb
25
27
  - lib/sf_cli/sf/console.rb
26
28
  - lib/sf_cli/sf/core/base.rb