mock-gui/locallibs/ruby-rpm-ffi/lib/rpm/gem_version.rb

8 lines
190 B

2 months ago
# 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