prairie-ghtpl 0.1.1 → 0.1.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -5
- data/lib/prairie/version.rb +1 -1
- data/prairie.gemspec +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0e2dcdeb6c72e90ee2b9db19fd68285657f0e550dee2f6f6fa55cdfa1739c32
|
|
4
|
+
data.tar.gz: 70deb6d9faf6584dfeff771428c8dca23b71c6854b501fd48837083845b4f64c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8a49ffb767f2a8e9a9d66d6b319d23811411ec28cbf3a77e3000ff021d4cee10722dd33443737d4cf52ab1c151e33b7ddf7c32459d50280fbdce0c0ca707a65
|
|
7
|
+
data.tar.gz: 8080d7d50d20e84088d773c0e3baa7259623c9c3c7c230f3964acad3d6e8d5a00ec9f34cbea051fd7470d8c79176afe2040f1f0bd4af64232cafb04cc2983111
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# Prairie
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Prairie provides command make it easier to create templates that enhance the convenience of development using github.
|
|
4
|
+
Try to run the `prairie` command after installing Gem as shown below.
|
|
6
5
|
|
|
7
6
|
## Installation
|
|
8
7
|
|
|
@@ -14,7 +13,7 @@ gem 'prairie'
|
|
|
14
13
|
|
|
15
14
|
And then execute:
|
|
16
15
|
|
|
17
|
-
$
|
|
16
|
+
$ prairie
|
|
18
17
|
|
|
19
18
|
Or install it yourself as:
|
|
20
19
|
|
|
@@ -22,7 +21,7 @@ Or install it yourself as:
|
|
|
22
21
|
|
|
23
22
|
## Usage
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
Use the `prairie` command to create a template for .githubmessage, issue, and pullrequest before starting development.
|
|
26
25
|
|
|
27
26
|
## Development
|
|
28
27
|
|
data/lib/prairie/version.rb
CHANGED
data/prairie.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ["IrukNuj"]
|
|
9
9
|
spec.email = ["b1716568@planet.kanazawa-it.ac.jp"]
|
|
10
10
|
|
|
11
|
-
spec.summary =
|
|
12
|
-
spec.description =
|
|
11
|
+
spec.summary = %q{Create commit template.}
|
|
12
|
+
spec.description = %q{Create `.githubmessage`, `.github/ISSUE_TEMPLATE.md`, `.github/PULL_REQUEST_TEMPLATE.md`.}
|
|
13
13
|
spec.homepage = "https://github.com/iruknuj"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prairie-ghtpl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- IrukNuj
|
|
@@ -52,8 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description:
|
|
56
|
-
`.github/PULL_REQUEST_TEMPLATE.md`.
|
|
55
|
+
description: Create `.githubmessage`, `.github/ISSUE_TEMPLATE.md`, `.github/PULL_REQUEST_TEMPLATE.md`.
|
|
57
56
|
email:
|
|
58
57
|
- b1716568@planet.kanazawa-it.ac.jp
|
|
59
58
|
executables:
|
|
@@ -98,5 +97,5 @@ requirements: []
|
|
|
98
97
|
rubygems_version: 3.0.6
|
|
99
98
|
signing_key:
|
|
100
99
|
specification_version: 4
|
|
101
|
-
summary:
|
|
100
|
+
summary: Create commit template.
|
|
102
101
|
test_files: []
|