rwdziprwdwhypernote 0.04 → 0.07

Sign up to get free protection for your applications and to get access to all the features.
data/HowTo_HyperNote.txt CHANGED
@@ -81,6 +81,30 @@ Steven Gibson
81
81
  steven@superant.com
82
82
 
83
83
  == Changelog
84
+ Version 0.07
85
+ updated for rwdtinker version 1.63
86
+ changed handling of application name returned
87
+ added jump seletion options
88
+ added some unit tests
89
+
90
+ version 0.06
91
+ added configuration editing tab
92
+ added more help information
93
+ updated for rwdtinker version 1.60
94
+ add rwdapplication info to diagnostic
95
+ turn rescue on in diagnostic upload
96
+
97
+ version 0.05
98
+ beginning to add context help
99
+ updated for rwdtinker version 1.58
100
+ added rconftool use to update configuration files
101
+ changed applets removal to not use external rm
102
+ removed version number from directory name
103
+
104
+ version 0.04
105
+ corrected bug in note name on link tab
106
+ cleaned up variable names in list notes
107
+
84
108
  version 0.03
85
109
  view and edit note
86
110
  view and edit links
data/rwdhypernote.rb CHANGED
@@ -81,6 +81,30 @@ Steven Gibson
81
81
  steven@superant.com
82
82
 
83
83
  == Changelog
84
+ Version 0.07
85
+ updated for rwdtinker version 1.63
86
+ changed handling of application name returned
87
+ added jump seletion options
88
+ added some unit tests
89
+
90
+ version 0.06
91
+ added configuration editing tab
92
+ added more help information
93
+ updated for rwdtinker version 1.60
94
+ add rwdapplication info to diagnostic
95
+ turn rescue on in diagnostic upload
96
+
97
+ version 0.05
98
+ beginning to add context help
99
+ updated for rwdtinker version 1.58
100
+ added rconftool use to update configuration files
101
+ changed applets removal to not use external rm
102
+ removed version number from directory name
103
+
104
+ version 0.04
105
+ corrected bug in note name on link tab
106
+ cleaned up variable names in list notes
107
+
84
108
  version 0.03
85
109
  view and edit note
86
110
  view and edit links
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.4
2
+ rubygems_version: 0.8.8
3
3
  specification_version: 1
4
4
  name: rwdziprwdwhypernote
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.04"
7
- date: 2005-02-17
6
+ version: "0.07"
7
+ date: 2005-04-13
8
8
  summary: rwdziprwdwhypernote is a hierarchical note editor using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51
9
9
  require_paths:
10
10
  - "."
@@ -26,7 +26,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
26
26
  platform: ruby
27
27
  authors: []
28
28
  files:
29
- - rwdwhypernote-0.04.zip
29
+ - rwdwhypernote-0.07.zip
30
30
  - HowTo_HyperNote.txt
31
31
  - rwdhypernote.rb
32
32
  test_files: []
@@ -38,5 +38,5 @@ extra_rdoc_files:
38
38
  executables: []
39
39
  extensions: []
40
40
  requirements:
41
- - rwdtinker > 1.51
41
+ - rwdtinker > 1.63
42
42
  dependencies: []
Binary file