Skip to content

Commit 82ca4ba

Browse files
committed
Major version bump to 2.0.0
While we are not testing RubyGems older then 2.0 for some while already \[[1]\], this actually drops the compatibility layer and could in theory break somebody. [1]: 7b5fbc1
1 parent 15311e1 commit 82ca4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gem2rpm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
require 'gem2rpm/test_suite'
1313

1414
module Gem2Rpm
15-
Gem2Rpm::VERSION = "1.0.2".freeze
15+
Gem2Rpm::VERSION = "2.0.0".freeze
1616

1717
class Exception < RuntimeError; end
1818
class DownloadUrlError < Exception; end

0 commit comments

Comments
 (0)