bones 3.4.0 → 3.4.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.
@@ -1,3 +1,8 @@
1
+ == 3.4.1 / 2010-03-15
2
+
3
+ 1 bug fix
4
+ - excluding the rdoc plugin causes gem tasks to fail
5
+
1
6
  == 3.4.0 / 2010-03-10
2
7
 
3
8
  2 minor enhancement
@@ -139,7 +139,7 @@ module Bones::Plugins::Gem
139
139
  dirs = Dir["{#{config.libs.join(',')}}"]
140
140
  s.require_paths = dirs unless dirs.empty?
141
141
 
142
- if config.rdoc
142
+ if have? :rdoc
143
143
  incl = Regexp.new(config.rdoc.include.join('|'))
144
144
  excl = config.rdoc.exclude.dup.concat %w[\.rb$ ^(\.\/|\/)?ext]
145
145
  excl = Regexp.new(excl.join('|'))
@@ -1 +1 @@
1
- 3.4.0
1
+ 3.4.1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 4
8
- - 0
9
- version: 3.4.0
8
+ - 1
9
+ version: 3.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Pease
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-10 00:00:00 -07:00
17
+ date: 2010-03-15 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -54,9 +54,9 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  segments:
56
56
  - 1
57
- - 4
58
- - 2
59
- version: 1.4.2
57
+ - 5
58
+ - 0
59
+ version: 1.5.0
60
60
  type: :runtime
61
61
  version_requirements: *id003
62
62
  - !ruby/object:Gem::Dependency