From 999b77f54131729448050579de7ff74a37bfd25f Mon Sep 17 00:00:00 2001 From: cfis Date: Tue, 5 Nov 2024 18:44:56 -0800 Subject: [PATCH] Move version to rice directory to avoid conflicts with other gems. --- lib/{ => rice}/version.rb | 0 rice.gemspec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{ => rice}/version.rb (100%) diff --git a/lib/version.rb b/lib/rice/version.rb similarity index 100% rename from lib/version.rb rename to lib/rice/version.rb diff --git a/rice.gemspec b/rice.gemspec index 8e6b1f4b..5258682f 100644 --- a/rice.gemspec +++ b/rice.gemspec @@ -1,5 +1,5 @@ $:.unshift File.expand_path(File.dirname(__FILE__)) -require 'lib/version' +require 'lib/rice/version' $spec = Gem::Specification.new do |s| s.name = 'rice'