carrier-pigeon 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Sean Porter
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,10 +1,6 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "carrier-pigeon/version"
4
-
5
1
  Gem::Specification.new do |s|
6
2
  s.name = "carrier-pigeon"
7
- s.version = Carrier::Pigeon::VERSION
3
+ s.version = "0.1.0"
8
4
  s.platform = Gem::Platform::RUBY
9
5
  s.authors = ["Sean Porter"]
10
6
  s.email = ["portertech@gmail.com"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: carrier-pigeon
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Porter
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-11 00:00:00 -07:00
13
+ date: 2011-08-07 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -36,11 +36,11 @@ extra_rdoc_files: []
36
36
  files:
37
37
  - .gitignore
38
38
  - Gemfile
39
+ - MIT-LICENSE.txt
39
40
  - README.org
40
41
  - Rakefile
41
42
  - carrier-pigeon.gemspec
42
43
  - lib/carrier-pigeon.rb
43
- - lib/carrier-pigeon/version.rb
44
44
  has_rdoc: true
45
45
  homepage: https://github.com/portertech/carrier-pigeon
46
46
  licenses:
@@ -1,5 +0,0 @@
1
- module Carrier
2
- module Pigeon
3
- VERSION = "0.0.4"
4
- end
5
- end