prairie-ghtpl 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 868032b5d45545e9c8bae815f763afa4c046d0ec44bc137957294a4ead7916ee
4
- data.tar.gz: 60c48c75261e9915a883d932bc020fcce50bd9377f2d1281083d9a3fba1756c4
3
+ metadata.gz: c0e2dcdeb6c72e90ee2b9db19fd68285657f0e550dee2f6f6fa55cdfa1739c32
4
+ data.tar.gz: 70deb6d9faf6584dfeff771428c8dca23b71c6854b501fd48837083845b4f64c
5
5
  SHA512:
6
- metadata.gz: 838501b815dc437619ca35295cf5e0ffab0e11ce618856d704f8bc1f445c739f6705c2c6b571e93b808ff04c45a3b9ea65c38c12a7e48deb782e3a8a79a87672
7
- data.tar.gz: f911bea68c24bd636b2f2f8e74ed614ccce1b16dfb90bbe978742938043b810cbde32fb031bad1069412e1dfc2074071f485895309d48023666a402e04733267
6
+ metadata.gz: c8a49ffb767f2a8e9a9d66d6b319d23811411ec28cbf3a77e3000ff021d4cee10722dd33443737d4cf52ab1c151e33b7ddf7c32459d50280fbdce0c0ca707a65
7
+ data.tar.gz: 8080d7d50d20e84088d773c0e3baa7259623c9c3c7c230f3964acad3d6e8d5a00ec9f34cbea051fd7470d8c79176afe2040f1f0bd4af64232cafb04cc2983111
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prairie-ghtpl (0.1.1)
4
+ prairie-ghtpl (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Prairie
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/prairie`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- $ bundle
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
- TODO: Write usage instructions here
24
+ Use the `prairie` command to create a template for .githubmessage, issue, and pullrequest before starting development.
26
25
 
27
26
  ## Development
28
27
 
@@ -1,3 +1,3 @@
1
1
  module Prairie
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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 = "Application that creates commit template."
12
- spec.description = "Application that generates `github.message`, `.github/ISSUE_TEMPLATE.md`, `.github/PULL_REQUEST_TEMPLATE.md`."
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.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: Application that generates `github.message`, `.github/ISSUE_TEMPLATE.md`,
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: Application that creates commit template.
100
+ summary: Create commit template.
102
101
  test_files: []