Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated OS version array to include 10.8.5 & 10.9.1
  • Loading branch information
Ern-st committed Oct 23, 2013
1 parent a371a34 commit 4536520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/package.rb
Expand Up @@ -54,7 +54,7 @@ class Package < ActiveRecord::Base
validates :force_install_after_date_string, :date_time => true, :allow_blank => true

FORM_OPTIONS = {:restart_actions => [['None','None'],['Logout','RequiredLogout'],['Restart','RequiredRestart'],['Shutdown','Shutdown']],
:os_versions => [[['Any','']], os_range(10,9), os_range(10,8,0..4), os_range(10,7,0..5), os_range(10,6,0..8), os_range(10,5,0..11)].flatten(1),
:os_versions => [[['Any','']], os_range(10,9,0..1), os_range(10,8,0..5), os_range(10,7,0..5), os_range(10,6,0..8), os_range(10,5,0..11)].flatten(1),
:installer_types => [['Package',''],
['Copy From DMG', 'copy_from_dmg'],
['App DMG','appdmg'],
Expand Down

0 comments on commit 4536520

Please sign in to comment.