Skip to content

antlypls/sparklecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparklecast

Code Climate Build Status

Sparklecast helps you to create and modify Sparkle's appcast files.

Installation

Add this line to your application's Gemfile:

gem 'sparklecast'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sparklecast

Usage

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

Contributing

  1. Fork it ( https://github.com/antlypls/sparklecast/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages