Skip to content

Commit

Permalink
Version 1.3.3 w/ dependency on posix-spawn 0.3.6 for win32/jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Apr 20, 2011
1 parent dfd3a87 commit a10d3e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions albino.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'albino' s.name = 'albino'
s.version = '1.3.2' s.version = '1.3.3'
s.date = '2011-03-06' s.date = '2011-04-19'
s.rubyforge_project = 'albino' s.rubyforge_project = 'albino'


## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long
Expand All @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb' ## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'
s.require_paths = %w[lib] s.require_paths = %w[lib]


s.add_dependency('posix-spawn', '>= 0.3.3') s.add_dependency('posix-spawn', '>= 0.3.6')
s.add_development_dependency('mocha') s.add_development_dependency('mocha')


## Leave this section as-is. It will be automatically generated from the ## Leave this section as-is. It will be automatically generated from the
Expand Down
2 changes: 1 addition & 1 deletion lib/albino.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Albino
class ShellArgumentError < ArgumentError; end class ShellArgumentError < ArgumentError; end
include POSIX::Spawn include POSIX::Spawn


VERSION = '1.3.2' VERSION = '1.3.3'


class << self class << self
attr_accessor :bin, :timeout_threshold attr_accessor :bin, :timeout_threshold
Expand Down

0 comments on commit a10d3e1

Please sign in to comment.