kyanite 0.5.3 → 0.5.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.
data/History.txt CHANGED
@@ -1,3 +1,5 @@
1
+ == 0.5.4 2012-10-09
2
+ * fixed bug in smart_load_path
1
3
 
2
4
  == 0.5.3 2012-10-09
3
5
  * fixed bug in smart_load_path
@@ -1,5 +1,9 @@
1
1
  # ruby encoding: utf-8
2
- require File.join(File.dirname(__FILE__), '..', '..', '..', 'smart_load_path.rb' ); smart_load_path if $0 == __FILE__
2
+ # ü
3
+ if $0 == __FILE__
4
+ require File.join(File.dirname(__FILE__), '..', '..', '..', 'smart_load_path.rb' )
5
+ smart_load_path
6
+ end
3
7
 
4
8
  require 'kyanite/general/object'
5
9
  require 'kyanite/array/array'
data/lib/kyanite.rb CHANGED
@@ -56,7 +56,7 @@ end
56
56
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57
57
  #
58
58
  module Kyanite
59
- VERSION = '0.5.3'
59
+ VERSION = '0.5.4'
60
60
  end
61
61
 
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kyanite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: