gatch 1.0.1 → 1.0.2

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: a32e9371ae6df5a9f357ac84e6f116e2cf5cec46
4
- data.tar.gz: 27805ca21ba87fd7609aa31fa18470f41f3ba408
3
+ metadata.gz: 5e68de4c780dcebebf14088995efd98f9f602983
4
+ data.tar.gz: 372214d784b3d75a391bc7ba1563c078b9e4d07c
5
5
  SHA512:
6
- metadata.gz: 1889a1b1e7e5f3f93f00207f3ca89104138796d309a6820028e9d435f5a73da8e19b0ff22b9e96c7ae3815b27be38f8af096ccd48cd92ca6134c81f6f4421f85
7
- data.tar.gz: 7fd94efff48e385a840b6f1970fb89df37fc1d924cb5e4d7527ef134905727d6a6c44b1fb0426fc40e50f7f3c69b16e39f3b79451f96c55d653fac7584dad82c
6
+ metadata.gz: ff835ac00ebdc9a3684069c13dab017c450e9616108fec140c51c7b58ae5e5f791c53e82e474465d4f7bc91b552d160086089751087afe5c654553be1f5e5880
7
+ data.tar.gz: c01d6f2dc0267f9021e50d73e43cc9d95b063b4c5e791868f3246b6eb169bc9a41be37a0e73dd5af378442b06ed294a6b1f6f81687c041a765f46c85640e1f92
@@ -2,8 +2,4 @@ require "gatch/version"
2
2
  require "gatch/cli"
3
3
 
4
4
  module Gatch
5
- <<<<<<< HEAD
6
- =======
7
- # Your code goes here...
8
- >>>>>>> 106301b40609565cf3c7cea18f38d9f4de3f5be7
9
5
  end
@@ -1,7 +1,4 @@
1
- <<<<<<< HEAD
2
- =======
3
1
  # coding: utf-8
4
- >>>>>>> 106301b40609565cf3c7cea18f38d9f4de3f5be7
5
2
  require 'gatch'
6
3
  require 'thor'
7
4
 
@@ -13,7 +10,7 @@ module Gatch
13
10
  method_option :version, aliases: '-v', desc: 'version information.'
14
11
  def default()
15
12
  if options[:version]
16
- puts "v1.0.0"
13
+ puts "v1.0.1"
17
14
  else
18
15
  puts "Usuage: gatch [command] [option]"
19
16
  end
@@ -31,12 +28,5 @@ module Gatch
31
28
  system("gulp")
32
29
  end
33
30
 
34
- <<<<<<< HEAD
35
- =======
36
- desc 'stop','stop gatch'
37
- def stop()
38
-
39
- end
40
- >>>>>>> 106301b40609565cf3c7cea18f38d9f4de3f5be7
41
31
  end
42
32
  end
@@ -1,3 +1,3 @@
1
1
  module Gatch
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Ishikawa
@@ -88,7 +88,6 @@ files:
88
88
  - gatch.gemspec
89
89
  - gulpfile.js
90
90
  - lib/gatch.rb
91
- - lib/gatch/.cli.rb.swp
92
91
  - lib/gatch/cli.rb
93
92
  - lib/gatch/version.rb
94
93
  - package.json
Binary file