bones 3.4.2 → 3.4.3

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/History.txt CHANGED
@@ -1,4 +1,9 @@
1
- == 3.4.2 / 2010-04
1
+ == 3.4.3 / 2010-04-19
2
+
3
+ 1 bug fix
4
+ - fixing warning from loquacious about undefined configuration
5
+
6
+ == 3.4.2 / 2010-04-18
2
7
 
3
8
  2 bug fix
4
9
  - small typo in gem task descriptions [Stephen Bannasch]
@@ -119,7 +119,11 @@ module Bones::Plugins::Gem
119
119
  s.authors = Array(config.authors)
120
120
  s.email = config.email
121
121
  s.homepage = Array(config.url).first
122
- s.rubyforge_project = config.rubyforge.name || config.name rescue config.name
122
+ s.rubyforge_project = config.name
123
+
124
+ if !config.rubyforge.nil? and config.rubyforge.name
125
+ s.rubyforge_project = config.rubyforge.name
126
+ end
123
127
 
124
128
  s.description = config.description
125
129
 
data/version.txt CHANGED
@@ -1 +1 @@
1
- 3.4.2
1
+ 3.4.3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 4
8
- - 2
9
- version: 3.4.2
8
+ - 3
9
+ version: 3.4.3
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-05-18 00:00:00 -06:00
17
+ date: 2010-05-19 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -55,8 +55,8 @@ dependencies:
55
55
  segments:
56
56
  - 1
57
57
  - 6
58
- - 0
59
- version: 1.6.0
58
+ - 1
59
+ version: 1.6.1
60
60
  type: :runtime
61
61
  version_requirements: *id003
62
62
  - !ruby/object:Gem::Dependency