Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 0.1.3
  • Loading branch information
robolson committed Jun 30, 2011
1 parent 71e2334 commit 47e20aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.rdoc
@@ -1,3 +1,13 @@
=== Version 0.1.3 2011-06-29

* Removed Jeweler; added gemspec
* Added Gemfile
* Upgrade test library to RSpec2

=== Version 0.1.2 2011-03-07

Increase precision generated by to_http_header for lat/long

=== Version 0.1.1 2010-07-18

Initial release of Rack::Geo middleware.
2 changes: 1 addition & 1 deletion lib/rack/geo/version.rb
Expand Up @@ -3,7 +3,7 @@ class Geo
module VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 47e20aa

Please sign in to comment.