revealing 1.7.0 → 1.7.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
2
  SHA256:
3
- metadata.gz: eeaf9bdb3125f361a49bd39c17057d37b58ea1de070ece50e3b8bee0a1959780
4
- data.tar.gz: 98e2527a517b223f970de33d0f9f6af4acb489510d707279770a286c2e580314
3
+ metadata.gz: 6b180ab4da6a2867654ca51da49884705aa5b079ef79a262541bb0c183025134
4
+ data.tar.gz: 9056ac5328a69df0094da47bed70835fc0e6acf5a16638e4528fa845f73a1902
5
5
  SHA512:
6
- metadata.gz: b1fa8c93a1e0106f0f5fe025438fea6a6abb9cb64f3ae863c64b4ac52a8079be47f88183ed7d971f45be21b1683c6da472407a61b8a256905ba5649d7febe227
7
- data.tar.gz: 6e4a90059a8a7b8b902557ae29e9726bd874505b3d4d5586aa871de7803d1b7a9b09a707480161688199238d7211a3a5e788e8d174228c3a3962f11a53c4b571
6
+ metadata.gz: 5543fd86c1184fe32409bf3ad00c9f21e6f0fee19aa7c591dd150ad793c69574c9dbacd865d75a387094c4689c2d98864ea5cf270f0e24d69e5fad076bff5cee
7
+ data.tar.gz: daf22681dc8e97435648e39c1d13eeedb3e7063439cbf9a6a07c066ca9155aff4aa115984f8d0e6f4d9e034ab6cc1957e7dd198c2718c4aafbb5a59ec5e1946b
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.4
2
+ TargetRubyVersion: 2.7
3
3
  Include:
4
4
  - '**/Gemfile'
5
5
  - '**/Rakefile'
@@ -18,5 +18,20 @@ Metrics/BlockLength:
18
18
  Exclude:
19
19
  - spec/**/*
20
20
 
21
- Metrics/LineLength:
21
+ Layout/LineLength:
22
22
  Max: 180
23
+
24
+ Layout/SpaceAroundMethodCallOperator: { Enabled: true }
25
+ Lint/RaiseException: { Enabled: true }
26
+ Lint/StructNewOverride: { Enabled: true }
27
+ Style/ExponentialNotation: { Enabled: true }
28
+ Style/HashEachMethods: { Enabled: true }
29
+ Style/HashTransformKeys: { Enabled: true }
30
+ Style/HashTransformValues: { Enabled: true }
31
+ Layout/EmptyLinesAroundAttributeAccessor: { Enabled: true }
32
+ Lint/DeprecatedOpenSSLConstant: { Enabled: true }
33
+ Lint/MixedRegexpCaptureTypes: { Enabled: true }
34
+ Style/RedundantFetchBlock: { Enabled: true }
35
+ Style/RedundantRegexpCharacterClass: { Enabled: true }
36
+ Style/RedundantRegexpEscape: { Enabled: true }
37
+ Style/SlicingWithRange: { Enabled: true }
@@ -1 +1 @@
1
- ruby-2.6.3
1
+ 2.7.1
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  dist: xenial
3
3
  language: ruby
4
- before_install:
5
- - gem update --system
6
- - gem install bundler
4
+ rvm:
5
+ - 2.7.1
@@ -37,6 +37,7 @@ Unique features:
37
37
 
38
38
  # TODO
39
39
 
40
+ 1. Pandoc >= 2.9.3 is [required for reveal.js >= 4.0](https://github.com/jgm/pandoc/issues/6451#issuecomment-642470350)
40
41
  1. Expose customization of
41
42
  * highlight-style
42
43
  * theme
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- REVEAL_JS_VERSION = ENV.fetch('REVEAL_JS_VERSION', '3.8.0')
3
+ REVEAL_JS_VERSION = ENV.fetch('REVEAL_JS_VERSION', '3.9.2')
4
4
 
5
5
  desc 'reveal.js is present'
6
6
  directory REVEAL_JS_TARGET_DIR => TARGET_DIR do |target|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Revealing
4
- VERSION = '1.7.0'
4
+ VERSION = '1.7.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revealing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steffen Uhlig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-22 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -283,7 +283,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
283
283
  - !ruby/object:Gem::Version
284
284
  version: '0'
285
285
  requirements: []
286
- rubygems_version: 3.0.3
286
+ rubygems_version: 3.1.4
287
287
  signing_key:
288
288
  specification_version: 4
289
289
  summary: Rake tasks to for reveal.js presentations