shen-ruby 0.15.0 → 0.15.1

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
2
  SHA1:
3
- metadata.gz: f381d80e5e8c9c146296ca0e845fb4a49ff27126
4
- data.tar.gz: 437fe5e43da5ab851519ee279bb72a2128778060
3
+ metadata.gz: 326ab184a4bbc195f4a837d2a3ad91fa1215c392
4
+ data.tar.gz: 9739bcba33303dca1ad3c1ead8abe8e8f26a4a4b
5
5
  SHA512:
6
- metadata.gz: a1ced5ed4e8fc01bf4ac200270b3f403a0698ce7e9947b2a5e8766291e3407684441a122dde8f6e1d79a956e0dc46c7b775e13a8ce8ba5e04a329e259e972786
7
- data.tar.gz: 6edca0f42ba32be1ca4185f5c3472f403fb9a68ced4df92f4d5b86520887dd6eca03be4d23eda084c77290d7017b7043b7e9f768f3af82cf6feeea9f203d18d9
6
+ metadata.gz: 83f351e3424352bf795ab42dcdeb29d42a2457836a32449520b3d4f3576d174f241791eccd725065c4a7c01e2c89afe384118e2c84dd10820cd492eaa04978a9
7
+ data.tar.gz: e4fbfe1173c96169ba691fe7993709e0f5c07ad79f687f62d999a7ba1a4ba53a8c1496d38664202934ff52615fff47c48863a49ca0154f442ca2e514b3b7e871
data/HISTORY.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ShenRuby Release History
2
2
 
3
+ ## 0.15.1 - March 31, 2014
4
+ ### Bug Fix
5
+ - Fixed Shen version in Gem description
6
+
3
7
  ## 0.15.0 - March 31, 2015
4
8
  ### Features
5
9
  - Added `shen-ruby` executable for running ShenRuby programs outside of REPL
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.14.0 is the current release. To install it as a gem, use the following command:
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.0 ported by Greg Spurrier
31
+ port 0.15.1 ported by Greg Spurrier
32
32
 
33
33
 
34
34
  (0-)
@@ -1,3 +1,3 @@
1
1
  module ShenRuby
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
@@ -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 8.1.}
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.0
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 8.1.
69
+ supports Shen version 18.1.
70
70
  email:
71
71
  - greg@sourcematters.org
72
72
  executables: