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 +4 -4
- data/README.md +15 -2
- data/gatch.gemspec +3 -3
- data/lib/gatch/cli.rb +1 -1
- data/lib/gatch/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c497f553f11173cb18702901d20b0b9febb2b92
|
|
4
|
+
data.tar.gz: dcec94323ac687ead53b02bac0a79781c929d3c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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
|
data/gatch.gemspec
CHANGED
|
@@ -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{
|
|
13
|
-
spec.description = %q{
|
|
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)/}) }
|
data/lib/gatch/cli.rb
CHANGED
data/lib/gatch/version.rb
CHANGED
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
|
+
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-
|
|
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:
|
|
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:
|
|
116
|
+
summary: This is a very lightweight and effective tool when you creating a web site.
|
|
116
117
|
test_files: []
|