mementus 0.7.2 → 0.7.3

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
  SHA1:
3
- metadata.gz: 8406a5839e15190df819f220a4c566c36a9e721c
4
- data.tar.gz: 2fc2e1681f4595f12dee0553c74fc7f88fb9ba8b
3
+ metadata.gz: c3744d008d33b6a5d5847301d080e59fa0b9ef55
4
+ data.tar.gz: 87fc45fd14c77321b1d896f9cc4b1c84c13362f5
5
5
  SHA512:
6
- metadata.gz: f546423c0cb1b6909b70961311dc99133792df82f787cf385af94be5405a03e5bdd7b2d04ae491ec86fefbdf8f8f49677cc7ae753c194ce9f5c007cd179616f7
7
- data.tar.gz: b8e268030552f7b44f61cf786946e019c7fd58bc5681b80c783cc68cc5f7f54affbec1b5901ad1120b74d82e102cc64730fa47aa4fcd22b5c4f1360118687a62
6
+ metadata.gz: d0cc23ab2d301ac4f7a8e9faae52e502d8608dd2793406785b3f2e618d2f5b5db7c6ea6cf260e22554e167d7682442ee468b87cf12c206f7e873b4a0302e2466
7
+ data.tar.gz: 271081cbed545ceabddc9b7aaca73ec0f24f26a5769648def7cfe1a659dfeb82eae0e47874fa4c8c9a9cf3526e6485b71e2a1e4ad618d58ac0c185daaa6f01db
data/.travis.yml CHANGED
@@ -2,6 +2,7 @@ language: ruby
2
2
  rvm:
3
3
  - 2.3
4
4
  - 2.4
5
+ - 2.5
5
6
  - ruby-head
6
7
  - jruby-9.1.13.0
7
8
  - jruby-head
@@ -21,12 +21,20 @@ module Mementus
21
21
  @node.props
22
22
  end
23
23
 
24
- def out
25
- Pipeline::Step.new([self], Pipeline::Pipe.new(@graph), @graph).out_e
24
+ def out(match=nil)
25
+ Pipeline::Step.new([self], Pipeline::Pipe.new(@graph), @graph).out(match)
26
26
  end
27
27
 
28
- def out_e
29
- Pipeline::Step.new([self], Pipeline::Pipe.new(@graph), @graph).out_e
28
+ def out_e(match=nil)
29
+ Pipeline::Step.new([self], Pipeline::Pipe.new(@graph), @graph).out_e(match)
30
+ end
31
+
32
+ def in(match=nil)
33
+ Pipeline::Step.new([self], Pipeline::Pipe.new(@graph), @graph).in(match)
34
+ end
35
+
36
+ def in_e(match=nil)
37
+ Pipeline::Step.new([self], Pipeline::Pipe.new(@graph), @graph).in(match)
30
38
  end
31
39
 
32
40
  def each_adjacent(&block)
@@ -1,3 +1,3 @@
1
1
  module Mementus
2
- VERSION = '0.7.2'.freeze
2
+ VERSION = '0.7.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mementus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - maetl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-25 00:00:00.000000000 Z
11
+ date: 2018-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler