LJZN

每天更新Rails练习项目到Github~

» Home
» Category
» About Me
» Github

46项目骨架

06 Jul 2016 » LRTHW
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
	spec.name		 			= "KIKU"
	spec.version 			= '1.0'
	spec.authors 			= ["LJZN"]
	spec.email	 			= ["rubyminer@foxmail.com"]
	spec.summary 			= %q{Work Schedule Manage}
	spec.description	= %q{Daily porduct more visible and more readable.}
	spec.homepage			= "http://ljzn.github.io"
	spec.license			= "MIT"
	
	spec.files				= ['lib/KIKU.rb']
	spec.executables	= ['bin/KIKU']
	spec.test_files		= ['tests/test_KIKU.rb']
	spec.require_paths =["lib"]
end

Related Posts