dshelf 0.2.10 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/dshelf/file.rb +1 -1
  2. data/lib/dshelf.rb +1 -1
  3. metadata +3 -3
data/lib/dshelf/file.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'rest_client'
2
2
 
3
- class File
3
+ class File < IO
4
4
  class << self; include DistributedShelf end
5
5
  def absolutepath; File.expand_path path, Dir.pwd end
6
6
 
data/lib/dshelf.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module DistributedShelf
2
- VERSION = '0.2.10'
2
+ VERSION = '0.2.11'
3
3
 
4
4
  @@config = {}
5
5
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 10
9
- version: 0.2.10
8
+ - 11
9
+ version: 0.2.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Phil Pirozhkov
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-08 00:00:00 +03:00
17
+ date: 2010-11-10 00:00:00 +03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency