threadless 0.1.2 → 0.1.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.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('threadless', '0.1.2') do |p|
5
+ Echoe.new('threadless', '0.1.3') do |p|
6
6
  p.description = "run_later without threads"
7
7
  p.url = "http://github.com/pboy/threadless"
8
8
  p.author = "pboy"
@@ -12,3 +12,7 @@ Echoe.new('threadless', '0.1.2') do |p|
12
12
  end
13
13
 
14
14
  Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
15
+
16
+ task :default do
17
+ require "test/test.rb"
18
+ end
@@ -9,7 +9,7 @@ class Threadless
9
9
  end
10
10
  end
11
11
 
12
- def self.background?(m)
12
+ def self.background?
13
13
  @background
14
14
  end
15
15
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{threadless}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["pboy"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threadless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - pboy