app-ctx 0.1.3 → 0.1.4

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 (4) hide show
  1. data/CHANGELOG +6 -0
  2. data/lib/app-ctx.rb +1 -0
  3. data/test/t_app-ctx.rb +1 -0
  4. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ Sat Oct 21 11:45:50 CEST 2006 dirk@sebrink.de
2
+ * added examples to gemspec
3
+
4
+ Sat Oct 21 11:42:14 CEST 2006 dirk@sebrink.de
5
+ * changelog update
6
+
1
7
  Sat Oct 21 11:41:31 CEST 2006 dirk@sebrink.de
2
8
  * more examples, blocks with set_default_values
3
9
 
@@ -1,5 +1,6 @@
1
1
 
2
2
  require 'yaml'
3
+ require 'rdoc/rdoc'
3
4
  require 'rdoc/usage'
4
5
 
5
6
  require 'app-ctx/dlog'
@@ -97,6 +97,7 @@ class AppConfigTest < Test::Unit::TestCase
97
97
  assert_equal({}, c.values)
98
98
 
99
99
  # find the default values config file next to the $0 script
100
+ puts "script: #{$0}"
100
101
  assert_equal File.expand_path($0).sub(/.rb$/, ".yml"), c.defaults_path
101
102
  end
102
103
 
metadata CHANGED
@@ -3,13 +3,13 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: app-ctx
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.3
7
- date: 2006-10-21 00:00:00 +02:00
6
+ version: 0.1.4
7
+ date: 2006-11-02 00:00:00 +01:00
8
8
  summary: command line application startup and config context
9
9
  require_paths:
10
10
  - lib
11
11
  email: dirk@sebrink.de
12
- homepage: http://www.sofasportler.de/dirk.blog, http://www.sebrink.de/
12
+ homepage: http://www.sofasportler.de/dirk.blog/category/coding/ruby/, http://www.sebrink.de/
13
13
  rubyforge_project:
14
14
  description:
15
15
  autorequire: