hoe-seattlerb 1.2.6 → 1.2.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.tar.gz.sig +0 -0
- data/History.txt +10 -0
- data/lib/hoe/seattlerb.rb +7 -14
- metadata +27 -12
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
=== 1.2.7 / 2011-10-04
|
|
2
|
+
|
|
3
|
+
* 1 minor enhancement:
|
|
4
|
+
|
|
5
|
+
* Removed rubyforge rdoc uploads. Only doing docs.seattlerb.org now.
|
|
6
|
+
|
|
7
|
+
* 1 bug fix:
|
|
8
|
+
|
|
9
|
+
* Added rdoc 3.9 dep to ensure isolated projects are happy with release
|
|
10
|
+
|
|
1
11
|
=== 1.2.6 / 2011-08-16
|
|
2
12
|
|
|
3
13
|
* 2 minor enhancement:
|
data/lib/hoe/seattlerb.rb
CHANGED
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
Hoe.plugin :minitest, :perforce, :email
|
|
2
2
|
|
|
3
3
|
module Hoe::Seattlerb
|
|
4
|
-
VERSION = "1.2.
|
|
4
|
+
VERSION = "1.2.7"
|
|
5
|
+
|
|
6
|
+
def initialize_seattlerb
|
|
7
|
+
dependency "rdoc", "~> 3.9", :developer
|
|
8
|
+
end
|
|
5
9
|
|
|
6
10
|
def define_seattlerb_tasks
|
|
7
11
|
if Hoe.plugins.include? :publish then
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
if config then
|
|
11
|
-
base = "/var/www/gforge-projects"
|
|
12
|
-
dir = "#{base}/#{rubyforge_name}/#{remote_rdoc_dir}"
|
|
13
|
-
|
|
14
|
-
rdoc_locations << "#{config["username"]}@rubyforge.org:#{dir}"
|
|
15
|
-
|
|
16
|
-
base = "/data/www/docs.seattlerb.org"
|
|
17
|
-
rdoc_locations << "docs.seattlerb.org:#{base}/#{remote_rdoc_dir}"
|
|
18
|
-
else
|
|
19
|
-
warn "Couldn't read #{path}. Run `rubyforge setup`."
|
|
20
|
-
end
|
|
12
|
+
base = "/data/www/docs.seattlerb.org"
|
|
13
|
+
rdoc_locations << "docs.seattlerb.org:#{base}/#{remote_rdoc_dir}"
|
|
21
14
|
end
|
|
22
15
|
end
|
|
23
16
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hoe-seattlerb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.2.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,27 +36,42 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date: 2011-
|
|
39
|
+
date: 2011-10-04 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: rdoc
|
|
43
43
|
prerelease: false
|
|
44
44
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
45
45
|
none: false
|
|
46
46
|
requirements:
|
|
47
47
|
- - ~>
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
hash:
|
|
49
|
+
hash: 21
|
|
50
50
|
segments:
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
version: "
|
|
51
|
+
- 3
|
|
52
|
+
- 9
|
|
53
|
+
version: "3.9"
|
|
54
54
|
type: :development
|
|
55
55
|
version_requirements: *id001
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
|
-
name:
|
|
57
|
+
name: minitest
|
|
58
58
|
prerelease: false
|
|
59
59
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
60
|
+
none: false
|
|
61
|
+
requirements:
|
|
62
|
+
- - ~>
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
hash: 9
|
|
65
|
+
segments:
|
|
66
|
+
- 2
|
|
67
|
+
- 5
|
|
68
|
+
version: "2.5"
|
|
69
|
+
type: :development
|
|
70
|
+
version_requirements: *id002
|
|
71
|
+
- !ruby/object:Gem::Dependency
|
|
72
|
+
name: hoe
|
|
73
|
+
prerelease: false
|
|
74
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
60
75
|
none: false
|
|
61
76
|
requirements:
|
|
62
77
|
- - ~>
|
|
@@ -67,7 +82,7 @@ dependencies:
|
|
|
67
82
|
- 12
|
|
68
83
|
version: "2.12"
|
|
69
84
|
type: :development
|
|
70
|
-
version_requirements: *
|
|
85
|
+
version_requirements: *id003
|
|
71
86
|
description: |-
|
|
72
87
|
Hoe plugins providing tasks used by seattle.rb including minitest,
|
|
73
88
|
perforce, and email providing full front-to-back release/annouce
|
|
@@ -121,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
136
|
requirements: []
|
|
122
137
|
|
|
123
138
|
rubyforge_project: seattlerb
|
|
124
|
-
rubygems_version: 1.8.
|
|
139
|
+
rubygems_version: 1.8.10
|
|
125
140
|
signing_key:
|
|
126
141
|
specification_version: 3
|
|
127
142
|
summary: Hoe plugins providing tasks used by seattle.rb including minitest, perforce, and email providing full front-to-back release/annouce automation.
|
metadata.gz.sig
CHANGED
|
Binary file
|