vfs 0.4.6 → 0.4.7
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/Rakefile +1 -6
- data/readme.md +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/readme.md
CHANGED
|
@@ -35,7 +35,7 @@ project['readme.txt'].write 'My App'
|
|
|
35
35
|
# We can assign files and dirs to variables, now the `readme` variable refers to our readme.txt file.
|
|
36
36
|
readme = project['readme.txt']
|
|
37
37
|
|
|
38
|
-
# Let's ensure that it's all ok with our readme file and check
|
|
38
|
+
# Let's ensure that it's all ok with our readme file and check its attributes.
|
|
39
39
|
p readme.name # => readme.txt
|
|
40
40
|
p [readme.basename, readme.extension] # => ['readme', 'txt']
|
|
41
41
|
p readme.path # => /.../readme.txt
|
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.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-09-
|
|
12
|
+
date: 2011-09-22 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description:
|
|
15
15
|
email:
|