bookyt_stock 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module BookytStock
3
3
  def setup_bookyt_stock(navigation)
4
4
  navigation.item :stocks, t_title(:index, Stock), stocks_path,
5
5
  :if => Proc.new { user_signed_in? } do |stocks|
6
- stocks.item :stocks, t_title(:index, Stock), stocks_path, :highlights_on => /\/stocks($|\/[0-9]*($|\/.*))/
6
+ stocks.item :stock_list, t_title(:index, Stock), stocks_path, :highlights_on => /\/stocks($|\/[0-9]*($|\/.*))/
7
7
  stocks.item :new_stock, t_title(:new, Stock), new_stock_path
8
8
  stocks.item :write_downs, t_title(:write_downs, Stock), write_downs_stocks_path, :highlights_on => /\/stocks\/write_downs($|\?)/
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module BookytStock
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_stock
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-19 00:00:00 Z
18
+ date: 2012-03-16 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: This plugin extends bookyt with asset/stock functionality.
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements: []
78
78
 
79
79
  rubyforge_project:
80
- rubygems_version: 1.8.10
80
+ rubygems_version: 1.8.15
81
81
  signing_key:
82
82
  specification_version: 3
83
83
  summary: Stock plugin for bookyt