cockpit 0.2.4 → 0.2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/cockpit/core/definition.rb +1 -0
  2. metadata +4 -3
@@ -23,6 +23,7 @@ module Cockpit
23
23
  if block_given?
24
24
  @value = self.class.define!(&block)
25
25
  @nested = true
26
+ @callbacks = {}
26
27
  else
27
28
  args = args.pop
28
29
  if args.is_a?(Array)
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cockpit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 77
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 4
10
- version: 0.2.4
10
+ - 1
11
+ version: 0.2.4.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Lance Pollard
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-09-29 00:00:00 -05:00
19
+ date: 2010-10-01 00:00:00 -05:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency