You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Strings processes code and YARD-style code comments to create documentation in H
9
9
10
10
### Requirements
11
11
12
-
* Ruby 2.5.0 or newer
12
+
* Ruby 2.7.0 or newer
13
13
* Puppet 6.0.0 or newer
14
14
15
15
### Install Puppet Strings
@@ -57,7 +57,7 @@ Markdown output is written to a REFERENCE.md file in the module's main directory
57
57
58
58
See the [Puppet Strings documentation](https://puppet.com/docs/puppet/latest/puppet_strings.html) for complete instructions for generating documentation with Strings.
59
59
60
-
For code comment style guidelines and examples, see the [Puppet Strings style guide](https://puppet.com/docs/puppet/5.5/puppet_strings_style.html).
60
+
For code comment style guidelines and examples, see the [Puppet Strings style guide](https://puppet.com/docs/puppet/latest/puppet_strings_style.html).
61
61
62
62
### Additional Resources
63
63
@@ -124,17 +124,11 @@ An example of running the acceptance tests locally with Docker:
124
124
bundle exec rake litmus:tear_down
125
125
```
126
126
127
-
The [Litmus Wiki](https://github.com/puppetlabs/puppet_litmus/wiki) contains more indepth information about Litmus.
128
-
129
-
There is also a tutorial on using Litmus with an example [Puppet Module](https://github.com/puppetlabs/puppet_litmus/wiki/Tutorial:-use-Litmus-to-execute-acceptance-tests-with-a-sample-module-(MoTD)#install-the-necessary-gems-for-the-module)
130
-
131
127
## Support
132
128
133
129
Please log issues in [GitHub issues](https://github.com/puppetlabs/puppet-strings/issues).
134
130
Check out [CONTRIBUTING.md](https://github.com/puppetlabs/puppet-strings/blob/main/CONTRIBUTING.md) for tips on writing _the best_ issues.
135
131
136
-
A [mailing list](https://groups.google.com/forum/?fromgroups#!forum/puppet-users) is available for asking questions and getting help from others.
137
-
138
132
There is also an active community on the [Puppet community Slack](https://slack.puppet.com) in the #forge-modules channel.
139
133
140
134
We use semantic version numbers for our releases and recommend that users upgrade to patch releases and minor releases as they become available.
0 commit comments