intar 2.13 → 2.14

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README +3 -3
  3. data/lib/intar/version.rb +1 -1
  4. data/lib/intar.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e86e4f946139fe4ff918beed2626ea4a9c61b147921469248bbcc5666b2d4aae
4
- data.tar.gz: 8ea712436624aadf51c8110aac49524782d7052e0ab1cc6261fda9e8b25f8b9b
3
+ metadata.gz: dfabe8ba50f5502971175b8ec48582e1c24d68b75cf164ed10b7b1545b8ed1ec
4
+ data.tar.gz: 376905c4c3f81b252662f6df9803ad8bd9038475c8ccc5c9adc6f79239f5c3c8
5
5
  SHA512:
6
- metadata.gz: 6528b54a1b584b091d894ca95c61ab15e6e276cf49d6b6fbd8f737608a96852908b87e03c31c250609fac12fdccb7ddefe1d41ebe55b4fa39fc02eefd27d7457
7
- data.tar.gz: 69e33fe0bf79a6b1bd8e34d1958c21b4720fa6e7a4912c423cacef1c49f4d9a176a3c7d51cc8a52ad76d5d9d7580e0d5d5e13755bbf07b48c3bc97e43b4291d5
6
+ metadata.gz: 9cf36852e6c4387d6eb85ac8b9dafaced557033bc7be3004eae58ea22529155d08cd7e213d9cfb5a3f630e8ac84b04113e35d39a5f811388c1dcc339b56fc9b0
7
+ data.tar.gz: 156c61b56e014f810f45da42a7500a9ce6b5f937b090eb3d2f6e591c786441b0f51ffb0c5c353ba56e7ece4d9205546f6a9fad48d3bda726b6b6970f2e5ac102
data/README CHANGED
@@ -23,9 +23,9 @@ after this in Irb and in Intar:
23
23
 
24
24
  === Subcommands
25
25
 
26
- obj.method & enter a sub-Intar
27
- obj.each & enter multiple sub-Intars
28
- obj.method &x enter a sub-Intar with variable x
26
+ obj.method ! enter a sub-Intar
27
+ obj.each ! enter multiple sub-Intars
28
+ obj.method !x enter a sub-Intar with variable x
29
29
 
30
30
  \q exit from the innermost sub-Intar
31
31
  \q! exit from the innermost sub-Intar loop
data/lib/intar/version.rb CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  class Intar
6
6
 
7
- VERSION = "2.13".freeze
7
+ VERSION = "2.14".freeze
8
8
 
9
9
  end
10
10
 
data/lib/intar.rb CHANGED
@@ -168,7 +168,7 @@ class Intar
168
168
  private
169
169
 
170
170
  def eval_line l
171
- ls = l.sub %r/\s+&(\w+)?\s*\z/ do
171
+ ls = l.sub %r/\s+!(\w+)?\s*\z/ do
172
172
  <<~EOT
173
173
  \ do |obj|
174
174
  Intar.open #{$1 ? "self" : "obj"} do |i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intar
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.13'
4
+ version: '2.14'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bertram Scharpf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-08 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appl