README.md in bukin-0.6.0 vs README.md in bukin-0.7.0

- old
+ new

@@ -36,15 +36,15 @@ plugin 'worldedit', '5.5.5' plugin 'worldguard', '5.7.3' By default, bukin will try to download jar files from bukkit dev. If only zip files are available, it will automatically extract all jar files from it. If you want to specify what files are extracted from a zip file, use the `extract` option. It takes a string or [ruby regular expression](http://ruby-doc.org/core-1.9.3/Regexp.html) used to match file names in the zip file. - plugin 'permissionsex', '1.19.5', :extract => /PermissionsEx.*\.jar/ + plugin 'permissionsex', '1.19.5', extract: /PermissionsEx.*\.jar/ Plugins or servers can also be downloaded from Jenkins. Just specify the base url for Jenkins and a [ruby regular expression](http://ruby-doc.org/core-1.9.3/Regexp.html) matching the file you want to download. If no file is specified, bukin will download the first one listed. - server 'spigot', 'build-844', :jenkins => 'http://ci.md-5.net', :file => /spigot\.jar/ + server 'spigot', 'build-844', jenkins: 'http://ci.md-5.net', file: /spigot\.jar/ Need something custom? Use the `download` option. Version is optional but will display when the plugin is downloading. - plugin 'mycustomplugin', '2.4', :download => 'http://example.com/My-Custom-Plugin.jar' + plugin 'mycustomplugin', '2.4', download: 'http://example.com/My-Custom-Plugin.jar'