pedicab 0.1.6 → 0.1.9

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: 4a03245e6ff3dcc42d4a672ae60e3728d6dd1ef1cf6a19e0a9a80a070ecaca1c
4
- data.tar.gz: e38e75877ac41580bea974ce7aaad5cd1cee4d42d413d0af69b4f9ee86cbfe7a
3
+ metadata.gz: e3e7e8ae34706959eba76c94426e725efdc38d9576cb361f5fae44bc1f0eb8c6
4
+ data.tar.gz: 9e265c7a55148d841a1e15e1479843b85f102b85b0d2e04998535d913e9cf558
5
5
  SHA512:
6
- metadata.gz: e33115747e0f8537d054ed1f1b9ec8b1cf5b68de91597e25fec0376a60f13b97663fc4af205399790e113d9222358dee6446557c425037fdef0698aceba3a093
7
- data.tar.gz: 9bc622038b6f121be0d67b5847e956d9201482e728e8748d18cf36d7069768b6847bc008c9390463f02f676663061549bd2c20fb7ec3a723a492610456ed5a35
6
+ metadata.gz: 6a7aa936e3712a0672d7ba85c89fb40d2e1b35e39e3bba2d72541e1dab8ac25be776e59be4014d3499d6af44e61f9152fb42ca8cc5a9fd1483ae82d0fa6934c6
7
+ data.tar.gz: b955f84507269e24ab9d8bf7bbd56df362db9d42e9c410dad785a30754bdfc873a6cc5fe7bf6eb07a10370d418b74fdedfad190c34ed3abfc2b142f189793b01
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pedicab (0.1.4)
4
+ pedicab (0.1.6)
5
5
  benchmark
6
6
  eqn
7
7
  httparty
data/lib/pedicab/ride.rb CHANGED
@@ -62,7 +62,7 @@ module Pedicab
62
62
  def go! i, p, &b
63
63
  @path << "with #{i} of #{p}"
64
64
  @state[:action] = "go! fork"
65
- @state[:input] = %[#{@info}#{tale}List only #{i} without repeating yourself:\n#{p}]
65
+ @state[:input] = %[#{@info}#{tale}List only #{i} un-numbered without repeating yourself:\n#{p}]
66
66
  Pedicab.on[:fork].call(self)
67
67
  @state[:list] = rider(role: 'user', model: 'fork', content: @state[:input]).split("\n").uniq.map { |e|
68
68
  if e.strip.length > 0;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pedicab
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.9"
5
5
  end
data/lib/pedicab.rb CHANGED
@@ -25,7 +25,7 @@ module Pedicab
25
25
  class P
26
26
 
27
27
  LIST = {
28
- questions: "all questions necessary to respond to the following",
28
+ questions: "all unique questions necessary to respond to the following",
29
29
  facts: "unique pieces of information within the following",
30
30
  entities: "unique named entities within the following"
31
31
  }
data/pedicab-0.1.6.gem ADDED
Binary file
data/pedicab-0.1.7.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pedicab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Olson
@@ -161,6 +161,8 @@ files:
161
161
  - pedicab-0.1.3.gem
162
162
  - pedicab-0.1.4.gem
163
163
  - pedicab-0.1.5.gem
164
+ - pedicab-0.1.6.gem
165
+ - pedicab-0.1.7.gem
164
166
  - sig/pedicab.rbs
165
167
  homepage: https://github.com/xorgnak/pedicab
166
168
  licenses: