smtlaissezfaire-using 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/{README → README.rdoc} +4 -0
  2. data/Rakefile +14 -0
  3. data/VERSION.yml +1 -1
  4. metadata +4 -4
@@ -48,6 +48,10 @@ Or, say, you need to require just one file, but autoload the rest:
48
48
 
49
49
  facets
50
50
 
51
+ == Source:[http://github.com/smtlaissezfaire/using/tree/master]
52
+
53
+ git://github.com/smtlaissezfaire/using.git
54
+
51
55
  == Copyright
52
56
 
53
57
  This software is released under the MIT & GPL Licenses.
data/Rakefile CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'spec/rake/spectask'
2
2
  require 'spec/rake/verify_rcov'
3
+ require 'hanna/rdoctask'
3
4
 
4
5
  begin
5
6
  require 'jeweler'
@@ -40,6 +41,19 @@ Spec::Rake::SpecTask.new(:specdoc => :create_doc_directory) do |t|
40
41
  t.spec_opts = ["--format", "html:doc/specdoc.html"]
41
42
  end
42
43
 
44
+ desc 'Generate RDoc.'
45
+ Rake::RDocTask.new(:rdoc) do |rdoc|
46
+ rdoc.rdoc_dir = doc_directory
47
+ rdoc.title = 'Using'
48
+ rdoc.options << '--line-numbers' << '--inline-source'
49
+
50
+ rdoc.options << '--webcvs=http://github.com/mislav/will_paginate/tree/master/'
51
+
52
+ ["README.rdoc", "GPL3.txt", "MIT_LICENSE", "lib/**/*.rb"].each do |file|
53
+ rdoc.rdoc_files.include(file)
54
+ end
55
+ end
56
+
43
57
  desc 'Create the specdoc + rdoc'
44
58
  task :build_docs => [:rerdoc, :specdoc, :rcov, :flog_to_disk]
45
59
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
+ :patch: 5
2
3
  :major: 0
3
4
  :minor: 1
4
- :patch: 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smtlaissezfaire-using
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Taylor
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-14 00:00:00 -07:00
12
+ date: 2009-06-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -20,16 +20,16 @@ executables: []
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
- - README
23
+ - README.rdoc
24
24
  files:
25
25
  - GPL3.txt
26
+ - README.rdoc
26
27
  - Rakefile
27
28
  - VERSION.yml
28
29
  - lib/using.rb
29
30
  - spec/spec.opts
30
31
  - spec/spec_helper.rb
31
32
  - spec/using_spec.rb
32
- - README
33
33
  has_rdoc: false
34
34
  homepage: http://github.com/smtlaissezfaire/using
35
35
  post_install_message: