summaryrefslogtreecommitdiff
path: root/rbot.gemspec
AgeCommit message (Collapse)Author
2020-03-27gem: support for newest ruby versionsMatthias Hecker
2019-04-22this enables to build again from gemspecOhad Levy
2014-02-21[remote] removed due to security concernsMatthias H
2010-07-01Package man filesGiuseppe Bilotta
Define a rule in the Rakefile to generate them, and change the Dir[] into a FileList[] into the gemspec. The latter change has the downside of requiring Rake's FileList, but the upside of listing non-existing files, so that Rake can create them, if possible, or complain if they are just missing.
2010-06-28Update file list in gemspecGiuseppe Bilotta
2010-06-28Version 0.9.15Giuseppe Bilotta
2009-03-22Separate gemspec from RakefileGiuseppe Bilotta
The benefit of this separation is that hosting services such as GitHub will automatically build a gem every time the version in the spec is changed. The underside of this separation is that hosting services such as GitHub will automatically build a gem every time the version is changed. To allow the automatic gem generation to trigger on the release of 0.9.15, we demoted the version in the spec to 0.9.14. This gimmick is needed because the gem spec doesn't allow non-numeric versions. Since the gemspec is now standalone, it uses Dir instead of FileList, which is equivalent for our use case. Moreover, the Rakefile only defines the gem tasks if the spec is present.
2005-08-02Wed Aug 03 00:31:41 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Added Rakefile, tweaked gemspec
2005-08-02 * Fixed the new http.proxy* settings, they work!Tom Gilbert
* Fixed a bug with auth-checking for the config module * misc tweaks
2005-08-01fixyTom Gilbert
2005-08-01gemspec file for rbot (WIP)Tom Gilbert