bones 3.4.2 → 3.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +6 -1
- data/lib/bones/plugins/gem.rb +5 -1
- data/version.txt +1 -1
- metadata +5 -5
data/History.txt
CHANGED
data/lib/bones/plugins/gem.rb
CHANGED
@@ -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.
|
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.
|
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
|
-
-
|
9
|
-
version: 3.4.
|
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-
|
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
|
-
-
|
59
|
-
version: 1.6.
|
58
|
+
- 1
|
59
|
+
version: 1.6.1
|
60
60
|
type: :runtime
|
61
61
|
version_requirements: *id003
|
62
62
|
- !ruby/object:Gem::Dependency
|