From c90c4db50796e3708499c93c871d1ab8968f092a Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Mon, 21 Jul 2014 16:17:09 +0300 Subject: Fix bug in 'vars.rb' We need to return value of 'r' instead of value of previous evaluation. --- oxidized.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oxidized.gemspec') diff --git a/oxidized.gemspec b/oxidized.gemspec index 9d8e38f..5c396a2 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.1.0' + s.version = '0.1.1' s.licenses = ['Apache-2.0'] s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] -- cgit v1.2.3