six-updater-web 0.12.2 → 0.12.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/app/models/mod.rb +1 -1
- data/lib/config/six-updater-web.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/app/models/mod.rb
CHANGED
@@ -93,7 +93,7 @@ class Mod < ActiveRecord::Base
|
|
93
93
|
name.gsub!("@", '')
|
94
94
|
unless self.new_record?
|
95
95
|
self.all_repositories.each do |rep|
|
96
|
-
hash[:repository] << "#{rep.to_updater_yml}/rel/#{name}/." unless rep.disabled
|
96
|
+
hash[:repository] << "#{rep.to_updater_yml}/rel/#{name.downcase}/." unless rep.disabled
|
97
97
|
end
|
98
98
|
end
|
99
99
|
hash
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 12
|
8
|
-
-
|
9
|
-
version: 0.12.
|
8
|
+
- 3
|
9
|
+
version: 0.12.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Sickboy
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-27 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|