Skip to content

Commit

Permalink
version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Jan 10, 2015
1 parent e643f1b commit c16f8c4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
v 0.0.1
=======
v 0.0.2 (2015.01.10)
====================

New features:

* Support evaluation of function calls
* Support expression between parentheses
* Add multiple assignment to the language
* Add some runtime type checks

Bug fixes:

* repeatWith command issue (f0e5fa00a178ffad825c6cfdafbfbd333e331f9b)

Infrastructure:

* Support Ruby 2.2.0 and 1.9.3
* Upgrade dependencies to latest stable versions
* Lots of refactorings and new specs (now 316)

v 0.0.1 (2013.10.26)
====================

First version.
4 changes: 2 additions & 2 deletions gobstones.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'gobstones'
spec.version = '0.0.1.1'
spec.version = '0.0.2'
spec.licenses = ['GPLv3']
spec.authors = ['Nahuel Garbezza']
spec.email = ['[email protected]']
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = '>= 1.3.6'

spec.add_development_dependency 'rspec', '~> 2'
spec.add_development_dependency 'rspec', '~> 3'

spec.files = `git ls-files`.split $/
spec.test_files = spec.files.grep %r{^spec/}
Expand Down

0 comments on commit c16f8c4

Please sign in to comment.