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 CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'six-updater-web'
10
- s.version = '0.12.2'
10
+ s.version = '0.12.3'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -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
@@ -10,7 +10,7 @@ end
10
10
  require 'open3'
11
11
 
12
12
  module SixUpdaterWeb
13
- VERSION = "0.12.2"
13
+ VERSION = "0.12.3"
14
14
 
15
15
  COMPONENT = "six-updater-web"
16
16
  SIX_PORT = 3000 unless defined?(SIX_PORT)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 12
8
- - 2
9
- version: 0.12.2
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-26 00:00:00 +02:00
17
+ date: 2010-04-27 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency