ru2 2.5.0 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4516bbe66c28707ae714dd4e477658ea388d6e18
4
- data.tar.gz: d5bd8dbc090542b5d868fd2a58fa01cfd51742a8
2
+ SHA256:
3
+ metadata.gz: b942cb0fe5735a910a7557e0ceadf081ca7019b2374f921f284a433075d57e24
4
+ data.tar.gz: b02ae0f35ad41441f8f1eb7edb1a74a55a3a4b2db54c8030fa54102a182bfeb5
5
5
  SHA512:
6
- metadata.gz: a6f690b81b221c25b026551732f50db8702c05d7b583224204c8df6192057dd3ed229ab19381d864c0a18196d28c80f351e8ff6749f4b286d5dd363a6ecb4ab3
7
- data.tar.gz: f88afed5f14664c3ffe9fb11c605b5dc0d57b5fae84a0a861fa3fad181cbe40fac970544854ecc71502b96f610ab58ad58e50aa6348d531d13b89b894f5c70b5
6
+ metadata.gz: 8903915dd15e66e2ad51242ab68ba162c11d8cb688f1b03ffda31fedcf955452bc06171c2beb5465c5a265f0dba57c1f7d99a5331fd6804c8c2d67a8b9627717
7
+ data.tar.gz: 107190667fa2c1b2ae175ef656eafd73e294b28c6bb138a5ea57b67b360b3592e0323d55d7707d03d07b0de1b9a1f9dad5f08e3fb06d2447c751b47cee51e780
@@ -9,4 +9,5 @@ rvm:
9
9
  - '2.2'
10
10
  - '2.3'
11
11
  - '2.4'
12
+ - '2.5'
12
13
  #- 'rubinius-3.81'
@@ -95,7 +95,6 @@ module Ru
95
95
 
96
96
  output = context.instance_eval(parsed[:code])
97
97
  end
98
- output = stdin if output == nil
99
98
 
100
99
  prepare_output(output)
101
100
  end
@@ -1,3 +1,3 @@
1
1
  module Ru
2
- VERSION = '2.5.0'
2
+ VERSION = '2.6.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ru2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Benner
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-12 00:00:00.000000000 Z
12
+ date: 2018-02-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubyforge_project:
107
- rubygems_version: 2.6.11
107
+ rubygems_version: 2.7.6
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Ruby in your shell!