You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
190 B

# The reason this file is gem_version.rb and not version.rb
# is because it conflicts with the version.rb class
module RPM
PKG_NAME = 'ruby-rpm'.freeze
GEM_VERSION = '0.0.5'.freeze
end