transparent_nil 0.1.8 → 0.1.9

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 (3) hide show
  1. data/Rakefile.rb +6 -6
  2. data/version.rb +1 -1
  3. metadata +1 -1
data/Rakefile.rb CHANGED
@@ -10,8 +10,6 @@ Drumherum.github_username = 'bklippstein'
10
10
  require 'transparent_nil'
11
11
 
12
12
 
13
-
14
-
15
13
  # ----------------------------------------------------------------------------------------------
16
14
  # Hoe
17
15
  #
@@ -26,7 +24,7 @@ $hoe = Hoe.spec Drumherum.project_name do
26
24
  extra_dev_deps << ['drumherum', '>= 0.1.0']
27
25
 
28
26
  remote_rdoc_dir = '' # Release to root only one project
29
- urls = [["http://#{Drumherum.github_username}.github.com/#{Drumherum.project_name}/"]]
27
+ urls = [[Drumherum.url_docs]]
30
28
 
31
29
 
32
30
  end
@@ -40,9 +38,7 @@ end
40
38
  # ----------------------------------------------------------------------------------------------
41
39
  # Local Tasks
42
40
  #
43
-
44
- remove_task 'ridocs'
45
- remove_task 'rdoc'
41
+
46
42
  remove_task 'audit'
47
43
  remove_task 'dcov'
48
44
  remove_task 'debug_email'
@@ -52,6 +48,10 @@ remove_task 'deps:email'
52
48
  remove_task 'install_gem'
53
49
  remove_task 'multi'
54
50
  remove_task 'newb'
51
+ remove_task 'publish_docs'
52
+ remove_task 'rdoc'
53
+ remove_task 'ridocs'
54
+
55
55
  #Dir['tasks/**/*.rake'].each { |t| load t }
56
56
 
57
57
 
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module TransparentNil
3
3
 
4
- VERSION = '0.1.8'
4
+ VERSION = '0.1.9'
5
5
 
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transparent_nil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: