We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404618b commit b3370d5Copy full SHA for b3370d5
lib/version_sorter/version.rb
version_sorter.gemspec
@@ -1,10 +1,9 @@
1
# encoding: utf-8
2
require 'rbconfig'
3
-require File.expand_path('../lib/version_sorter/version', __FILE__)
4
5
Gem::Specification.new do |s|
6
s.name = 'version_sorter'
7
- s.version = VersionSorter::Version
+ s.version = '1.1.1'
8
s.authors = ["Chris Wanstrath", "K. Adam Christensen"]
9
s.email = 'chris@ozmm.org'
10
s.homepage = 'https://github.com/defunkt/version_sorter'
0 commit comments