shen-ruby 0.3.0 → 0.3.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.
data/HISTORY.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ShenRuby Release History
2
2
 
3
+ ## 0.3.1 - January 24, 2013
4
+ - No code changes. Updates Gemspec to refer to Shen 8.0.
5
+
3
6
  ## 0.3.0 - January 24, 2013
4
7
  ### Features
5
8
  - Upgrade to Shen 8.0
data/README.md CHANGED
@@ -12,7 +12,7 @@ ShenRuby 0.1.0 began to satisfy the first goal by providing a Shen REPL accessib
12
12
  ## Installation
13
13
  NOTE: ShenRuby requires Ruby 1.9 language features. It has been tested with Ruby 1.9.3-p362. It is not yet working under JRuby or Rubinius.
14
14
 
15
- ShenRuby 0.3.0 is the current release. To install it as gem, use the following command:
15
+ ShenRuby 0.3.1 is the current release. To install it as gem, use the following command:
16
16
 
17
17
  gem install shen-ruby
18
18
 
@@ -26,7 +26,7 @@ Once the gem has been installed, the Shen REPL can be launched via the `srrepl`
26
26
  Shen 2010, copyright (C) 2010 Mark Tarver
27
27
  www.shenlanguage.org, version 8
28
28
  running under Ruby, implementation: ruby 1.9.3
29
- port 0.3.0 ported by Greg Spurrier
29
+ port 0.3.1 ported by Greg Spurrier
30
30
 
31
31
 
32
32
  (0-)
@@ -1,3 +1,3 @@
1
1
  module ShenRuby
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.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 7.1.}
15
+ s.description = %q{ShenRuby is a port of the Shen programming language to Ruby. It currently supports Shen version 8.0.}
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.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,7 @@ dependencies:
29
29
  - !ruby/object:Gem::Version
30
30
  version: '2.12'
31
31
  description: ShenRuby is a port of the Shen programming language to Ruby. It currently
32
- supports Shen version 7.1.
32
+ supports Shen version 8.0.
33
33
  email:
34
34
  - greg@sourcematters.org
35
35
  executables: