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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78f0cee5081369bd81427a2265d1b07d32cd0cf94431149dcc217d15ea438db6
4
- data.tar.gz: 8f0ec1968496a1343cb1c2ccde99e49883ee005a59cc5847b7674e5568e60e79
3
+ metadata.gz: 5c6357a9641d446b4fc0fc88fa0fffc1dfa92cbc82a8e7bcf4a3df5681bdb1c0
4
+ data.tar.gz: d738d71b006ba6fcf56bb8ea557aa0f386237099575add6b6b66636aa1a69343
5
5
  SHA512:
6
- metadata.gz: 5f3ceb6eed7c7cde98a56f2fb32083c9cbcf030bc8c615bdb4ddf889ead48b16fb25e19b8c054c5b19a5c9070cf5450e068c5c2f5f831c218eafcbaed83edc41
7
- data.tar.gz: 0c9c23e5672ce8bb81843a1f7f292966eabfde058ae3289179a81da7c5d09337a8dbac01c8fb9083d0586e6749f4412d86f16188c08b7527a9acb4dad747a1e4
6
+ metadata.gz: d9568940c5f9bad3246290c26737961a767ee835d1189bccec00467f573bd6a4a691d5db938ec421ec23d28ce7746f95882dedd7104fa8987b9eb57725041561
7
+ data.tar.gz: a1ea52afd99fdccf641fe2eb62ad7c302105e15828cb39973327df3afefb48903c202202510e26a8712594401ddbb25eab8edf16f29a868bc003fdf0ea6d816c
@@ -1 +1 @@
1
- oϢX�ȝ�ۭ�8���dbZ��Ml4H����q1΢� �Dκr��ĺ�}�֊�!qݑ!�#6(Ǒ�8��lj��#>��Y��X<�PS�
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/125222.png)](https://asciinema.org/a/125222)
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
 
@@ -12,7 +12,7 @@ module Gemsmith
12
12
  end
13
13
 
14
14
  def self.version
15
- "12.0.0"
15
+ "12.1.0"
16
16
  end
17
17
 
18
18
  def self.version_label
@@ -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.0"
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) -%>
@@ -1,3 +1,3 @@
1
- # v0.1.0 (<%= Time.now.strftime "%Y-%m-%d" %>)
1
+ # 0.1.0 (<%= Time.now.strftime "%Y-%m-%d" %>)
2
2
 
3
3
  - Initial version.
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.0.0
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-04-01 00:00:00.000000000 Z
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.1'
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.1'
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.1'
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.1'
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.1'
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.1'
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.0'
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.0'
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
- W?c�!洩ʳ���^���l�Ӓ�����q9��x"�i�#����DKX�>���ݹ���c���!n�,5wvDA)A�1)�֦Ż�������kq��q�
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��}��!*=ќO3:G t����l_��v���ί�e5��k�LnF�%���������hOܫL^m��s���`�>�q��Im��q�ҥ4�� �*��c��3]&��\"o9�??�������i��w�� ��3dI��V� ��b��,