gemsmith 10.0.0 → 10.1.0

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: 0dc045c4ae1d57ae19dfab6dc5b8cab656b73350
4
- data.tar.gz: 9848b73d3ab5110e1f022e089cd8abf382bdea36
3
+ metadata.gz: a985f2077a2990dbc8a1812c2ae5d831bc33bc2a
4
+ data.tar.gz: dc2c316e1b55b22ca032b29dd0613b9029cace6b
5
5
  SHA512:
6
- metadata.gz: ea41d7745d67c0c8fd8a114a81dd60ffc092bd9413c267b133fbcaff8d82abd4b5c510e03415ffc945adcd37bcf7ff806fbb9cfa1a0ab590b08dfdea5340d2e7
7
- data.tar.gz: a3514b43626d2be71b40790785ee552458b0cdd86039dfd1467ae1f25a190ceb0b82ac4e70a61cac1f6b4bea3e7dc7d1a66b0770addfddb0fb75b0b19893eb58
6
+ metadata.gz: 0bbafcccf61618f1bc716d3d5f879abf2af1d61b70e51c9c40486b486deb09679f227be7c6d373e2a062eb8932762f0d4e38026a8bc6d8dcb2334aee63f1155a
7
+ data.tar.gz: de2a70435e74ff462da81df9016358d8b3c536796394aabbb80de9c0eb4f36d77c218c502201d0a3dd2397035ada5484e8bd1ab937290e9bf5528481c4bccfb5
checksums.yaml.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- u=�)'¯S{R��Ec���^��͘�l;m$�(��l���eT���J��=C;k0:ȧ��YS �} �V%g��²��㩖>҈��Z��〦ݤ�w�϶*U��ѽ���0�= GKK�8V�w�V��;�S&$"]�:��1d�I�4݆.��8�<��:H4�� ���&�~b�`K)7I��u�e{�}��,y>�O��ߔ�.>i�
2
- +�[RR�\����2c[,��8��
3
- r��'?��pmۜn��%
1
+ 6��֨Q�y����*���h�w���`���{��V��Lk1��"�򏶳S D����_
2
+ �H౎^=�ōC�[��rM��������~�Y�/�.M���>�uE.} �0J 6T��� W>]X��v��1���t�=��~�/���J0�b�h�ڙtF�
data.tar.gz.sig CHANGED
Binary file
@@ -12,7 +12,7 @@ module Gemsmith
12
12
  end
13
13
 
14
14
  def self.version
15
- "10.0.0"
15
+ "10.1.0"
16
16
  end
17
17
 
18
18
  def self.version_label
@@ -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.0"
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
- ## Expected Behavior
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
- <!-- Required. List the exact steps to the reproduce errant behavior. -->
5
+ <!-- Optional. List exact steps (numbered list) to reproduce errant behavior. Delete if unused. -->
9
6
 
10
- 0.
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 support. Delete if unused. -->
11
+ <!-- Optional. Provide supporting image/video. Delete if unused. -->
@@ -1,27 +1,22 @@
1
- # Overview
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 details what you need to know in order to contribute.
4
+ appreciated. The following sections detail what you need to know in order to contribute.
5
5
 
6
- # Requirements
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 repository.
15
- 0. Ensure there are no setup, usage, and/or test issues (see README for details).
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 and follow the instructions it provides.
12
+ 0. Submit a pull request, follow the instructions it provides, and ensure the build passes.
18
13
 
19
- # Submitting Issues
14
+ ## Issues
20
15
 
21
- 0. Submit an issue via the GitHub Issues tab (assuming one does not already exist).
22
- 0. Follow the instructions provided within the GitHub issue template.
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
- # Feedback
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.0.0
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-18 00:00:00.000000000 Z
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.0'
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.0'
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