lib/gem2rpm.rb in gem2rpm-0.10.0 vs lib/gem2rpm.rb in gem2rpm-0.10.1
- old
+ new
@@ -5,10 +5,10 @@
require 'gem2rpm/format'
require 'gem2rpm/spec_fetcher'
require 'gem2rpm/specification'
module Gem2Rpm
- Gem2Rpm::VERSION = "0.10.0"
+ Gem2Rpm::VERSION = "0.10.1"
class Exception < RuntimeError; end
class DownloadUrlError < Exception; end
def self.find_download_url(name, version)