olddoc 1.5.0 → 1.5.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5614f3a82bc35af87869f15255c7cc86c0d443fa
4
- data.tar.gz: 43441e8910762cc4f34aeeecd760082c02ad4edb
2
+ SHA256:
3
+ metadata.gz: b5ed269def320cfe052cabbe1ccaf952cb67ea35f218f71c697e64602e53160a
4
+ data.tar.gz: a08e13570e7b1c29314d9d9d1a84dfef34eaa3b142d770037acc92a6261e2176
5
5
  SHA512:
6
- metadata.gz: 435eaf60d26a2b554525bd35f966e64b4bff0a62ee8f8841179adc2462cd283233435d0bcae401b8f47726d3ee7ab907557d69b87c6c661478bf29bede7d6f82
7
- data.tar.gz: 6a22ddf07bd04d73610955f960a355108beecc64c2d28e6f5c774575742ecc8d93a8ab8eec88d91ba4ec03348d932c2d7528275ba80ce60e79a3d35605aa027a
6
+ metadata.gz: 1b8668a99554c443cedf069975c1bcdec7e8ebdc56d5527f799400b93c7e27008d11c007e281fe1d5f638aff19fffbdd0b475130fa3d1b2d28a2b3153cc27b4f
7
+ data.tar.gz: 23a4fa35c6a4b1f099917db814312a15af705c9f24fe5211a152ba7b72da6a66ed4111fedc1ed69735d4b564f1f62b5a700c6d9af78cb4ed9e0deaf879a3154c
@@ -5,7 +5,7 @@
5
5
  CONSTANT = "Olddoc::VERSION"
6
6
  RVF = "lib/olddoc/version.rb"
7
7
  GVF = "GIT-VERSION-FILE"
8
- DEF_VER = "v1.5.0"
8
+ DEF_VER = "v1.5.1"
9
9
  vn = DEF_VER.dup
10
10
 
11
11
  # First see if there is a version file (included in release tarballs),
data/README CHANGED
@@ -12,7 +12,7 @@ with people and hardware.
12
12
  == Reasons
13
13
 
14
14
  * No CSS. Encouraging users to use CSS leads to problems like
15
- copy-paste hijacking: http://thejh.net/misc/website-terminal-copy-paste
15
+ copy-paste hijacking: https://thejh.net/misc/website-terminal-copy-paste
16
16
  External CSS also increases page load time as it often blocks page
17
17
  rendering. Asynchronous loading of CSS also causes accessibility
18
18
  problems as links/buttons may move as a user attempts to click.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ task :rsync_docs do
7
7
  top = %w(INSTALL README COPYING)
8
8
 
9
9
  # git-set-file-times is distributed with rsync,
10
- # Also available at: http://yhbt.net/git-set-file-times
10
+ # Also available at: https://yhbt.net/git-set-file-times
11
11
  # on Debian systems: /usr/share/doc/rsync/scripts/git-set-file-times.gz
12
12
  sh("git", "set-file-times", 'Documentation', *top)
13
13
 
@@ -1,6 +1,6 @@
1
1
  # :stopdoc:
2
2
  begin
3
- gem 'rdoc', [ '>= 4.2', '< 6.0' ]
3
+ gem 'rdoc', [ '>= 4.2', '< 7.0' ]
4
4
  require_relative '../olddoc'
5
5
  rescue Gem::LoadError
6
6
  end unless defined?(Olddoc)
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.files = manifest
18
18
 
19
19
  # works fine with RDoc 5.x
20
- s.add_dependency('rdoc', ['>= 4.2', '< 6.0'])
20
+ s.add_dependency('rdoc', ['>= 4.2', '< 7.0'])
21
21
  s.required_ruby_version = '>= 1.9.3'
22
22
  s.homepage = Olddoc.config['rdoc_url']
23
23
  s.licenses = 'GPL-3.0+'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: olddoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - olddoc hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-02 00:00:00.000000000 Z
11
+ date: 2017-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '4.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6.0'
22
+ version: '7.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '4.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6.0'
32
+ version: '7.0'
33
33
  description: |-
34
34
  olddoc contains old-fashioned document generators for those who do not
35
35
  wish to impose bloated, new-fangled web cruft on their readers.
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.6.8
108
+ rubygems_version: 2.7.3
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: old-fashioned Ruby documentation generator