Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samstokes committed Apr 27, 2010
1 parent 12460fd commit f34a581
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 0.2.1 / 2010/04/27

* If unexpected response code, exception should include diagnostic info

=== 0.2.0 / 2010/04/24

* Support Person API lookup by site profile (e.g. Twitter username) for API v3.
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby-rapleaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module Rapleaf

VERSION = '0.2.0'
VERSION = '0.2.1'

# API Constants
API_HOST = 'api.rapleaf.com'
Expand Down
4 changes: 2 additions & 2 deletions ruby-rapleaf.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = %q{ruby-rapleaf}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Glenn Rempe", "Sam Stokes"]
s.date = %q{2010-04-24}
s.date = %q{2010-04-27}
s.description = %q{Rapleaf's goal is to make the internet safe and transparent, by allowing you to evaluate your web footprint across a variety of user-generated sites. See http://www.rapleaf.com for more information.}
s.email = ["glenn@rempe.us", "sam@rapportive.com"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
Expand Down

0 comments on commit f34a581

Please sign in to comment.