indented_io 0.7.1 → 0.7.2
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
- data/README.md +2 -10
- data/lib/indented_io/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0a203a65d6293b629e37b0e6f37f00b5c010c4d38acac313d481a44b0a50b8b
|
|
4
|
+
data.tar.gz: 68df73e9433c325c8e6597d416222977f25e877a41ec142d7fecaa5aedee877c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b01a78e6633ccca02ede79d880f3c4aec6168b11ddebbbcdc6773a48ef11abe4761919acd623386f1a3fd3cdeb0653dc0bc8f64fd587e3ca97b544fac62751c
|
|
7
|
+
data.tar.gz: 05b55ba617d47d7b9bedfc784efec9d23f9f7284c7691baa0edca8a85f35d64eb1dd55577c1a190b9db675304b7acae7f0db584607762e3a151a3da23e84cef9
|
data/README.md
CHANGED
|
@@ -186,17 +186,9 @@ Or install it yourself as:
|
|
|
186
186
|
|
|
187
187
|
$ gem install indented_io
|
|
188
188
|
|
|
189
|
-
##
|
|
189
|
+
## Documentation
|
|
190
190
|
|
|
191
|
-
|
|
192
|
-
`rake spec` to run the tests. You can also run `bin/console` for an interactive
|
|
193
|
-
prompt that will allow you to experiment.
|
|
194
|
-
|
|
195
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
196
|
-
release a new version, update the version number in `version.rb`, and then run
|
|
197
|
-
`bundle exec rake release`, which will create a git tag for the version, push
|
|
198
|
-
git commits and tags, and push the `.gem` file to
|
|
199
|
-
[rubygems.org](https://rubygems.org).
|
|
191
|
+
API documentation is on [Rubydoc](https://www.rubydoc.info/gems/indented_io/0.7.1)
|
|
200
192
|
|
|
201
193
|
## Contributing
|
|
202
194
|
|
data/lib/indented_io/version.rb
CHANGED