postageapp 1.0.8 → 1.0.9

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 (5) hide show
  1. data/README.md +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/postageapp.gemspec +3 -3
  5. metadata +5 -5
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [PostageApp](http://postageapp.com) Gem
1
+ [PostageApp](http://postageapp.com) Ruby Gem
2
2
  =======================================
3
3
 
4
4
  This is the gem used to integrate Ruby apps with PostageApp service.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = 'Easier way to send email from web apps'
9
9
  gem.description = 'Gem that interfaces with PostageApp.com service to send emails from web apps'
10
10
  gem.email = 'oleg@twg.ca'
11
- gem.homepage = 'http://github.com/theworkinggroup/postageapp-gem'
11
+ gem.homepage = 'http://github.com/postageapp/postageapp-ruby'
12
12
  gem.authors = ['Oleg Khabarov, The Working Group Inc']
13
13
 
14
14
  gem.add_dependency 'json', '>=1.4.6'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.8
1
+ 1.0.9
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{postageapp}
8
- s.version = "1.0.8"
8
+ s.version = "1.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Oleg Khabarov, The Working Group Inc"]
12
- s.date = %q{2010-10-15}
12
+ s.date = %q{2010-11-26}
13
13
  s.description = %q{Gem that interfaces with PostageApp.com service to send emails from web apps}
14
14
  s.email = %q{oleg@twg.ca}
15
15
  s.extra_rdoc_files = [
@@ -71,7 +71,7 @@ Gem::Specification.new do |s|
71
71
  "test/request_test.rb",
72
72
  "test/response_test.rb"
73
73
  ]
74
- s.homepage = %q{http://github.com/theworkinggroup/postageapp-gem}
74
+ s.homepage = %q{http://github.com/postageapp/postageapp-ruby}
75
75
  s.rdoc_options = ["--charset=UTF-8"]
76
76
  s.require_paths = ["lib"]
77
77
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postageapp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 8
10
- version: 1.0.8
9
+ - 9
10
+ version: 1.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Oleg Khabarov, The Working Group Inc
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-15 00:00:00 -04:00
18
+ date: 2010-11-26 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -114,7 +114,7 @@ files:
114
114
  - test/request_test.rb
115
115
  - test/response_test.rb
116
116
  has_rdoc: true
117
- homepage: http://github.com/theworkinggroup/postageapp-gem
117
+ homepage: http://github.com/postageapp/postageapp-ruby
118
118
  licenses: []
119
119
 
120
120
  post_install_message: