ruby_ext 0.5.6 → 0.5.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/lib/rake_ext.rb CHANGED
@@ -90,4 +90,13 @@ def project options = nil
90
90
  require 'rake_ext/project'
91
91
  end
92
92
  $_project || raise("project not defined!")
93
+ end
94
+
95
+
96
+ #
97
+ # Docs
98
+ #
99
+ desc "Generate documentation"
100
+ task :docs do
101
+ %x(cd docs && rocco -o site *.rb)
93
102
  end
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # Fix for ruby's broken include.
3
- # Included modules doesn't propagated to it's children.
3
+ # Included modules doesn't propagated to its children.
4
4
  #
5
5
  # Test case:
6
6
  # module A; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.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-10 00:00:00.000000000Z
12
+ date: 2011-09-15 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: