frontkick.gemspec in frontkick-0.0.3 vs frontkick.gemspec in frontkick-0.1.0

- old
+ new

@@ -1,10 +1,12 @@ #! /usr/bin/env gem build # encoding: utf-8 +$LOAD_PATH.unshift File.expand_path('../lib', __FILE__) +require 'frontkick/version' Gem::Specification.new do |gem| gem.name = 'frontkick' - gem.version = File.read(File.expand_path('VERSION', File.dirname(__FILE__))).chomp + gem.version = Frontkick::VERSION gem.authors = ["Naotoshi Seo"] gem.email = ["sonots@gmail.com"] gem.homepage = "https://github.com/sonots/frontkick" gem.summary = "A wrapper of Open3#popen3 to execute a command easily" gem.description = gem.summary