vfs 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +3 -2
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",
6
+ summary: "Virtual File System - simple and unified API over different storage systems (Local, S3, SFTP, ...)",
7
7
  # version: '0.4.0',
8
8
 
9
9
  author: "Alexey Petrushin",
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.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -64,5 +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
67
+ summary: Virtual File System - simple and unified API over different storage systems
68
+ (Local, S3, SFTP, ...)
68
69
  test_files: []