Skip to content

Commit

Permalink
Was careless
Browse files Browse the repository at this point in the history
  • Loading branch information
camerond committed Sep 11, 2014
1 parent d785e28 commit bb22a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phil (0.9.5)
phil (0.9.6.1)
activesupport
ffaker

Expand Down
2 changes: 1 addition & 1 deletion lib/phil.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def company_name
Faker::Company.name
end

def address(include_secondary = false))
def address(include_secondary = false)
Faker::Address.street_address(include_secondary)
end

Expand Down
2 changes: 1 addition & 1 deletion lib/phil/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Phil
VERSION = '0.9.6'
VERSION = '0.9.6.1'
end

0 comments on commit bb22a79

Please sign in to comment.