Skip to content

Commit

Permalink
0.6.10: depend on host Rubinius for rubinius-*
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Apr 9, 2016
1 parent 40587c4 commit c13b247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions atomy.gemspec
Expand Up @@ -19,8 +19,12 @@ Gem::Specification.new do |s|
}

s.add_runtime_dependency "kpeg", "~> 1.0"
s.add_runtime_dependency "rubinius-compiler", "~> 3.0"
s.add_runtime_dependency "rubinius-ast", "~> 3.0"

# don't pull these in - depend on the version provided by the Rubinius
# installation instead, otherwise this could generate instructions for the
# wrong version of Rubinius
# s.add_runtime_dependency "rubinius-compiler", "~> 3.0"
# s.add_runtime_dependency "rubinius-ast", "~> 3.0"

s.add_development_dependency "rake", "~> 10.4"
s.add_development_dependency "rspec-its", "~> 1.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/atomy/version.rb
@@ -1,3 +1,3 @@
module Atomy
VERSION = "0.6.9"
VERSION = "0.6.10"
end

0 comments on commit c13b247

Please sign in to comment.