Skip to content

Commit

Permalink
getting ready for the first release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed May 3, 2013
1 parent 4e1f0df commit 1a5d208
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.0.1
* Support for querying a beer
* Support for querying a list of beers
1 change: 0 additions & 1 deletion lib/tankard/api/beers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def page(number)
private

def options_have_page_set
# need to make the keys respond to both symbol and string
@options.has_key?(:p)
end

Expand Down
2 changes: 1 addition & 1 deletion lib/tankard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tankard
VERSION = "0.0.1.alpha"
VERSION = "0.0.1"
end

0 comments on commit 1a5d208

Please sign in to comment.