Skip to content

Commit

Permalink
Updated README, bumped version number to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
isabanin committed Sep 13, 2010
1 parent dc158b2 commit d8b4cdb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Expand Up @@ -58,7 +58,6 @@ To use SSL encryption when sending email configure the library as follows:

Postmark.secure = true


== Requirements

The gem relies on TMail or Mail for building the message. You will also need postmark account, server and sender signature set up to use it.
Expand Down Expand Up @@ -86,4 +85,4 @@ http://developer.postmarkapp.com

== Copyright

Copyright (c) 2009 Wildbit LLC. See LICENSE for details.
Copyright (c) 2010 Wildbit LLC. See LICENSE for details.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.1
0.8.0
14 changes: 10 additions & 4 deletions postmark.gemspec
Expand Up @@ -5,32 +5,38 @@

Gem::Specification.new do |s|
s.name = %q{postmark}
s.version = "0.7.0"
s.version = "0.8.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Petyo Ivanov"]
s.date = %q{2010-04-12}
s.date = %q{2010-09-13}
s.description = %q{Ruby gem for sending emails through http://postmarkapp.com HTTP API. It relieas on TMail::Mail for message construction.}
s.email = %q{underlog@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
".bundle/config",
".document",
".gitignore",
".rake_tasks",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"features/postmark.feature",
"features/step_definitions/postmark_steps.rb",
"features/support/env.rb",
"init.rb",
"lib/mail/postmark.rb",
"lib/postmark.rb",
"lib/postmark/bounce.rb",
"lib/postmark/http_client.rb",
"lib/postmark/json.rb",
"lib/postmark/mail_message_extension.rb",
"lib/postmark/response_parsers/active_support.rb",
"lib/postmark/response_parsers/json.rb",
"lib/postmark/response_parsers/yajl.rb",
Expand All @@ -50,7 +56,7 @@ Gem::Specification.new do |s|
}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Ruby gem for sending emails through http://postmarkapp.com HTTP API}
s.test_files = [
"spec/bounce_spec.rb",
Expand Down

0 comments on commit d8b4cdb

Please sign in to comment.