Compare commits

...

2 Commits

Author SHA1 Message Date
Torsten Ruger 6302038914 make 1.9 save 2015-09-15 20:04:32 +03:00
Torsten Ruger 20796dce66 fix gemfile 2015-09-15 19:46:05 +03:00
3 changed files with 4 additions and 8 deletions

View File

@ -4,7 +4,7 @@ gem "rake"
gem "salama-reader" , :path => "."
gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme"
gem "ast" , :path => "../ast"
gem "ast" #, :path => "../ast"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.

View File

@ -11,14 +11,10 @@ PATH
salama-reader (0.2.0)
citrus (~> 3.0.3)
PATH
remote: ../ast
specs:
ast (2.1.0)
GEM
remote: http://rubygems.org/
specs:
ast (2.1.0)
codeclimate-test-reporter (0.4.6)
simplecov (>= 0.7.1, < 1.0.0)
docile (1.1.5)
@ -36,7 +32,7 @@ PLATFORMS
ruby
DEPENDENCIES
ast!
ast
citrus!
codeclimate-test-reporter
minitest

View File

@ -4,7 +4,7 @@ module Parser
# obviously a work in progress !!
Citrus::Match.include AST::Sexp
Citrus::Match.send :include , AST::Sexp
Citrus.require "parser/bosl"