Xu Cheng 0f60f76f26 lsyncd: use MACOS_FULL_VERSION
This commit partial reverts beed39e46fa021dd1c133c2c8eaaa81b524e68c7.

For users whose local brew is at around 2015-06-02 to 2015-06-11,
running `brew update` will emit following error:

  Error: undefined method 'full_version' for OS::Mac:Module

This is caused by the same bug described in Homebrew/homebrew#42553.

Let's use `MACOS_FULL_VERSION` for now to restore `brew update` compatibility
for these users.

TODO: revert this commit after core code and formulae separation.
2015-12-19 21:14:12 +08:00
..
2015-12-19 21:14:12 +08:00
2015-12-18 23:32:56 +00:00
2015-12-14 13:50:00 +01:00
2015-11-23 22:56:18 -08:00
2015-12-09 16:56:59 +08:00
2015-08-29 15:43:16 +01:00
2015-11-29 19:25:27 -08:00
2015-12-09 16:56:59 +08:00
2015-12-13 20:19:53 -08:00
2015-12-13 01:29:52 +08:00
2015-12-09 16:56:59 +08:00
2015-10-18 22:57:42 +08:00
2015-12-09 09:09:26 +00:00
2015-10-04 10:31:46 +02:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!