Skip to content

Commit

Permalink
Merge pull request #22 from pepijnve/master
Browse files Browse the repository at this point in the history
Fix buildr compatibility
  • Loading branch information
pepijnve committed Feb 21, 2014
2 parents c74223e + 4cfd40c commit f6af9cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
= Asciidoctor-diagram Changelog

== 1.1.1

Bug Fixes::

* Changed rjb dependency from ~> 1.4.9 to ~> 1.4.8 to be compatible with buildr 1.4.15

== 1.1.0

Enhancements::
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-diagram.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec"

s.add_runtime_dependency "asciidoctor", "~> 0.1.4"
s.add_runtime_dependency "rjb", "~> 1.4.9" unless $platform == 'java'
s.add_runtime_dependency "rjb", "~> 1.4.8" unless $platform == 'java'
end
2 changes: 1 addition & 1 deletion lib/asciidoctor-diagram/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module Diagram
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit f6af9cb

Please sign in to comment.