shen-ruby 0.15.0 → 0.15.1
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 +4 -4
- data/HISTORY.md +4 -0
- data/README.md +2 -2
- data/lib/shen_ruby/version.rb +1 -1
- data/shen-ruby.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 326ab184a4bbc195f4a837d2a3ad91fa1215c392
|
|
4
|
+
data.tar.gz: 9739bcba33303dca1ad3c1ead8abe8e8f26a4a4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83f351e3424352bf795ab42dcdeb29d42a2457836a32449520b3d4f3576d174f241791eccd725065c4a7c01e2c89afe384118e2c84dd10820cd492eaa04978a9
|
|
7
|
+
data.tar.gz: e4fbfe1173c96169ba691fe7993709e0f5c07ad79f687f62d999a7ba1a4ba53a8c1496d38664202934ff52615fff47c48863a49ca0154f442ca2e514b3b7e871
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ ShenRuby 0.1.0 began to satisfy the first goal by providing a Shen REPL accessib
|
|
|
14
14
|
## Installation
|
|
15
15
|
NOTE: ShenRuby requires Ruby 1.9 language features. It is tested with Ruby 2.0.0, 2.1.5, and 2.2.0. It has been lightly tested with JRuby 1.7.17. It is functional with Ruby 1.9.3, however its fixed stack size prevents it from passing the Shen Test Suite (see [Setting Stack Size](setting-stack-size) below).
|
|
16
16
|
|
|
17
|
-
ShenRuby 0.
|
|
17
|
+
ShenRuby 0.15.1 is the current release. To install it as a gem, use the following command:
|
|
18
18
|
|
|
19
19
|
gem install shen-ruby
|
|
20
20
|
|
|
@@ -28,7 +28,7 @@ Once the gem has been installed, the Shen REPL can be launched via the `srrepl`
|
|
|
28
28
|
Shen, copyright (C) 2010-2015 Mark Tarver
|
|
29
29
|
www.shenlanguage.org, Shen 18.1
|
|
30
30
|
running under Ruby, implementation: ruby 2.2.1
|
|
31
|
-
port 0.15.
|
|
31
|
+
port 0.15.1 ported by Greg Spurrier
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
(0-)
|
data/lib/shen_ruby/version.rb
CHANGED
data/shen-ruby.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.email = ["greg@sourcematters.org"]
|
|
13
13
|
s.homepage = "https://github.com/gregspurrier/shen-ruby"
|
|
14
14
|
s.summary = %q{ShenRuby is a Ruby port of the Shen programming language}
|
|
15
|
-
s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version
|
|
15
|
+
s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version 18.1.}
|
|
16
16
|
|
|
17
17
|
s.required_ruby_version = ">= 1.9.3"
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shen-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Spurrier
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: 3.1.0
|
|
68
68
|
description: ShenRuby is a port of the Shen programming language to Ruby. It currently
|
|
69
|
-
supports Shen version
|
|
69
|
+
supports Shen version 18.1.
|
|
70
70
|
email:
|
|
71
71
|
- greg@sourcematters.org
|
|
72
72
|
executables:
|