applix.gemspec in applix-0.4.3 vs applix.gemspec in applix-0.4.4

- old
+ new

@@ -1,10 +1,11 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) +require 'applix/version' Gem::Specification.new do |s| s.name = 'applix' - s.version = '0.4.3' + s.version = Applix::VERSION s.platform = Gem::Platform::RUBY s.authors = ['art+com/dirk luesebrink'] s.email = ['dirk.luesebrink@artcom.de'] s.homepage = 'http://github.com/crux/applix' s.summary = 'extracting typed option hashes from command line arguments'