pigeon 0.6.0 → 0.6.1

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 (4) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. data/pigeon.gemspec +1 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ begin
11
11
  gem.homepage = "http://github.com/twg/pigeon"
12
12
  gem.authors = %w[ tadman ]
13
13
  gem.add_development_dependency 'eventmachine'
14
+ gem.executables = [ ]
14
15
  end
15
16
  Jeweler::GemcutterTasks.new
16
17
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
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.0"
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.0
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
- - launcher.example
28
+ executables: []
29
+
30
30
  extensions: []
31
31
 
32
32
  extra_rdoc_files: