sane 0.24.3 → 0.24.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/sane.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.24.3
1
+ 0.24.4
@@ -4,7 +4,7 @@
4
4
  # require 'rubygems' if RUBY_VERSION < '1.9' # for the other requires
5
5
 
6
6
  require 'os'
7
- require 'andand'
7
+ #require 'andand' # hmm...
8
8
  for file in Dir[File.dirname(__FILE__) + '/sane/*.rb'].sort do
9
9
  require file
10
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sane
3
3
  version: !ruby/object:Gem::Version
4
- hash: 121
4
+ hash: 119
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 24
9
- - 3
10
- version: 0.24.3
9
+ - 4
10
+ version: 0.24.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roger Pack