Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
volmer committed Jan 5, 2015
1 parent a3652d4 commit 7305568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
policial (0.0.2)
policial (0.0.3)
octokit (~> 3.7)
rubocop (~> 0.2)

Expand All @@ -20,7 +20,7 @@ GEM
multipart-post (2.0.0)
octokit (3.7.0)
sawyer (~> 0.6.0, >= 0.5.3)
parser (2.2.0.pre.8)
parser (2.2.0.1)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9)
Expand All @@ -44,7 +44,7 @@ GEM
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.7.0)
ruby-progressbar (1.7.1)
safe_yaml (1.0.4)
sawyer (0.6.0)
addressable (~> 2.3.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/policial/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public: The gem version.
module Policial
VERSION = '0.0.2'
VERSION = '0.0.3'
end

0 comments on commit 7305568

Please sign in to comment.