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.
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CoreDocs
4
- VERSION = "0.9.5"
4
+ VERSION = "0.9.6"
5
5
  end
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.5
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: 2019-12-27 00:00:00.000000000 Z
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: '0.8'
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: '0.8'
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
- - mail@janlelis.de
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.0.6
149
+ rubygems_version: 3.2.3
143
150
  signing_key:
144
151
  specification_version: 4
145
152
  summary: Provides YARD and extended documentation support
@@ -1,13 +0,0 @@
1
- rvm:
2
- - 1.9.3
3
- - 2.0.0
4
- - 2.1.0
5
- - 2.1.1
6
- - ruby-head
7
-
8
- script:
9
- - rake spec
10
-
11
- branches:
12
- only:
13
- - master