diy 1.0.2 → 1.0.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/History.txt +2 -2
  2. data/lib/diy.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,6 +1,6 @@
1
- == 1.0.2 / 2007-12-11
1
+ == 1.0.3 / 2007-12-11
2
2
 
3
- * The last release had a load-path search in it that resulted in requiring files with full path names (rooted in loadpath entries). This is unintuitive, and will almost always result in a double "require" if the application code ever requires a library. The "require" for library loading now relies implicitly on the load path (just like normal human-coded requires.)
3
+ * The 1.0.1 release had a load-path search in it that resulted in requiring files with full path names (rooted in loadpath entries). This is unintuitive, and will almost always result in a double "require" if the application code ever requires a library. The "require" for library loading now relies implicitly on the load path (just like normal human-coded requires.)
4
4
 
5
5
  == 1.0.1 / 2007-12-02
6
6
 
data/lib/diy.rb CHANGED
@@ -2,7 +2,7 @@ require 'yaml'
2
2
  require 'set'
3
3
 
4
4
  module DIY #:nodoc:#
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  class Context
7
7
 
8
8
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ""
6
6
  authors:
7
7
  - Atomic Object