gemsmith 12.0.0 → 12.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 +1 -1
- data.tar.gz.sig +0 -0
- data/README.md +5 -2
- 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%/CHANGES.md.tt +1 -1
- metadata +10 -10
- metadata.gz.sig +1 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c6357a9641d446b4fc0fc88fa0fffc1dfa92cbc82a8e7bcf4a3df5681bdb1c0
|
4
|
+
data.tar.gz: d738d71b006ba6fcf56bb8ea557aa0f386237099575add6b6b66636aa1a69343
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9568940c5f9bad3246290c26737961a767ee835d1189bccec00467f573bd6a4a691d5db938ec421ec23d28ce7746f95882dedd7104fa8987b9eb57725041561
|
7
|
+
data.tar.gz: a1ea52afd99fdccf641fe2eb62ad7c302105e15828cb39973327df3afefb48903c202202510e26a8712594401ddbb25eab8edf16f29a868bc003fdf0ea6d816c
|
checksums.yaml.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
���W/ajT�=��Jɨ�C+g
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -74,7 +74,7 @@ A command line interface for smithing new Ruby gems.
|
|
74
74
|
|
75
75
|
## Screencasts
|
76
76
|
|
77
|
-
[![asciicast](https://asciinema.org/a/
|
77
|
+
[![asciicast](https://asciinema.org/a/173862.png)](https://asciinema.org/a/173862)
|
78
78
|
|
79
79
|
## Requirements
|
80
80
|
|
@@ -98,7 +98,8 @@ This gem can be configured via a global configuration:
|
|
98
98
|
~/.config/gemsmith/configuration.yml
|
99
99
|
|
100
100
|
It can also be configured via [XDG environment variables](https://github.com/bkuhlmann/runcom#xdg)
|
101
|
-
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem.
|
101
|
+
as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem. Check out the [Runcom
|
102
|
+
Examples](https://github.com/bkuhlmann/runcom#examples) for project specific usage.
|
102
103
|
|
103
104
|
The default configuration is as follows:
|
104
105
|
|
@@ -337,7 +338,9 @@ of your gem, you'll be prompted for the missing credentials.
|
|
337
338
|
Once your gem is released, you might want to let the world know about your accomplishment:
|
338
339
|
|
339
340
|
- [How to Spread the Word About Your Code](https://hacks.mozilla.org/2013/05/how-to-spread-the-word-about-your-code)
|
341
|
+
- [Ruby Community](https://www.ruby-lang.org/en/community)
|
340
342
|
- [RubyFlow](http://www.rubyflow.com)
|
343
|
+
- [Ruby Devs Slack](https://rubydevs.herokuapp.com)
|
341
344
|
|
342
345
|
## Troubleshooting
|
343
346
|
|
data/lib/gemsmith/identity.rb
CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
27
27
|
spec.add_dependency "rails", "~> <%= config.dig(:versions, :rails) %>"
|
28
28
|
<%- end -%>
|
29
29
|
<%- if config.dig(:generate, :cli) -%>
|
30
|
-
spec.add_dependency "runcom", "~> 3.
|
30
|
+
spec.add_dependency "runcom", "~> 3.1"
|
31
31
|
spec.add_dependency "thor", "~> 0.20"
|
32
32
|
<%- end -%>
|
33
33
|
<%- if config.dig(:generate, :bundler_audit) -%>
|
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: 12.
|
4
|
+
version: 12.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
29
29
|
4Zrsxi713z6sndd9JBAm4G7mJiV93MsuCM5N4ZDY7XaxIhvctNSNhX/Yn8LLdtGI
|
30
30
|
b4jw5t40FKyNUvLPPXYAvQALBtk=
|
31
31
|
-----END CERTIFICATE-----
|
32
|
-
date: 2018-
|
32
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: bundler
|
@@ -51,42 +51,42 @@ dependencies:
|
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '8.
|
54
|
+
version: '8.2'
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '8.
|
61
|
+
version: '8.2'
|
62
62
|
- !ruby/object:Gem::Dependency
|
63
63
|
name: pragmater
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '5.
|
68
|
+
version: '5.2'
|
69
69
|
type: :runtime
|
70
70
|
prerelease: false
|
71
71
|
version_requirements: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '5.
|
75
|
+
version: '5.2'
|
76
76
|
- !ruby/object:Gem::Dependency
|
77
77
|
name: refinements
|
78
78
|
requirement: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '5.
|
82
|
+
version: '5.2'
|
83
83
|
type: :runtime
|
84
84
|
prerelease: false
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '5.
|
89
|
+
version: '5.2'
|
90
90
|
- !ruby/object:Gem::Dependency
|
91
91
|
name: rubocop
|
92
92
|
requirement: !ruby/object:Gem::Requirement
|
@@ -107,14 +107,14 @@ dependencies:
|
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: '3.
|
110
|
+
version: '3.1'
|
111
111
|
type: :runtime
|
112
112
|
prerelease: false
|
113
113
|
version_requirements: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: '3.
|
117
|
+
version: '3.1'
|
118
118
|
- !ruby/object:Gem::Dependency
|
119
119
|
name: thor
|
120
120
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
�X^�@w�/H<�\.�Z���g�7"��['͔J�&ҵ�"|��0>ō�
|
3
|
-
��:���N�xA�n�K��8�^�q`��5I�E�Z1��7�݀kA��5�;_����B?�'P�#\�}1�|[�Mi8H�c7,W�u=1������!O)5j�2��
|
1
|
+
�pn,b��}��!*=ќO�3:G t����l_��v���ί�e�5��k�LnF�%���������hOܫL^m��s���`�>�q��Im��q�ҥ4���*��c��3�]&��\"o9�??�������i��w����3dI��V���b��,
|