bookyt_stock 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,4 @@
30
30
  = collection_select :direct_booking, :booking_template_id, BookingTemplate.by_type(resource_class.name.underscore), :id, :title
31
31
  = submit_tag t_action('new')
32
32
 
33
- %h3= t('title.bookings')
34
- #stock_booking_list
35
- = render 'direct_bookings/list', :reference => resource
33
+ = render 'direct_bookings/show', :reference => resource, :direct_account => resource.direct_account
@@ -1,3 +1,3 @@
1
1
  module BookytStock
2
- VERSION = '0.5.2'
2
+ VERSION = '0.5.3'
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 2
10
- version: 0.5.2
9
+ - 3
10
+ version: 0.5.3
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-03-20 00:00:00 Z
18
+ date: 2012-03-25 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: This plugin extends bookyt with asset/stock functionality.
@@ -77,9 +77,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements: []
78
78
 
79
79
  rubyforge_project:
80
- rubygems_version: 1.8.16
80
+ rubygems_version: 1.8.10
81
81
  signing_key:
82
82
  specification_version: 3
83
83
  summary: Stock plugin for bookyt
84
84
  test_files: []
85
85
 
86
+ has_rdoc: