jirasync.gemspec in jirasync-0.3 vs jirasync.gemspec in jirasync-0.4.0

- old
+ new

@@ -1,13 +1,18 @@ +# -*- encoding: utf-8 -*- +lib = File.expand_path('../lib', __FILE__) +$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) +require 'jirasync/version' + Gem::Specification.new do |s| s.name = 'jirasync' s.summary = 'jirasync synchronises jira projects to the local file system' s.description = 'jirasync synchronises tickets from a jira project to the local file system. It supports a complete fetch operation as well as an incremental update. Each ticket is stored in a simple, pretty printed JSON file.' - s.version = '0.3' + s.version = JiraSync::VERSION s.platform = Gem::Platform::RUBY s.files = ['bin/jira-sync'] s.bindir = 'bin'