pennu 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,8 @@ class Meal
11
11
  def to_hash()
12
12
  # Add date key to beginning of hash and
13
13
  # return hash of items and titles
14
- {'date' => @date.to_s}.merge @day_items
14
+ {'date' => @date.to_s, 'menu' => @day_items}
15
+ #{'date' => @date.to_s}.merge @day_items
15
16
  end
16
17
 
17
18
  def to_s()
@@ -1,5 +1,5 @@
1
1
  module Pennu
2
2
  module Ruby
3
- VERSION = "0.1"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pennu
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-14 00:00:00.000000000 Z
12
+ date: 2012-12-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mechanize