string-builder 2.1.0 → 2.1.1

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 +1 -1
  3. data/string-builder.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eea962779b625fe78ef9c54a3806aff2550d6a9e3880387ada1fd7bdcacee075
4
- data.tar.gz: c52ff6c81a88f7ac0b4f895dad393371fa66de4986526f9daa7f049206d5a532
3
+ metadata.gz: 968a9ed0e66b05ba5ebf1097c4eb93cfc261a4cb4d5a7834716d237bc828c80d
4
+ data.tar.gz: 8ce225e70fc36e5c6fd987dcc8703273b714e8d33c4911b870b7a677cd27a829
5
5
  SHA512:
6
- metadata.gz: 0d6ed807bab2e597ea88d2c46b71db92710d634b58cecf964c26664f625c4b03976798e9892ee6c345a6342a379143aa09126d53c02942b6806785fc42c79aa8
7
- data.tar.gz: 66dd1494d5fa8801c49d1e861f2f26f0635936e437b916b6bacbc7dd703d20932e94f765afb8bbeb13a47db8631d6cdcc980db18c2f548e61e6f945abaa795b4
6
+ metadata.gz: 43aa802365254956bf79c3fc0e6ee84e542a0c55ff456c78b867ac17f51e9030fe1ffa14f3bcbbd5b3bc723219c6f0fde97ad12842550e67a7241c865bcf2231
7
+ data.tar.gz: 95a2668b3bc77a84a5b24c4f8cf446d3b9d3f8a58ceb958ac1604776c1547b58eebfa3eec4347b9a7928f7b348a81ecb9c3fdb7c17e2601625756fbcb2ed9144
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # String::Builder
6
6
 
7
- Modified and extended port of the [String::Builder](https://crystal-lang.org/api/0.20.3/String/Builder.html#build%28capacity%3AInt%3D64%2C%26block%29%3AString-class-method) IO-style initializer from the `String` class of the Crystal programming language.
7
+ Modified and extended port of the [String::Builder](https://crystal-lang.org/api/0.20.3/String/Builder.html#build%28capacity%3AInt%3D64%2C%26block%29%3AString-class-method) IO-style initializer for the `String` class of the Crystal programming language.
8
8
 
9
9
  ## Methods
10
10
 
@@ -3,11 +3,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "string-builder"
6
- spec.version = "2.1.0"
6
+ spec.version = "2.1.1"
7
7
  spec.authors = ["Edwin Onuonga"]
8
8
  spec.email = ["edwinonuonga@gmail.com"]
9
9
 
10
- spec.summary = %q{Modified and extended port of the String::Builder IO-style initializer from the String class of the Crystal programming language.}
10
+ spec.summary = %q{Modified and extended port of the String::Builder IO-style initializer for the String class of the Crystal programming language.}
11
11
  spec.homepage = "https://www.github.com/eonu/string-builder"
12
12
  spec.license = "MIT"
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edwin Onuonga
@@ -93,6 +93,6 @@ rubyforge_project:
93
93
  rubygems_version: 2.7.3
94
94
  signing_key:
95
95
  specification_version: 4
96
- summary: Modified and extended port of the String::Builder IO-style initializer from
96
+ summary: Modified and extended port of the String::Builder IO-style initializer for
97
97
  the String class of the Crystal programming language.
98
98
  test_files: []