Commit 66963cb6 authored by 神楽坂玲奈's avatar 神楽坂玲奈

版本0.3.1

parent 7fdf9abd
......@@ -8,7 +8,7 @@ require 'rake/gempackagetask'
Windows = RUBY_PLATFORM["mingw"] || RUBY_PLATFORM["mswin"]
spec = Gem::Specification.new do |s|
s.name = 'mycard'
s.version = '0.3.0'
s.version = '0.3.1'
s.extra_rdoc_files = ['README.txt', 'LICENSE.txt']
s.summary = 'a card game'
s.description = s.summary
......@@ -18,9 +18,9 @@ spec = Gem::Specification.new do |s|
# s.executables = ['your_executable_here']
s.files = %w(LICENSE.txt README.txt config.yml replay) + Dir.glob("{lib,audio,data,fonts,graphics}/**/*")
if Windows
s.files += %w(mycard.cmd) + Dir.glob("{ruby}/**/*")
s.files += %w(mycard.exe) + Dir.glob("{ruby}/**/*")
else
s.files += %w(mycard.sh)
s.files += %w(install.sh)
end
s.require_path = "lib"
#s.bindir = "bin"
......
@echo off
cd /d %~dp0
ruby\bin\ruby lib/main.rb
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment