Sparklecast helps you to create and modify Sparkle's appcast files.
Add this line to your application's Gemfile:
gem 'sparklecast'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sparklecast
appcast = Sparklecast::Appcast.new(
'Sparkle Test App Changelog',
'http://sparkle-project.org/files/sparkletestcast.xml',
'Most recent changes with links to updates.',
'en'
)
appcast.generate # returns an appcast rss feed
- Fork it ( https://github.com/antlypls/sparklecast/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request