goose 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module Goose
16
16
  end
17
17
 
18
18
  def nav_at(*places)
19
- options = places.last.is_a?(Hash) ? args.pop : {}
19
+ options = places.last.is_a?(Hash) ? places.pop : {}
20
20
  nav = options[:in] || :main
21
21
  address = Address.new(*places)
22
22
  goose.render(nav, address)
@@ -1,3 +1,3 @@
1
1
  module Goose
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: goose
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.0
5
+ version: 0.7.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruce Williams