nemo 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/nemo.rb +2 -1
  3. metadata +9 -9
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ - 2005-02-17 V0.1.3
2
+ require 'wee/continuation'
3
+
1
4
  - 2005-02-02 V0.1.2
2
5
  Wee 0.7.0 Compatibility
3
6
 
@@ -9,11 +9,12 @@
9
9
  #
10
10
  module Nemo
11
11
 
12
- Version = "0.1.2"
12
+ Version = "0.1.3"
13
13
 
14
14
  require 'date'
15
15
  require 'wee'
16
16
  require 'wee/utils'
17
+ require 'wee/continuation'
17
18
  require 'nemo/util'
18
19
  require 'nemo/components'
19
20
  require 'nemo/metaobject'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.3
3
3
  specification_version: 1
4
4
  name: nemo
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
7
- date: 2005-02-02
6
+ version: 0.1.3
7
+ date: 2005-02-17
8
8
  summary: Ruby port of Mewa for Wee
9
9
  require_paths:
10
10
  - lib
@@ -30,17 +30,17 @@ files:
30
30
  - test
31
31
  - lib
32
32
  - nemo.gemspec
33
- - CHANGELOG
34
33
  - INSTALL
34
+ - CHANGELOG
35
35
  - nemo_rdoc.bat
36
36
  - README
37
37
  - test/nemo
38
+ - test/unit_test.rb
38
39
  - test/date_picker.rb
39
40
  - test/person_editor.rb
40
- - test/unit_test.rb
41
- - test/nemo/calendar.gif
42
41
  - test/nemo/calendar.css
43
42
  - test/nemo/person_editor.css
43
+ - test/nemo/calendar.gif
44
44
  - lib/nemo
45
45
  - lib/nemo.rb
46
46
  - lib/nemo/visitors
@@ -49,20 +49,20 @@ files:
49
49
  - lib/nemo/util
50
50
  - lib/nemo/examples
51
51
  - lib/nemo/metaobject.rb
52
+ - lib/nemo/util.rb
52
53
  - lib/nemo/examples.rb
53
54
  - lib/nemo/visitors.rb
54
55
  - lib/nemo/components.rb
55
- - lib/nemo/util.rb
56
56
  - lib/nemo/visitors/visitor.rb
57
- - lib/nemo/visitors/editor.rb
58
57
  - lib/nemo/visitors/viewer.rb
58
+ - lib/nemo/visitors/editor.rb
59
59
  - lib/nemo/components/confirm.rb
60
- - lib/nemo/components/calendar.rb
61
60
  - lib/nemo/components/multiattr.rb
61
+ - lib/nemo/components/calendar.rb
62
62
  - lib/nemo/metaobject/metaobject.rb
63
- - lib/nemo/metaobject/validation.rb
64
63
  - lib/nemo/metaobject/attributes.rb
65
64
  - lib/nemo/metaobject/acollector.rb
65
+ - lib/nemo/metaobject/validation.rb
66
66
  - lib/nemo/util/date.rb
67
67
  - lib/nemo/util/blankslate.rb
68
68
  - lib/nemo/util/accessors.rb