updated validation

This commit is contained in:
Lakr Aream
2022-09-02 15:24:51 +08:00
committed by Lakr Aream
parent d54f5c18e4
commit f37415377d
3 changed files with 30 additions and 29 deletions

View File

@@ -21,11 +21,12 @@ license.licensee = {
"Email" => "tcook@apple.com"
}
license.starts_at = Date.new(1976, 4, 1)
license.expires_at = Date.new(8848, 4, 1)
license.restrictions = {
plan: 'Ultimate',
active_user_count: 1145141919810,
license.starts_at = Date.new(1976, 4, 1)
license.expires_at = Date.new(2500, 4, 1)
license.restrictions = {
plan: 'ultimate',
active_user_count: 2147483647,
}
data = license.export