ed-precompiled_stringio 3.1.8-arm64-darwin

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.
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/stringio.rb ADDED
@@ -0,0 +1,7 @@
1
+ ruby_version = /(\d+\.\d+)/.match(::RUBY_VERSION)
2
+
3
+ begin
4
+ require "#{ruby_version}/stringio.so"
5
+ rescue LoadError
6
+ require "stringio.so"
7
+ end
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ed-precompiled_stringio
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.1.8
5
+ platform: arm64-darwin
6
+ authors:
7
+ - Nobu Nakada
8
+ - Charles Oliver Nutter
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Pseudo `IO` class from/to `String`.
14
+ email:
15
+ - nobu@ruby-lang.org
16
+ - headius@headius.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files:
20
+ - ".document"
21
+ - ".rdoc_options"
22
+ - COPYING
23
+ - LICENSE.txt
24
+ - NEWS.md
25
+ - README.md
26
+ - docs/io.rb
27
+ - ext/stringio/.document
28
+ files:
29
+ - ".document"
30
+ - ".rdoc_options"
31
+ - COPYING
32
+ - LICENSE.txt
33
+ - NEWS.md
34
+ - README.md
35
+ - docs/io.rb
36
+ - ext/stringio/.document
37
+ - ext/stringio/extconf.rb
38
+ - ext/stringio/stringio.c
39
+ - lib/3.0/stringio.bundle
40
+ - lib/3.1/stringio.bundle
41
+ - lib/3.2/stringio.bundle
42
+ - lib/3.3/stringio.bundle
43
+ - lib/3.4/stringio.bundle
44
+ - lib/stringio.rb
45
+ homepage: https://github.com/ruby/stringio
46
+ licenses:
47
+ - Ruby
48
+ - BSD-2-Clause
49
+ metadata:
50
+ changelog_uri: https://github.com/ruby/stringio/releases/tag/v3.1.8
51
+ rdoc_options: []
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '3.0'
59
+ - - "<"
60
+ - !ruby/object:Gem::Version
61
+ version: 3.5.dev
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubygems_version: 3.6.7
69
+ specification_version: 4
70
+ summary: Pseudo IO on String
71
+ test_files: []