aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements/java_requirement.rb
AgeCommit message (Collapse)Author
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2017-04-02java_requirement: Add newline to failure messageBob W. Hogg
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-03-11java_requirement.rb: use HTTPS in Java Platform URLViktor Szakats
It's redirected to cleartext, though this URL will be opened in a browser so it won't be something hidden, and maybe Oracle will fix this in the future.
2017-02-15Code review cleanupsBob W. Hogg
2017-02-15java_requirement: port to Linux and refactorBob W. Hogg
Split the core requirement class into generic, Linux-specific, and macOS-specific parts. Additionally, the Linux version is now able to detect Java versions (the previous Linuxbrew implementation was only able to detect if Java was present at all.)
2016-09-24info: include versions and other details in Requirements displayAndrew Janke
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-11requirements/java_requirement: fix Rubocop warnings.Mike McQuaid
2016-05-01JavaRequirement: use next instead of return in code blockXu Cheng
2016-04-22JavaRequirement: return false if no java_homeMisty De Meo
Closes #118. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2015-10-31JavaRequirement: check satisfaction directlyXu Cheng
It made less sense to call a method `java_version` when it returns boolean value. Closes Homebrew/homebrew#45501. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-26Mark some requirements that don't need the build environmentJack Nagel
2015-06-16Rename requirements named *Dependency.Mike McQuaid
Dependency is another similar, related class and it's super confusing to have some Requirements that are named *Dependency. Closes Homebrew/homebrew#38891. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>