Skip to content

Commit

Permalink
Fix #143 - Childprocess v1.0.0 failing to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mate Farkas authored and sds committed Feb 3, 2019
1 parent b59bafe commit 37e6c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion childprocess.gemspec
Expand Up @@ -21,9 +21,10 @@ Gem::Specification.new do |s|

s.add_development_dependency "rspec", "~> 3.0"
s.add_development_dependency "yard", "~> 0.0"
s.add_development_dependency 'rake', '< 12.0'
s.add_development_dependency 'coveralls', '< 1.0'

s.add_runtime_dependency 'rake', '< 12.0'

# Install FFI gem if we're running on Windows
s.extensions = 'ext/mkrf_conf.rb'
end
2 changes: 1 addition & 1 deletion lib/childprocess/version.rb
@@ -1,3 +1,3 @@
module ChildProcess
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 37e6c0a

Please sign in to comment.