hoe 3.1.0 → 3.1.1

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.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 3.1.1 / 2012-11-03
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed ridocs command args. (bikeNomad)
6
+
1
7
  === 3.1.0 / 2012-09-21
2
8
 
3
9
  * 1 minor enhancement:
data/lib/hoe.rb CHANGED
@@ -91,7 +91,7 @@ class Hoe
91
91
  include Rake::DSL if defined?(Rake::DSL)
92
92
 
93
93
  # duh
94
- VERSION = '3.1.0'
94
+ VERSION = '3.1.1'
95
95
 
96
96
  @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
97
97
  :publish, :gemcutter, :signing, :test]
data/lib/hoe/publish.rb CHANGED
@@ -126,7 +126,7 @@ module Hoe::Publish
126
126
 
127
127
  desc 'Generate ri locally for testing.'
128
128
  task :ridocs => [:clean, :isolate] do
129
- ruby(*make_rdoc_cmd("--ri -o ri"))
129
+ ruby(*make_rdoc_cmd('--ri', '-o', 'ri'))
130
130
  end
131
131
  end
132
132
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 0
10
- version: 3.1.0
9
+ - 1
10
+ version: 3.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2012-09-21 00:00:00 Z
39
+ date: 2012-11-03 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
@@ -61,11 +61,11 @@ dependencies:
61
61
  requirements:
62
62
  - - ~>
63
63
  - !ruby/object:Gem::Version
64
- hash: 1
64
+ hash: 25
65
65
  segments:
66
- - 3
67
- - 3
68
- version: "3.3"
66
+ - 4
67
+ - 1
68
+ version: "4.1"
69
69
  type: :development
70
70
  version_requirements: *id002
71
71
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file