From c13b247f7f4065e05315692df48838cd33867cb7 Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Sat, 9 Apr 2016 12:10:11 -0700 Subject: [PATCH] 0.6.10: depend on host Rubinius for rubinius-* --- atomy.gemspec | 8 ++++++-- lib/atomy/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/atomy.gemspec b/atomy.gemspec index 0ddcbd8..53089e4 100644 --- a/atomy.gemspec +++ b/atomy.gemspec @@ -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" diff --git a/lib/atomy/version.rb b/lib/atomy/version.rb index 4e5a43b..2917dc4 100644 --- a/lib/atomy/version.rb +++ b/lib/atomy/version.rb @@ -1,3 +1,3 @@ module Atomy - VERSION = "0.6.9" + VERSION = "0.6.10" end