nanoc-latexmk 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 07db9e5256a5237edc34e3047940216d30d72fb3
4
- data.tar.gz: 65ab3406dc23d0f6dd874ea3c62560aa50c0868d
2
+ SHA256:
3
+ metadata.gz: e73a928df04771372be12991490b4e35d1bb0a598ae811345bb50f67fcdcf68f
4
+ data.tar.gz: 981c124e920a986a07ead16fe98e47e099d8ad8f4bec96e8305d5b1f767ec167
5
5
  SHA512:
6
- metadata.gz: 03a8d5b35ea9d2055e9a33cd398dff7d96213780cc29e0b3b00c7b5798ebcd8b81f0473b30fde60ad99e8601d63ea896a849d04eae5b90c8d3365672f7a63ad5
7
- data.tar.gz: c36223c99112741cbbe201278a882143477e9d11d427bf93aa8a5a7b2a4e6dc1b17ff01e4760abfa643f79367ac4f4de9c63d6603d8b01199c9060a32d867412
6
+ metadata.gz: f2b397e5c8edd9211805e82520664abe10f461af335e1894f2a08553ed13851203500a08f105ed19dd60ae2bd03a794f5ebdd37097ab6961c23f4a20bb1d3c19
7
+ data.tar.gz: b72cee5f35602563ea8a27b700246bf4deb4c94acba3650a4333f63cbd7238fe042d3e970c9ad2d81eaf859887b73b65cd3e25d596c9eb24184a3088f71360fb
@@ -1 +1 @@
1
- 2.4.2
1
+ 2.7.1
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## Release 0.1.2
4
+
5
+ - Update ruby version and gems
6
+
7
+ ## Release 0.1.1
8
+
9
+ - Add [LICENSE](./LICENSE)
10
+
3
11
  ## Release 0.1.0
4
12
 
5
13
  - First release
@@ -1,43 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nanoc-latexmk (0.pre.1.pre.0)
4
+ nanoc-latexmk (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- byebug (9.1.0)
10
- coveralls (0.8.21)
9
+ byebug (11.1.3)
10
+ coveralls (0.8.23)
11
11
  json (>= 1.8, < 3)
12
- simplecov (~> 0.14.1)
12
+ simplecov (~> 0.16.1)
13
13
  term-ansicolor (~> 1.3)
14
- thor (~> 0.19.4)
14
+ thor (>= 0.19.4, < 2.0)
15
15
  tins (~> 1.6)
16
- diff-lcs (1.3)
17
- docile (1.1.5)
18
- json (2.1.0)
19
- rspec (3.7.0)
20
- rspec-core (~> 3.7.0)
21
- rspec-expectations (~> 3.7.0)
22
- rspec-mocks (~> 3.7.0)
23
- rspec-core (3.7.0)
24
- rspec-support (~> 3.7.0)
25
- rspec-expectations (3.7.0)
16
+ diff-lcs (1.4.4)
17
+ docile (1.3.2)
18
+ json (2.3.1)
19
+ rspec (3.9.0)
20
+ rspec-core (~> 3.9.0)
21
+ rspec-expectations (~> 3.9.0)
22
+ rspec-mocks (~> 3.9.0)
23
+ rspec-core (3.9.2)
24
+ rspec-support (~> 3.9.3)
25
+ rspec-expectations (3.9.2)
26
26
  diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.7.0)
28
- rspec-mocks (3.7.0)
27
+ rspec-support (~> 3.9.0)
28
+ rspec-mocks (3.9.1)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.7.0)
31
- rspec-support (3.7.0)
32
- simplecov (0.14.1)
33
- docile (~> 1.1.0)
30
+ rspec-support (~> 3.9.0)
31
+ rspec-support (3.9.3)
32
+ simplecov (0.16.1)
33
+ docile (~> 1.1)
34
34
  json (>= 1.8, < 3)
35
35
  simplecov-html (~> 0.10.0)
36
36
  simplecov-html (0.10.2)
37
- term-ansicolor (1.6.0)
37
+ sync (0.5.0)
38
+ term-ansicolor (1.7.1)
38
39
  tins (~> 1.0)
39
- thor (0.19.4)
40
- tins (1.16.3)
40
+ thor (1.0.1)
41
+ tins (1.25.0)
42
+ sync
41
43
 
42
44
  PLATFORMS
43
45
  ruby
@@ -49,4 +51,4 @@ DEPENDENCIES
49
51
  rspec
50
52
 
51
53
  BUNDLED WITH
52
- 1.16.0
54
+ 2.1.4
@@ -3,7 +3,7 @@ module Nanoc
3
3
  module Version
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 1
6
+ PATCH = 2
7
7
  BUILD = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
  s.version = Nanoc::Latexmk::VERSION
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ['Rien Maertens']
8
- s.email = ['maertensrien@gmail.com']
8
+ s.email = ['rien.maertens@posteo.be']
9
9
  s.homepage = 'https://github.com/rien/nanoc-latexmk'
10
10
  s.summary = 'Latexmk filter for nanoc.'
11
11
  s.description = 'Nanoc filter to convert latex files to pdf using latexmk'
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc-latexmk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien Maertens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-30 00:00:00.000000000 Z
11
+ date: 2020-07-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Nanoc filter to convert latex files to pdf using latexmk
14
14
  email:
15
- - maertensrien@gmail.com
15
+ - rien.maertens@posteo.be
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
@@ -51,8 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubyforge_project:
55
- rubygems_version: 2.6.13
54
+ rubygems_version: 3.1.2
56
55
  signing_key:
57
56
  specification_version: 4
58
57
  summary: Latexmk filter for nanoc.