magica 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 593737f9dbab87cd2a745fbd7a962a8a94fd9a6f
4
- data.tar.gz: 767d92965831f71b0cb5463490b960a364f4e0de
3
+ metadata.gz: 62577788a3e691eb9721f30c543c72bc877a6440
4
+ data.tar.gz: 474ddaa3cf884e948884cd488ea5a7746bf4bfe6
5
5
  SHA512:
6
- metadata.gz: dd8fd24617cea40b2bda1336d243cd023a83b4e0a5570bd41b41bc4d8257b87097c089881da347338e49ac92dbe39db6e76509c18fd22c6887994b08c37cfbd9
7
- data.tar.gz: 9eaf19db454b3642663a115667d1211b16209b332ce5bae16257f76d726aa4314b10639b4339f81dddbbb55c407507df651538d3b02f617c66a24bd3e6d2981b
6
+ metadata.gz: f528514384ed8c0c1a54c7dd453acf3ba8d5e700820ad8278071d26a1055f7a94db01cb3805e65cee4adfcbb54457b17cc83b61a7306f180dcfcf4d578209268
7
+ data.tar.gz: c87a4697ed722311df9e4a398e07e4d4cead6bf139aa24beea95007ce7d3ba2c38c29652d1d8625280570596ae687b2a614c97aa1189c34d725d84d21e9e2f11
@@ -1,9 +1,11 @@
1
1
  task :init do
2
2
  magicafile = File.expand_path("../../templates/Magicafile", __FILE__)
3
3
 
4
- if File.exists?("Magica")
4
+ if File.exist?("Magicafile")
5
5
  warn "[Skip] Magica is already exists"
6
6
  else
7
7
  FileUtils.cp(magicafile, "Magicafile")
8
+ puts "create\tMagicafile"
9
+ puts "Magica Initialized"
8
10
  end
9
11
  end
@@ -2,7 +2,7 @@ require "magica/build"
2
2
  require "magica/target"
3
3
 
4
4
  # Define default toolchain
5
- # toolchain :gcc
5
+ toolchain :gcc
6
6
 
7
7
  # Define Build Task
8
8
  # build :main, {clean: true}
@@ -23,7 +23,7 @@ build :main, {clean: true} do
23
23
  # end
24
24
  end
25
25
 
26
- task :run => "build:main" do
26
+ task :run => "main" do
27
27
  # Execute last build file
28
28
  sh exefile
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Magica
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 蒼時弦也
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-28 00:00:00.000000000 Z
11
+ date: 2016-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake