bakkdoor-blocktalk 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/version.rb +3 -0
  3. metadata +2 -1
data/README.markdown CHANGED
@@ -1,5 +1,5 @@
1
1
  # ***Blocktalk*** #
2
- ### **v0.1.3** ###
2
+ ### **v0.1.4** ###
3
3
 
4
4
  ## **Blocktalk** is a dynamic, object-oriented programming language somewhat in the tradition of Smalltalk and Ruby. ##
5
5
 
data/version.rb ADDED
@@ -0,0 +1,3 @@
1
+ def blocktalk_version
2
+ return "0.1.3"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bakkdoor-blocktalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Bertels
@@ -36,6 +36,7 @@ files:
36
36
  - TODO
37
37
  - LICENSE
38
38
  - evaluator.rb
39
+ - version.rb
39
40
  - grammar/blocktalk.tt
40
41
  - grammar/blocktalk.rb
41
42
  - lib/core.rb