vfs 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -6
  2. data/readme.md +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -8,9 +8,4 @@ project(
8
8
 
9
9
  author: "Alexey Petrushin",
10
10
  homepage: "http://alexeypetrushin.github.com/vfs"
11
- )
12
-
13
- desc "Generate documentation"
14
- task :docs do
15
- %x(cd docs && rocco -o site *.rb)
16
- end
11
+ )
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 it's attributes.
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.6
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-13 00:00:00.000000000Z
12
+ date: 2011-09-22 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: