Skip to content

Commit

Permalink
Merge pull request #215 from ruby-rice/namespace_version
Browse files Browse the repository at this point in the history
Move version to rice directory to avoid conflicts with other gems.
  • Loading branch information
jasonroelofs authored Nov 6, 2024
2 parents 50c8648 + 999b77f commit 7454f7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion rice.gemspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 7454f7e

Please sign in to comment.