Skip to content

Commit

Permalink
Loosen open4 dependency.
Browse files Browse the repository at this point in the history
The latest version works fine. Being flexible here will allow for
better compatibility with other gems.

Noticed while perusing the fork belonging to @vertis.
  • Loading branch information
rsutphin committed Sep 7, 2012
1 parent cd87379 commit b96f4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@
=====

- Improve error handling on newer versions of JRuby.
- Loosen open4 dependency for wider compatibility with other gems.

0.2.0
=====
Expand Down
2 changes: 1 addition & 1 deletion ladle.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["spec/**/*"]
s.require_paths = ["lib"]

s.add_dependency "open4", "~> 1.0.0" unless java
s.add_dependency "open4", "~> 1.0" unless java
s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "yard", "~> 0.6.1"
s.add_development_dependency java ? "maruku" : "rdiscount"
Expand Down

0 comments on commit b96f4e3

Please sign in to comment.