hoe-seattlerb 1.2.4 → 1.2.5

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
@@ -1,3 +1,11 @@
1
+ === 1.2.5 / 2011-02-18
2
+
3
+ * 3 minor enhancements:
4
+
5
+ * Added docs.seattlerb.org to the rdoc_locations
6
+ * Added rdoc_locations (pointing to rubyforge) so rdoc can go up w/o publishing gems to rubyforge
7
+ * Used Hoe's new test_prelude to gem activate minitest on 1.9
8
+
1
9
  === 1.2.4 / 2010-12-10
2
10
 
3
11
  * 1 minor enhancement:
@@ -8,5 +8,8 @@ module Hoe::Minitest
8
8
 
9
9
  def define_minitest_tasks
10
10
  self.testlib = :minitest
11
+
12
+ # make sure we use the gemmed minitest on 1.9
13
+ self.test_prelude = 'gem "minitest"'
11
14
  end
12
15
  end
@@ -1,9 +1,23 @@
1
1
  Hoe.plugin :minitest, :perforce, :email
2
2
 
3
3
  module Hoe::Seattlerb
4
- VERSION = "1.2.4"
4
+ VERSION = "1.2.5"
5
5
 
6
6
  def define_seattlerb_tasks
7
- # nothing to do
7
+ if Hoe.plugins.include? :publish then
8
+ path = File.expand_path("~/.rubyforge/user-config.yml")
9
+ config = YAML.load(File.read(path)) rescue nil
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
21
+ end
8
22
  end
9
23
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-seattlerb
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 21
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 2
8
- - 4
9
- version: 1.2.4
9
+ - 5
10
+ version: 1.2.5
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ryan Davis
@@ -35,35 +36,39 @@ cert_chain:
35
36
  FBHgymkyj/AOSqKRIpXPhjC6
36
37
  -----END CERTIFICATE-----
37
38
 
38
- date: 2010-12-10 00:00:00 -08:00
39
+ date: 2011-02-18 00:00:00 -08:00
39
40
  default_executable:
40
41
  dependencies:
41
42
  - !ruby/object:Gem::Dependency
42
43
  name: minitest
43
44
  prerelease: false
44
45
  requirement: &id001 !ruby/object:Gem::Requirement
46
+ none: false
45
47
  requirements:
46
48
  - - ">="
47
49
  - !ruby/object:Gem::Version
50
+ hash: 11
48
51
  segments:
49
52
  - 2
50
53
  - 0
51
- - 0
52
- version: 2.0.0
54
+ - 2
55
+ version: 2.0.2
53
56
  type: :development
54
57
  version_requirements: *id001
55
58
  - !ruby/object:Gem::Dependency
56
59
  name: hoe
57
60
  prerelease: false
58
61
  requirement: &id002 !ruby/object:Gem::Requirement
62
+ none: false
59
63
  requirements:
60
64
  - - ">="
61
65
  - !ruby/object:Gem::Version
66
+ hash: 41
62
67
  segments:
63
68
  - 2
64
- - 8
65
- - 0
66
- version: 2.8.0
69
+ - 9
70
+ - 1
71
+ version: 2.9.1
67
72
  type: :development
68
73
  version_requirements: *id002
69
74
  description: |-
@@ -101,23 +106,27 @@ rdoc_options:
101
106
  require_paths:
102
107
  - lib
103
108
  required_ruby_version: !ruby/object:Gem::Requirement
109
+ none: false
104
110
  requirements:
105
111
  - - ">="
106
112
  - !ruby/object:Gem::Version
113
+ hash: 3
107
114
  segments:
108
115
  - 0
109
116
  version: "0"
110
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
+ none: false
111
119
  requirements:
112
120
  - - ">="
113
121
  - !ruby/object:Gem::Version
122
+ hash: 3
114
123
  segments:
115
124
  - 0
116
125
  version: "0"
117
126
  requirements: []
118
127
 
119
128
  rubyforge_project: seattlerb
120
- rubygems_version: 1.3.6
129
+ rubygems_version: 1.4.2
121
130
  signing_key:
122
131
  specification_version: 3
123
132
  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