pear-programmer 0.1.11 → 0.1.12

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
  SHA256:
3
- metadata.gz: 34ac3b10571708853a88b57e0b2c828e6ae3dcc72d9640003fe6d702a8a766f3
4
- data.tar.gz: 41a342a7514aa53a43059691a603fb1f9e1b89e8cb6c3e5a8a4dd7544706aa14
3
+ metadata.gz: e509f77877fe3a2461fb05cd829b4f9c55cdd5bee8ce543b20b0613990c18a1a
4
+ data.tar.gz: a8bf41e65df0f5d400badc71a529374cf320a537f594d0bc02825f8e3e04e138
5
5
  SHA512:
6
- metadata.gz: 89a51c5f77a5292443ad510cda1b3a5ec7676393d95f6c5127aa205e8aa0110b1be106fd92e6aa2a1a704ba22357c1bfd2f3b66608fe0c84fa083cb76acebdf5
7
- data.tar.gz: 8b318fc5d9c84fd55637a36d3bb6d3e20fa61f666807cfc6d26fc5850c18da4159fde8a6b506a1a52b49c895cae241910c22bdd7d9b118187b26305526a43c41
6
+ metadata.gz: 13becc873e41a17ef891cb0db33b81de91f64b0aef2e511272f26fcc5c7f864d485f49652173ad0b21e2651c8cd9a100560b96d3f91b4c56d04fdbd08fb9c919
7
+ data.tar.gz: b143980cbd00e85937873a5a0a9339fabbf4c20af797d7af45bf7bb4ddab4f6436cc105d5ac5641203ef4c38ba53079128d93eddaab8417e0c193cd44acb410e
data/lib/cli/actions.rb CHANGED
@@ -102,13 +102,14 @@ module Cli
102
102
  end
103
103
 
104
104
  id = PairProgrammer::Api::Coder.create(tasks, context, requirements, nil)
105
- Cli::Display.success_message("Done")
106
- Cli::Display.info_message("You can now run pear-on coding start")
105
+ Cli::Display.success_message("created and running")
106
+
107
+ run_coder({ id: id })
107
108
  end
108
109
 
109
110
  def self.run_coder(options)
110
111
  config = Cli::Configuration.new
111
- auto = !!options[:auto]
112
+ auto = true #!!options[:auto]
112
113
 
113
114
  if options[:id]
114
115
  id = options[:id]
data/lib/cli/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Cli
2
2
  module Version
3
- VERSION = "0.1.11"
3
+ VERSION = "0.1.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pear-programmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Edelstein