aspec_rb 0.0.1 → 0.0.2.pre.alpha

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
2
  SHA1:
3
- metadata.gz: 741aaa4767d93c78ccd621de29c2190284e0d457
4
- data.tar.gz: 93a60ac6decd924abb523f2c18ed2f204094b6d9
3
+ metadata.gz: ffb17b9f37cdfa5901f05a5b34f38c4ac6e426c7
4
+ data.tar.gz: 10b57052938d9ad7b5269ad126938616c4b3c08a
5
5
  SHA512:
6
- metadata.gz: f2901681e83dc0898d7fb8906aec1b8a4487960f5a6eeaf60b838eb1e2b9a25913b1def89179ba5b54630f4037f679b9da16c586fdd76760296aca2308af6c6e
7
- data.tar.gz: 3f350489c1ad995e031c9f64a596cd552ecc6960961e7e9da6f787f749d566cd3a11b1d1b7a7d2158a5988dbe0db67bb0e83e513dd5e3eb6b3a707cf096e2a6b
6
+ metadata.gz: dba362dfc3375602f54222ad6ed1e7af382c359591cf72c69b2e808094803648a590ba27d2683d839ccb0639bdab506626a5a10e9d8bb29cf1fbbe5ffa3bdf41
7
+ data.tar.gz: 87ae93307d57101591b24811a97983c60d93607685646d20a0c03b19f7afa7e9848c92fc56f35ca02d1c29d7fa736184b0c008d5e865b7183bad9e190aae4e6a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aspec_rb (0.0.1)
4
+ aspec_rb (0.0.2.pre.alpha)
5
5
  asciidoctor (>= 1.5.0)
6
6
 
7
7
  GEM
data/aspec_rb.gemspec CHANGED
@@ -9,10 +9,10 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['bsmith-n4']
10
10
  spec.email = ['brian.smith@numberfour.eu']
11
11
 
12
- spec.summary = 'Asciidoctor extensions for use as a Jekyll plugin'
12
+ spec.summary = 'Asciidoctor extensions for large HTML documents'
13
13
  spec.description = 'This plugin is a group of Asciidoctor extensions that perform directory walking,
14
14
  resolving the location of titles and anchors in all adoc files so that inter-document
15
- cross-references in a Jekyll project are resolved automatically. Also included are some
15
+ cross-references are resolved automatically. Also included are some
16
16
  custom macros and blocks that are useful for techinical writing.'
17
17
  spec.homepage = 'https://github.com/bsmith-n4/aspec_rb'
18
18
  spec.license = 'MIT'
@@ -2,5 +2,5 @@
2
2
  module AspecRb
3
3
  # After updating the version, publishing can be done by running
4
4
  # rake release in the project root
5
- VERSION = '0.0.1'.freeze
5
+ VERSION = '0.0.2-alpha'.freeze
6
6
  end
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  require 'asciidoctor/extensions'
2
4
  require_relative 'utils/scanner'
3
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspec_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2.pre.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - bsmith-n4
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2018-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,7 @@ dependencies:
69
69
  description: |-
70
70
  This plugin is a group of Asciidoctor extensions that perform directory walking,
71
71
  resolving the location of titles and anchors in all adoc files so that inter-document
72
- cross-references in a Jekyll project are resolved automatically. Also included are some
72
+ cross-references are resolved automatically. Also included are some
73
73
  custom macros and blocks that are useful for techinical writing.
74
74
  email:
75
75
  - brian.smith@numberfour.eu
@@ -121,13 +121,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
121
  version: '2.0'
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
- - - ">="
124
+ - - ">"
125
125
  - !ruby/object:Gem::Version
126
- version: '0'
126
+ version: 1.3.1
127
127
  requirements: []
128
128
  rubyforge_project:
129
129
  rubygems_version: 2.6.12
130
130
  signing_key:
131
131
  specification_version: 4
132
- summary: Asciidoctor extensions for use as a Jekyll plugin
132
+ summary: Asciidoctor extensions for large HTML documents
133
133
  test_files: []