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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -10
  3. data/lib/indented_io/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae77258c328dc98d5333e7954d3412556a1628a9ae2797885342f3efeff9c84a
4
- data.tar.gz: 167ea53c4fd36d27a544c304ce72632c452641f3c2978a1c1cc15e1b844e58e7
3
+ metadata.gz: c0a203a65d6293b629e37b0e6f37f00b5c010c4d38acac313d481a44b0a50b8b
4
+ data.tar.gz: 68df73e9433c325c8e6597d416222977f25e877a41ec142d7fecaa5aedee877c
5
5
  SHA512:
6
- metadata.gz: 843c6ca1105dca45e8ea3b53c47933db4e650451b29294855a80a7a84186804d7565f49309fdf2fcbdea30c43d605caea2bf1a5b65c0c6fc90501b896ee8bf23
7
- data.tar.gz: 248f51b62caab9925452779161b2e910eb06aaa62b9c1e886d75bb040b1feb613d7cc9605ddad5aa0c2d2ab7fda5e92dbf0b95b398c278bd287098a351234f73
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
- ## Development
189
+ ## Documentation
190
190
 
191
- After checking out the repo, run `bin/setup` to install dependencies. Then, run
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
 
@@ -1,4 +1,4 @@
1
1
  module IndentedIO
2
2
  # Version number
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: indented_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen