Skip to content

Commit

Permalink
Inline gem version in gemspec instead of Ruby constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 19, 2015
1 parent 404618b commit b3370d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions lib/version_sorter/version.rb

This file was deleted.

3 changes: 1 addition & 2 deletions version_sorter.gemspec
@@ -1,10 +1,9 @@
# encoding: utf-8
require 'rbconfig'
require File.expand_path('../lib/version_sorter/version', __FILE__)

Gem::Specification.new do |s|
s.name = 'version_sorter'
s.version = VersionSorter::Version
s.version = '1.1.1'
s.authors = ["Chris Wanstrath", "K. Adam Christensen"]
s.email = 'chris@ozmm.org'
s.homepage = 'https://github.com/defunkt/version_sorter'
Expand Down

0 comments on commit b3370d5

Please sign in to comment.