stringio 3.0.4-java → 3.0.5-java

Sign up to get free protection for your applications and to get access to all the features.
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: b250b6a2e8065969988beb76c49b84865fce48d7e0ee5509ee454c1fcc43870d
4
+ data.tar.gz: 885c92cf6b064dee25ed7d31ce527a4f28a1d7afe08dedf084a7abecbbfa69f5
5
5
  SHA512:
6
- metadata.gz: d72daf45ef2446fa3dd4c070b6129c72e89fe8f187aec0fc88bd6bfb7096f11d386a312ab819586fbb972ee2b2fcde96a0bacf01668ad3e87b2472db8f481cb6
7
- data.tar.gz: d73e5bda7af3477879358082dc65d4108fc88b0fd2f8a75f35d9a854658df4abdf46cbb5e04adadc16292c5d571abb5d78f3ba6b6596dc99b073194de4f2078a
6
+ metadata.gz: a799ce83242225a070ca7732d684d13cec365b3e25709ecbc0eb613492e912d554d2fbbc61bea3025531ac90950a02072eb614dec9c9c2b7100fcdd9cad713b3
7
+ data.tar.gz: 9f361df36337a17c0281b85736fd3af1a4bb8d421e066f5bef8b76c1638d48f3e9aef6e075b1eb6f4819dda1b86c104e7b6203d14bd17e57cf83b26636f45d4a
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.5
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-02-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Pseudo `IO` class from/to `String`.
15
15
  email: