postal 0.2.2 → 0.2.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 (4) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. data/postal.gemspec +7 -8
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -7,9 +7,9 @@ begin
7
7
  gem.name = "postal"
8
8
  gem.summary = %Q{Gem for talking to the Lyris API}
9
9
  gem.description = %Q{Lyris is an enterprise email service. Postal makes it easy for Ruby to talk to Lyris's API.}
10
- gem.email = "cannikinn@gmail.com"
11
- gem.homepage = "http://github.com/cannikin/postal"
12
- gem.authors = ["Rob Cameron"]
10
+ gem.email = "rob.cameron@active.com"
11
+ gem.homepage = "http://github.com/activenetwork/postal"
12
+ gem.authors = ["The Active Network"]
13
13
  gem.add_dependency('soap4r','>= 1.5.8')
14
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
15
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -1,17 +1,17 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{postal}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Rob Cameron"]
12
- s.date = %q{2009-11-19}
11
+ s.authors = ["The Active Network"]
12
+ s.date = %q{2010-01-29}
13
13
  s.description = %q{Lyris is an enterprise email service. Postal makes it easy for Ruby to talk to Lyris's API.}
14
- s.email = %q{cannikinn@gmail.com}
14
+ s.email = %q{rob.cameron@active.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  "test/postal_suite.rb",
43
43
  "test/test_helper.rb"
44
44
  ]
45
- s.homepage = %q{http://github.com/cannikin/postal}
45
+ s.homepage = %q{http://github.com/activenetwork/postal}
46
46
  s.rdoc_options = ["--charset=UTF-8"]
47
47
  s.require_paths = ["lib"]
48
48
  s.rubygems_version = %q{1.3.5}
@@ -70,4 +70,3 @@ Gem::Specification.new do |s|
70
70
  s.add_dependency(%q<soap4r>, [">= 1.5.8"])
71
71
  end
72
72
  end
73
-
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
- - Rob Cameron
7
+ - The Active Network
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-19 00:00:00 -08:00
12
+ date: 2010-01-29 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: 1.5.8
24
24
  version:
25
25
  description: Lyris is an enterprise email service. Postal makes it easy for Ruby to talk to Lyris's API.
26
- email: cannikinn@gmail.com
26
+ email: rob.cameron@active.com
27
27
  executables: []
28
28
 
29
29
  extensions: []
@@ -57,7 +57,7 @@ files:
57
57
  - test/postal_suite.rb
58
58
  - test/test_helper.rb
59
59
  has_rdoc: true
60
- homepage: http://github.com/cannikin/postal
60
+ homepage: http://github.com/activenetwork/postal
61
61
  licenses: []
62
62
 
63
63
  post_install_message: