vfs 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/readme.md +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require 'rake_ext'
|
|
3
3
|
project(
|
4
4
|
name: "vfs",
|
5
5
|
gem: true,
|
6
|
-
summary: "Virtual File System - simple and unified API over different
|
6
|
+
summary: "Virtual File System - simple and unified API over different storages (Local, S3, SFTP, ...)",
|
7
7
|
# version: '0.4.0',
|
8
8
|
|
9
9
|
author: "Alexey Petrushin",
|
data/readme.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Virtual File System provides **clean, simple and unified API over different
|
1
|
+
Virtual File System provides **clean, simple and unified API over different storages** (Local File System, AWS S3, SFTP, Hadoop DFS, LDAP, Document Oriented DBs, In-Memory, ...).
|
2
2
|
It is possible to provide such unified API because although those storages have different API the core concept are almost the same.
|
3
3
|
|
4
4
|
Currently, there are following implementations available: Local FS, SFTP, S3.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vfs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -64,6 +64,6 @@ rubyforge_project:
|
|
64
64
|
rubygems_version: 1.8.6
|
65
65
|
signing_key:
|
66
66
|
specification_version: 3
|
67
|
-
summary: Virtual File System - simple and unified API over different
|
68
|
-
|
67
|
+
summary: Virtual File System - simple and unified API over different storages (Local,
|
68
|
+
S3, SFTP, ...)
|
69
69
|
test_files: []
|