asciidoctor-diagram 1.1.0-java → 1.1.1-java

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: 2da1c4f87abccf3e4453355c5b3a525b983777d6
4
- data.tar.gz: 68d55cdeaf3c3cd604f05d4a01dae3493eed442a
3
+ metadata.gz: 39492da724ad540e40f7ab2f94c2ddddb360d1dc
4
+ data.tar.gz: 71c56837a403619e4d2af14860bdfd5f3f269914
5
5
  SHA512:
6
- metadata.gz: b88d5b7892b6ff4a8a8111a5c88839af4f89601c187c2ae798993680ded5c6ae4dc3e1c56c2bd72f6a24e92d67bcbda75a1b50736a1303a8f1cd8b1792eb76b6
7
- data.tar.gz: 8dd9dc235bd58831981752976f04f86e902372efd90afc6b8ce5ff815d9c31711587860b9e2498677b8b8490aa0cf2371a8d97c29d745ec60c287a6915a4ce03
6
+ metadata.gz: d4db4cf84706e5f043432d2915218563c590fa8d42cf4dceed49614e3c74d3e37169c1588d2d4a7338a604af5458bae178e229ddfff7cf2413b89b1f110fe371
7
+ data.tar.gz: 93428cb3c6066462496719501dc06d1d844d9f6ba3175fbd5a93c7d02c0cfebb9a5ba0d04b567e14556fcfb9392b98c4c05a30dea6c33e62a709b4c4844d03c3
data/CHANGELOG.adoc CHANGED
@@ -1,5 +1,11 @@
1
1
  = Asciidoctor-diagram Changelog
2
2
 
3
+ == 1.1.1
4
+
5
+ Bug Fixes::
6
+
7
+ * Changed rjb dependency from ~> 1.4.9 to ~> 1.4.8 to be compatible with buildr 1.4.15
8
+
3
9
  == 1.1.0
4
10
 
5
11
  Enhancements::
@@ -95,7 +95,7 @@ module Asciidoctor
95
95
  def create_image_block(parent, source, attributes, format, generator_info)
96
96
  target = attributes.delete('target')
97
97
 
98
- image_name = "#{target || source.checksum}.#{format}"
98
+ image_name = "#{target || ('diag-' + source.checksum)}.#{format}"
99
99
  image_dir = File.expand_path(parent.document.attributes['imagesdir'] || '', parent.document.attributes['docdir'])
100
100
  image_file = File.expand_path(image_name, image_dir)
101
101
 
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Diagram
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-diagram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Pepijn Van Eeckhoudt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-16 00:00:00.000000000 Z
11
+ date: 2014-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler