pigeon 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/pigeon.gemspec +1 -2
- metadata +3 -3
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.1
|
data/pigeon.gemspec
CHANGED
@@ -5,14 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{pigeon}
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = [%q{tadman}]
|
12
12
|
s.date = %q{2011-05-12}
|
13
13
|
s.description = %q{Pigeon is a simple way to get started building an EventMachine engine that's intended to run as a background job.}
|
14
14
|
s.email = %q{github@tadman.ca}
|
15
|
-
s.executables = [%q{launcher.example}]
|
16
15
|
s.extra_rdoc_files = [
|
17
16
|
"LICENSE",
|
18
17
|
"README.rdoc"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: pigeon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.6.
|
5
|
+
version: 0.6.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- tadman
|
@@ -25,8 +25,8 @@ dependencies:
|
|
25
25
|
version_requirements: *id001
|
26
26
|
description: Pigeon is a simple way to get started building an EventMachine engine that's intended to run as a background job.
|
27
27
|
email: github@tadman.ca
|
28
|
-
executables:
|
29
|
-
|
28
|
+
executables: []
|
29
|
+
|
30
30
|
extensions: []
|
31
31
|
|
32
32
|
extra_rdoc_files:
|