stringio 3.0.4-java → 3.0.6-java

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 -1
  3. data/lib/stringio.jar +0 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b2264d528ba32335a08ca58f631eec236b73c8e2c799e6680169459f346b14b
4
- data.tar.gz: ecd01893b02cb13acacc131175a828afc8c702e2e38ae41ac018cc231e27d89e
3
+ metadata.gz: e730b3ebb35f93ca0c7bb4231565291b421cf7118723094a17ef2f136ee352fe
4
+ data.tar.gz: 5eef588224392c0f4ab8e3719a4f065c61211faeca2602a5702ce4017fbccc79
5
5
  SHA512:
6
- metadata.gz: d72daf45ef2446fa3dd4c070b6129c72e89fe8f187aec0fc88bd6bfb7096f11d386a312ab819586fbb972ee2b2fcde96a0bacf01668ad3e87b2472db8f481cb6
7
- data.tar.gz: d73e5bda7af3477879358082dc65d4108fc88b0fd2f8a75f35d9a854658df4abdf46cbb5e04adadc16292c5d571abb5d78f3ba6b6596dc99b073194de4f2078a
6
+ metadata.gz: e937740dc70fd44ab40752e132feed165026da01e7e7d57c4b39d4323d7082bfd29d6545750e0ec33c9a55b0939044d1a8e804003d76469220287884980f1a93
7
+ data.tar.gz: bbf6e8a128860ea96eb810a5e0d435167c0700eebb7817f84333321edd66676963e31319a489f263ba9a2ce95fb6c3db5776903470b3e1c244171bc617e12298
data/README.md CHANGED
@@ -12,6 +12,7 @@ This library is based on MoonWolf version written in Ruby. Thanks a lot.
12
12
 
13
13
  * `fileno` raises `NotImplementedError`.
14
14
  * encoding conversion is not implemented, and ignored silently.
15
+ * there is no `#to_io` method because this is not an `IO.
15
16
 
16
17
  ## Installation
17
18
 
@@ -31,7 +32,7 @@ Or install it yourself as:
31
32
 
32
33
  ## Development
33
34
 
34
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
35
+ Run `bundle install` to install dependencies and then `bundle exec rake test` to run the tests.
35
36
 
36
37
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
37
38
 
data/lib/stringio.jar CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.6
5
5
  platform: java
6
6
  authors:
7
7
  - Nobu Nakada
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-12-08 00:00:00.000000000 Z
12
+ date: 2023-04-14 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Pseudo `IO` class from/to `String`.
15
15
  email: