core_docs 0.9.5 → 0.9.6
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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +7 -0
- data/Rakefile +5 -0
- data/core_docs.gemspec +3 -3
- data/lib/core_docs.rb +0 -0
- data/lib/core_docs/core_docs_25/checksums +11 -11
- data/lib/core_docs/core_docs_25/object_types +0 -0
- data/lib/core_docs/core_docs_25/objects/root.dat +0 -0
- data/lib/core_docs/core_docs_26/checksums +17 -17
- data/lib/core_docs/core_docs_26/object_types +0 -0
- data/lib/core_docs/core_docs_26/objects/root.dat +0 -0
- data/lib/core_docs/core_docs_27/checksums +47 -47
- data/lib/core_docs/core_docs_27/object_types +0 -0
- data/lib/core_docs/core_docs_27/objects/root.dat +0 -0
- data/lib/core_docs/core_docs_30/checksums +557 -0
- data/lib/core_docs/core_docs_30/complete +0 -0
- data/lib/core_docs/core_docs_30/object_types +0 -0
- data/lib/core_docs/core_docs_30/objects/root.dat +0 -0
- data/lib/core_docs/core_docs_30/proxy_types +0 -0
- data/lib/core_docs/version.rb +1 -1
- metadata +15 -8
- data/.travis.yml +0 -13
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/core_docs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: core_docs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Mair (banisterfiend)
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-12-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yard
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 0.9.11
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version:
|
|
27
|
+
version: 0.9.11
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: latest_ruby
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,13 +58,12 @@ description: |
|
|
|
58
58
|
of Ruby methods and classes implemented in C.
|
|
59
59
|
email:
|
|
60
60
|
- jrmair@gmail.com
|
|
61
|
-
-
|
|
61
|
+
- hi@ruby.consulting
|
|
62
62
|
executables: []
|
|
63
63
|
extensions: []
|
|
64
64
|
extra_rdoc_files: []
|
|
65
65
|
files:
|
|
66
66
|
- ".gitignore"
|
|
67
|
-
- ".travis.yml"
|
|
68
67
|
- ".yardopts"
|
|
69
68
|
- CHANGELOG.md
|
|
70
69
|
- Gemfile
|
|
@@ -113,6 +112,11 @@ files:
|
|
|
113
112
|
- lib/core_docs/core_docs_27/object_types
|
|
114
113
|
- lib/core_docs/core_docs_27/objects/root.dat
|
|
115
114
|
- lib/core_docs/core_docs_27/proxy_types
|
|
115
|
+
- lib/core_docs/core_docs_30/checksums
|
|
116
|
+
- lib/core_docs/core_docs_30/complete
|
|
117
|
+
- lib/core_docs/core_docs_30/object_types
|
|
118
|
+
- lib/core_docs/core_docs_30/objects/root.dat
|
|
119
|
+
- lib/core_docs/core_docs_30/proxy_types
|
|
116
120
|
- lib/core_docs/version.rb
|
|
117
121
|
- spec/core_docs_spec.rb
|
|
118
122
|
- spec/gem_with_cext/gems/ext/extconf.rb
|
|
@@ -130,16 +134,19 @@ require_paths:
|
|
|
130
134
|
- lib
|
|
131
135
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
132
136
|
requirements:
|
|
133
|
-
- - "
|
|
137
|
+
- - ">="
|
|
134
138
|
- !ruby/object:Gem::Version
|
|
135
139
|
version: '2.0'
|
|
140
|
+
- - "<"
|
|
141
|
+
- !ruby/object:Gem::Version
|
|
142
|
+
version: '4.0'
|
|
136
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
144
|
requirements:
|
|
138
145
|
- - ">="
|
|
139
146
|
- !ruby/object:Gem::Version
|
|
140
147
|
version: '0'
|
|
141
148
|
requirements: []
|
|
142
|
-
rubygems_version: 3.
|
|
149
|
+
rubygems_version: 3.2.3
|
|
143
150
|
signing_key:
|
|
144
151
|
specification_version: 4
|
|
145
152
|
summary: Provides YARD and extended documentation support
|