gemsmith 10.0.0 → 10.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +2 -3
- data.tar.gz.sig +0 -0
- data/lib/gemsmith/identity.rb +1 -1
- data/lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt +1 -1
- data/lib/gemsmith/templates/%gem_name%/.github/ISSUE_TEMPLATE.md.tt +5 -10
- data/lib/gemsmith/templates/%gem_name%/.github/PULL_REQUEST_TEMPLATE.md.tt +2 -2
- data/lib/gemsmith/templates/%gem_name%/CONTRIBUTING.md.tt +12 -17
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a985f2077a2990dbc8a1812c2ae5d831bc33bc2a
|
4
|
+
data.tar.gz: dc2c316e1b55b22ca032b29dd0613b9029cace6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bbafcccf61618f1bc716d3d5f879abf2af1d61b70e51c9c40486b486deb09679f227be7c6d373e2a062eb8932762f0d4e38026a8bc6d8dcb2334aee63f1155a
|
7
|
+
data.tar.gz: de2a70435e74ff462da81df9016358d8b3c536796394aabbb80de9c0eb4f36d77c218c502201d0a3dd2397035ada5484e8bd1ab937290e9bf5528481c4bccfb5
|
checksums.yaml.gz.sig
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
r��'?��pmۜn��%
|
1
|
+
6��֨Q�y����*���h�w���`���{��V��Lk�1��"�S�D����_
|
2
|
+
�H^=�ōC�[��rM��������~�Y�/�.M���>�uE.}��0�J 6T���W>]X��v��1���t�=��~�/���J0�b�h�ڙtF�
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/gemsmith/identity.rb
CHANGED
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
40
40
|
spec.add_development_dependency "guard-rspec", "~> 4.7"
|
41
41
|
<%- end -%>
|
42
42
|
<%- if config.dig(:generate, :git_cop) -%>
|
43
|
-
spec.add_development_dependency "git-cop", "~> 1.
|
43
|
+
spec.add_development_dependency "git-cop", "~> 1.1"
|
44
44
|
<%- end -%>
|
45
45
|
<%- if config.dig(:generate, :reek) -%>
|
46
46
|
spec.add_development_dependency "reek", "~> 4.7"
|
@@ -1,16 +1,11 @@
|
|
1
|
-
##
|
2
|
-
<!-- Required. Describe, in detail, the behavior experienced. -->
|
3
|
-
|
4
|
-
## Actual Behavior
|
5
|
-
<!-- Required. Describe, in detail, what should be the correct behavior. -->
|
1
|
+
## Overview
|
2
|
+
<!-- Required. Describe, in detail, the behavior experienced and what is desired. -->
|
6
3
|
|
7
4
|
## Steps to Recreate
|
8
|
-
<!--
|
5
|
+
<!-- Optional. List exact steps (numbered list) to reproduce errant behavior. Delete if unused. -->
|
9
6
|
|
10
|
-
|
7
|
+
## Screenshots/Screencasts
|
8
|
+
<!-- Optional. Attach screenshot/screencast(s) that demo the behavior. Delete if unused. -->
|
11
9
|
|
12
10
|
## Environment
|
13
11
|
<!-- Optional. What is your operating system, software version(s), etc. Delete if unused. -->
|
14
|
-
|
15
|
-
## Screenshots/Screencasts
|
16
|
-
<!-- Optional. Attach screenshots/screencasts that demo the behavior. Delete if unused. -->
|
@@ -2,10 +2,10 @@
|
|
2
2
|
<!-- Required. Why is this important/necessary? -->
|
3
3
|
|
4
4
|
## Details
|
5
|
-
<!-- Optional. List the key features/highlights as bullet points. -->
|
5
|
+
<!-- Optional. List the key features/highlights as bullet points. Delete if unused. -->
|
6
6
|
|
7
7
|
## Notes
|
8
8
|
<!-- Optional. List additional notes/references as bullet points. Delete if unused. -->
|
9
9
|
|
10
10
|
## Screenshots/Screencasts
|
11
|
-
<!-- Optional. Provide image/video
|
11
|
+
<!-- Optional. Provide supporting image/video. Delete if unused. -->
|
@@ -1,27 +1,22 @@
|
|
1
|
-
#
|
1
|
+
# Contributing
|
2
2
|
|
3
3
|
Thanks for taking an interest in this open source project. Your support and involvement is greatly
|
4
|
-
appreciated. The following
|
4
|
+
appreciated. The following sections detail what you need to know in order to contribute.
|
5
5
|
|
6
|
-
|
7
|
-
|
8
|
-
Read through the [Programming Style
|
9
|
-
Guides](https://github.com/bkuhlmann/style_guides/tree/master/programming).
|
10
|
-
|
11
|
-
# Contributing Code
|
6
|
+
## Code
|
12
7
|
|
13
8
|
0. Read the project README before starting.
|
14
|
-
0. Fork the `master` branch of the
|
15
|
-
0. Ensure there are no setup, usage, and/or test issues
|
9
|
+
0. Fork the `master` branch of this repository and clone the fork locally.
|
10
|
+
0. Ensure there are no setup, usage, and/or test issues.
|
16
11
|
0. Add tests for new functionality and ensure they pass.
|
17
|
-
0. Submit a pull request
|
12
|
+
0. Submit a pull request, follow the instructions it provides, and ensure the build passes.
|
18
13
|
|
19
|
-
|
14
|
+
## Issues
|
20
15
|
|
21
|
-
0. Submit an issue via the GitHub Issues tab (assuming one does not
|
22
|
-
|
16
|
+
0. Submit an issue via the GitHub Issues tab (assuming one does not
|
17
|
+
already exist) and follow the instructions it provides.
|
23
18
|
|
24
|
-
|
19
|
+
## Feedback
|
25
20
|
|
26
|
-
Expect a response within one to three business days.
|
27
|
-
Changes, alternatives, and/or improvements might be suggested upon review.
|
21
|
+
- Expect a response within one to three business days.
|
22
|
+
- Changes, alternatives, and/or improvements might be suggested upon review.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemsmith
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.
|
4
|
+
version: 10.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
n/LUZ1dKhIHzfKx1B4+TEIefArObGfkLIDM8+Dq1RX7TF1k81Men7iu4MgE9bYBn
|
31
31
|
3dE+xI3FdB5gWcdWxdtgRCmWjtXeYYyb4z6NQQ==
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date: 2017-06-
|
33
|
+
date: 2017-06-29 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: bundler
|
@@ -304,14 +304,14 @@ dependencies:
|
|
304
304
|
requirements:
|
305
305
|
- - "~>"
|
306
306
|
- !ruby/object:Gem::Version
|
307
|
-
version: '1.
|
307
|
+
version: '1.1'
|
308
308
|
type: :development
|
309
309
|
prerelease: false
|
310
310
|
version_requirements: !ruby/object:Gem::Requirement
|
311
311
|
requirements:
|
312
312
|
- - "~>"
|
313
313
|
- !ruby/object:Gem::Version
|
314
|
-
version: '1.
|
314
|
+
version: '1.1'
|
315
315
|
- !ruby/object:Gem::Dependency
|
316
316
|
name: reek
|
317
317
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
Binary file
|