factor 0.0.88 → 0.0.89

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 (2) hide show
  1. data/lib/cli/factor.rb +4 -4
  2. metadata +1 -1
data/lib/cli/factor.rb CHANGED
@@ -21,7 +21,7 @@ module Factor
21
21
  end
22
22
  end
23
23
 
24
- Factor::CLI::FactorTask.register(Factor::CLI::Server, "server","server","start and list servers")
25
- Factor::CLI::FactorTask.register(Factor::CLI::Workflow,"workflow","workflow","start and list workflows")
26
- Factor::CLI::FactorTask.register(Factor::CLI::Channel,"channel","channel","install,uninstall, list channels")
27
- Factor::CLI::FactorTask.register(Factor::CLI::Credential,"credential","credential","manage remote credential store")
24
+ Factor::CLI::Factor.register(Factor::CLI::Server, "server","server","start and list servers")
25
+ Factor::CLI::Factor.register(Factor::CLI::Workflow,"workflow","workflow","start and list workflows")
26
+ Factor::CLI::Factor.register(Factor::CLI::Channel,"channel","channel","install,uninstall, list channels")
27
+ Factor::CLI::Factor.register(Factor::CLI::Credential,"credential","credential","manage remote credential store")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.88
4
+ version: 0.0.89
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: