albino 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/albino.gemspec +3 -3
  2. data/lib/albino.rb +1 -1
  3. metadata +7 -7
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'albino'
16
- s.version = '1.3.2'
17
- s.date = '2011-03-06'
16
+ s.version = '1.3.3'
17
+ s.date = '2011-04-19'
18
18
  s.rubyforge_project = 'albino'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  ## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'
34
34
  s.require_paths = %w[lib]
35
35
 
36
- s.add_dependency('posix-spawn', '>= 0.3.3')
36
+ s.add_dependency('posix-spawn', '>= 0.3.6')
37
37
  s.add_development_dependency('mocha')
38
38
 
39
39
  ## Leave this section as-is. It will be automatically generated from the
@@ -51,7 +51,7 @@ class Albino
51
51
  class ShellArgumentError < ArgumentError; end
52
52
  include POSIX::Spawn
53
53
 
54
- VERSION = '1.3.2'
54
+ VERSION = '1.3.3'
55
55
 
56
56
  class << self
57
57
  attr_accessor :bin, :timeout_threshold
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: albino
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 2
10
- version: 1.3.2
9
+ - 3
10
+ version: 1.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Wanstrath
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-06 00:00:00 -08:00
18
+ date: 2011-04-19 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 21
29
+ hash: 31
30
30
  segments:
31
31
  - 0
32
32
  - 3
33
- - 3
34
- version: 0.3.3
33
+ - 6
34
+ version: 0.3.6
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency