nanoc-conref-fs 0.6.7 → 0.6.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/nanoc-conref-fs.gemspec +2 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a34309cf661b4f1dfab153b4d90f898b09b768e
4
- data.tar.gz: 64a897ae467fff6af62dbd9fe5a9f34e8795e1c1
3
+ metadata.gz: 7bcde44bcb03a3aa5c5d0116665b6e66c585e9ba
4
+ data.tar.gz: 938fee284ee626a0b69e8be5f678f981f9fd9cb3
5
5
  SHA512:
6
- metadata.gz: f705fa3822b432fc5cf7a7e0bf64f9ff7af4442465e5b51807d3215a4dbbf73ff70ff2ec48da9a097f37e977476bbeb009c14169489e01673f8d406b4dfadeb1
7
- data.tar.gz: 2704063d0c4c13f0e17094e0041579552c836ea8f3a1303b150a51d13ca01b178ee0eae2d864731849d244706aebd866366f0c3a1ac25be38b9532edb16acb36
6
+ metadata.gz: fa5951734f46c06390325d59fcb6b15b68505a2ee4be2fb61397204ad3cf79ea8216c0edc5fa65ae39f642cc3dd08a5f90750e2611223665b83097f6d629c0dc
7
+ data.tar.gz: 3728dddfcc8c16c2f1f96cc9698d1deaf2eccbd28577b7da55db00a739e7127cb7b6fab117895275e28b8abb0b6a771031c203ac4d6a4028e75548a10cd50182
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'nanoc-conref-fs'
6
- spec.version = '0.6.7'
6
+ spec.version = '0.6.8'
7
7
  spec.authors = ['Garen Torikian']
8
8
  spec.email = ['gjtorikian@gmail.com']
9
9
  spec.summary = 'A Nanoc filesystem to permit using conrefs/reusables in your content.'
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
  spec.test_files = spec.files.grep(%r{^(test)/})
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.add_runtime_dependency 'nanoc', '~> 4.3.0'
18
+ spec.add_runtime_dependency 'nanoc', '~> 4.3'
19
19
  spec.add_runtime_dependency 'activesupport', '~> 4.2'
20
20
  spec.add_runtime_dependency 'liquid', '3.0.6'
21
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc-conref-fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-05 00:00:00.000000000 Z
11
+ date: 2017-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nanoc
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.3.0
19
+ version: '4.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.3.0
26
+ version: '4.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  version: '0'
203
203
  requirements: []
204
204
  rubyforge_project:
205
- rubygems_version: 2.4.5.1
205
+ rubygems_version: 2.6.8
206
206
  signing_key:
207
207
  specification_version: 4
208
208
  summary: A Nanoc filesystem to permit using conrefs/reusables in your content.