gatch 1.0.4 → 1.0.5

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: ad9c0d7a6b52244ca0475fc7f48363e781d60bd7
4
- data.tar.gz: 53932a18a67e3cfdefa65d22c0e214c4b3493eee
3
+ metadata.gz: 2c497f553f11173cb18702901d20b0b9febb2b92
4
+ data.tar.gz: dcec94323ac687ead53b02bac0a79781c929d3c3
5
5
  SHA512:
6
- metadata.gz: 895c201553e671ec33903b4db55644dc8b962ccefd64d113889063fb8053baea3adca4cd6e983902c6fb583cca101eb85e3b0a4e69248b19142d6a7878c746e1
7
- data.tar.gz: e104c7a6dbeab2ec4a666a3ee2d81e65d75dc7642baef9b8f86302401038bb987c54f4e6fc209b2c25c6a34a1f4237ed25765924300607a907f41dcd87be8bd5
6
+ metadata.gz: 550d205db61c8f4fdc036ac56cccb19f482bafb6ba5ec85de01b1daef49e2a9535b0de9d590f697ae935e477e9f99678ef21f5ca73cc6bbfaa8df4ff51e5ec4a
7
+ data.tar.gz: fabeb66777a84a18cec42661db4f392d90697f91aa6dde1c23c2a746003308576b83d661d85c258459ffd69ea1af590140cc8d275bdf1555fed886e97f3a017a
data/README.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # Gatch
2
+ This is a very lightweight and effective tool when you creating a web site.
3
+
4
+ Function:
5
+
6
+ -Launch web server on local environment.
7
+
8
+ -Livereload
9
+
10
+ -Browser synchronization on multiple device.
11
+
12
+ Gatch use Node.js(gulp) and Ruby.
2
13
 
3
14
  ## Installation
4
15
 
@@ -28,14 +39,16 @@ Set up:
28
39
  $ gatch init
29
40
 
30
41
  Starting gatch:
31
- $ gatch run
42
+ $ gatch start
32
43
 
33
44
  Cheking version:
34
45
  $ gatch -v
46
+
47
+ After you perform `gatch init` command ,Please read README.md in you current directory.
35
48
 
36
49
  ## Development
37
50
 
38
- After move your working directory, run `gatch init` to install dependencies. Then, modify `gatch-config.json` to your information. After you set up gatch-config.json , you can run gatch on browser by `gatch run` command.
51
+ After move your working directory, run `gatch init` to install dependencies. Then, modify `gatch-config.json` to your information. After you set up gatch-config.json , you can run gatch on browser by `gatch start` command.
39
52
 
40
53
 
41
54
  ## Contributing
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Ryo Ishikawa"]
10
10
  spec.email = ["ryo31330023@gmail.com"]
11
11
 
12
- spec.summary = %q{gatch is a livereload tool.}
13
- spec.description = %q{It can preview your web side when you work on local environment.}
14
- spec.homepage = "https://github.com/rinov"
12
+ spec.summary = %q{This is a very lightweight and effective tool when you creating a web site.}
13
+ spec.description = %q{This is a very lightweight and effective tool when you creating a web site.}
14
+ spec.homepage = "https://github.com/rinov/gatch"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -10,7 +10,7 @@ module Gatch
10
10
  method_option :version, aliases: '-v', desc: 'version information.'
11
11
  def default()
12
12
  if options[:version]
13
- puts "v1.0.4"
13
+ puts "v1.0.5"
14
14
  else
15
15
  puts "Usuage: gatch [command] [option]"
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Gatch
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Ishikawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-23 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: It can preview your web side when you work on local environment.
69
+ description: This is a very lightweight and effective tool when you creating a web
70
+ site.
70
71
  email:
71
72
  - ryo31330023@gmail.com
72
73
  executables:
@@ -89,7 +90,7 @@ files:
89
90
  - lib/gatch.rb
90
91
  - lib/gatch/cli.rb
91
92
  - lib/gatch/version.rb
92
- homepage: https://github.com/rinov
93
+ homepage: https://github.com/rinov/gatch
93
94
  licenses:
94
95
  - MIT
95
96
  metadata: {}
@@ -112,5 +113,5 @@ rubyforge_project:
112
113
  rubygems_version: 2.6.3
113
114
  signing_key:
114
115
  specification_version: 4
115
- summary: gatch is a livereload tool.
116
+ summary: This is a very lightweight and effective tool when you creating a web site.
116
117
  test_files: []