gcnovus-casrack_the_authenticator 1.1.0 → 1.4.0

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.
Files changed (2) hide show
  1. data/Rakefile +12 -1
  2. metadata +2 -2
data/Rakefile CHANGED
@@ -13,6 +13,17 @@ Rake::GemPackageTask.new(spec) do |p|
13
13
  p.need_zip = true
14
14
  end
15
15
 
16
+ namespace :pkg do
17
+
18
+ pkg_dir = './pkg'
19
+
20
+ desc "clean the pkg/ director"
21
+ task :clean do
22
+ rm_r pkg_dir if File.exists?(pkg_dir)
23
+ end
24
+
25
+ end
26
+
16
27
  # DOCUMENTATION
17
28
 
18
29
  require 'yard'
@@ -27,7 +38,7 @@ namespace :doc do
27
38
 
28
39
  YARD::Rake::YardocTask.new(:generate) do |yt|
29
40
  yt.files = ['lib/**/*.rb', 'README.rdoc']
30
- yt.options = ['--output-dir', doc_dir]
41
+ yt.options = ['--output-dir', doc_dir, '--readme', 'README.rdoc']
31
42
  end
32
43
 
33
44
  desc "Remove generated documenation"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gcnovus-casrack_the_authenticator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Rosen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-30 00:00:00 -07:00
12
+ date: 2009-08-05 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15