gemsmith 13.2.0 → 13.3.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +2 -1
- data/lib/gemsmith/identity.rb +1 -1
- data/lib/gemsmith/templates/%gem_name%/.rubocop.yml.tt +3 -3
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1706beece0273f5a25c341aedb57a48ef705ac09e5b81279b5df5d7a7dc49de5
|
|
4
|
+
data.tar.gz: 8e4dbd6609511519e36b335b0b9920166e00eaa9794e2a5df106492631983f9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0149bd24188a2e38c2c41bdd3f1c44a1ed7023b07aeedd94999266d76979130d9ca6ed387f3baac9ead3d5c8494990217bfa37d23faeef8a64ff776ce709f440'
|
|
7
|
+
data.tar.gz: 1dcd45ba9d7746cf542e185681aea4e9b33ad20e100e7645d52f9e5a3ee45219c2602fb75d1eb695aded42dc6856b59ce27195930314c0ba0caf5b1d2b95e5ee
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
��
|
|
1
|
+
5Eݰ ��0d����|�9P:���B,x>[� �g:��k�8I����������gH!%�h�dtX������*��p� 0�_H��#1�9�Q�۟*��"��Et(�qj�Ձ��`՚��d��/�A]�Ws`5�,�{~(��M]�8"��O�wỹ�}?�r�<i�Ѷ"��v�'��-��:ڌ��h4���w͜�51.��.��Bd�
|
|
2
|
+
�aw�@?�������ID������Bp=�d�yMx"g`�i��y
|
data/lib/gemsmith/identity.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
inherit_from:
|
|
2
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/3.
|
|
2
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/3.2.0/configurations/rubocop/ruby.yml
|
|
3
3
|
<%- if config.dig(:generate, :rspec) -%>
|
|
4
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/3.
|
|
4
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/3.2.0/configurations/rubocop/rspec.yml
|
|
5
5
|
<%- end -%>
|
|
6
6
|
<%- if config.dig(:generate, :engine) -%>
|
|
7
|
-
- https://raw.githubusercontent.com/bkuhlmann/code_quality/3.
|
|
7
|
+
- https://raw.githubusercontent.com/bkuhlmann/code_quality/3.2.0/configurations/rubocop/rails.yml
|
|
8
8
|
<%- end -%>
|
|
9
9
|
|
|
10
10
|
<%- if config.dig(:generate, :cli) -%>
|
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: 13.
|
|
4
|
+
version: 13.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
dKvURM+1PwDCzC5tvRwjhUJIizau6+MtkFCvJHmaAj1aZL3odcPejHj5Hxt/0CUW
|
|
29
29
|
y84=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2019-
|
|
31
|
+
date: 2019-04-01 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: milestoner
|
|
@@ -458,7 +458,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
458
458
|
- !ruby/object:Gem::Version
|
|
459
459
|
version: '0'
|
|
460
460
|
requirements: []
|
|
461
|
-
rubygems_version: 3.0.
|
|
461
|
+
rubygems_version: 3.0.3
|
|
462
462
|
signing_key:
|
|
463
463
|
specification_version: 4
|
|
464
464
|
summary: A command line interface for smithing new Ruby gems.
|
metadata.gz.sig
CHANGED
|
Binary file
|