Skip to content

Commit

Permalink
Version bump to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Jan 3, 2009
1 parent b9dbe85 commit 4d846ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.txt
@@ -1,5 +1,6 @@
== 0.1.2 UNRELEASED
== 0.2.0 2009-01-03

* Added Marketplace Service support [Nick Plante (zapnap)]
* Added Standard and Subscription documentation.
* Added a submit tag override to simplepay_form_for helper.
* Added a Simplepay::ResponseStatusCode::All shortcut.
Expand Down
2 changes: 1 addition & 1 deletion simplepay.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{simplepay}
s.version = "0.1.1"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nathaniel E. Bibler"]
Expand Down
9 changes: 9 additions & 0 deletions website/index.html
Expand Up @@ -43,6 +43,15 @@ <h2> &raquo;&nbsp;&nbsp;&nbsp;A Ruby Library for Amazon Simple Pay</h2>
<!-- start content -->
<div id="content">
<p><b>simplepay</b> is a <a href="http://ruby-lang.org/" onClick="javascript: pageTracker._trackPageview('/outgoing/ruby-lang.org');">Ruby</a> <a href="http://www.rubygems.org/" onClick="javascript: pageTracker._trackPageview('/outgoing/rubygems.org');">gem</a> which provides a programmatic interface to <a href="https://payments.amazon.com/">Amazon Simple Pay</a> for dynamic form generation and <abbr title="Instant Payment Notification">IPN</abbr> reception and content validation.</p>
<div class="post">
<h2 class="title">Released Version 0.2.0</h2>
<div class="meta">
<p class="byline">Posted by Nathaniel Bibler</p>
</div>
<div class="entry">
<p><a href="http://rubyforge.org/projects/simplepay" onClick="javascript: pageTracker._trackPageview('/outgoing/rubyforge.org/projects/simplepay');">Version 0.2.0</a> has been released and is now available. This version not only adds a bit more documentation, but much more importantly adds Marketplace service support thanks to the efforts of Nick Plante (<a href="http://github.com/zapnap" onclick="javascript: pageTracker._trackPageview('/outgoing/github.com/zapnap');">zapnap</a>)</p>
</div>
</div>
<div class="post">
<h2 class="title">Released Version 0.1.1</h2>
<div class="meta">
Expand Down

0 comments on commit 4d846ec

Please sign in to comment.