Revisions of rubygem-rdoc

Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 34)
- updated to version 4.1.2
 * Bug fixes
  * Updated vendored jQuery to 1.6.4.  Bug ruby/ruby#711 by @neuralme
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 33)
forgot the file
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 32)
- disable documentation generation (adds gem2rpm.yml)
- regenerate the spec file for the new schema
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 31)
update
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 30)
- regenerate spec for Ruby 2.1
- fix gem pathes
- drop ruby-devel buildrequires
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 29)
revert that part
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 28)
one more try
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 27)
- use slaves for update-alternatives
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 26)
- avoid file conflict in 12.2
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 25)
- updated to version 4.1.0
 * Notable changes
   * Improved accessibility of HTML output.  Accessibility review was provided
     by:
 
     Techvision – http://www.techvision.net.in
 
     The accessibility consultants in Pune, India
 
   * The look of RDoc has been updated.
 
 * Minor enhancements
   * RDoc can now link to [], []=, << and >> methods.  Pull request #202 by
     Jeremy Evans, Bug # 191 by by Zachary Scott.
   * Added RDoc::Options#output_decoration which controls header labels for
     HTML output.  Pull Request #199 by Zachary Scott.
   * Added --template-stylesheets options to RDoc to allow specification of
     alternate stylesheets.  Pull request #205 by Zachary Scott.
   * Improved performance of the Markdown and RD parsers.  Pull request #217 by
     Ryan Davis.
   * <code>rdoc -v</code> now prints the version instead of enabling verbose
     mode.  Pull request #201 by Lee Jarvis.
   * Running <code>rake newb</code> now automatically installs development
     dependencies if the parser files haven't been built.  Pull request #235 by
     Kouhei Sutou.
   * Moved old DEVELOPERS file to CONTRIBUTING to match github conventions.
   * TomDoc output now has a "Returns" heading.  Issue #234 by Brian Henderson
   * Metaprogrammed methods can now use the :args: directive in addition to the
     :call-seq: durective.  Issue #236 by Mike Moore.
   * Sections can be linked to using "@" like labels.  If a section and a label
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 24)
- the binaries in this package should be named with -gem to avoid
  conflicts on ruby 1.8
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 23)
- use internal rdoc libraries when building on 1.8
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 22)
- updated to version 4.0.1
 * Bug fixes
   * RDoc::Options parser should rescue from OptionParser::ParseError.
   * Updated example of RDoc::Options to include reopening RDoc::Options.
     Pointed out by Michael Granger
   * Moved RubyGems documentation installed message into RDoc hook.  For
     RubyGems bug #469 by Jeff Sandberg
   * An Error is now raised when a heredoc is not terminated.  Fixes exceptions
     when processing comment blocks.  Reported by darix
   * rdoc --quiet --no-ignore-invalid now exits for invalid options.  Pull
     request #192 by Jeremy Evans
   * RDoc::Parser::C no longer ignores a (METHOD) cast in rb_define_method.
     Pull request #184 by Carlos Agarie
   * RDoc::Servlet no longer ignores extra directories from -d.  Pull request
     #173 by Thomas Leitner
   * Fixed `rdoc --ri-site`.  Bug #193 by Michal Papis.
   * RDoc no longer attempts to parse binary files.  Bug #189 by postmodern,
     Bug #190 by Christoffer Lervåg, Bug #195 by Aaron Patterson
   * `rdoc --pipe` output now contains <code></code> for markdown compliance.
   * RDoc no longer leaves emacs-style modelines in .txt, .md or .rd files.
     Bug #178 by Zachary Scott
   * RDoc no longer puts raw markup in HTML output for markdown input.  Bug
     #204 by Erik Hollensbe
   * Code objects with nodoc are no longer included in the ri store.  Bug #177
     by Thomas Leitner.
   * Text#snippet now creates a RDoc::Markup::ToHtmlSnippet correctly.
   * The C parser now de-duplicates call-seq if the same C function is used for
     multiple method names.  Bug #203 by Pete Higgins
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 21)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 20)
- updated to version 4.0.0
 * Breaking changes (for more, see History.rdoc)
   * The default output encoding for RDoc is now UTF-8.  Previously RDoc used
     the default external encoding which was determined from your locale.
     Issue #106 by Justin Baker.
   * RDoc::RI::Store is now RDoc::Store so ri data generated by RDoc 4 cannot
     be read by earlier versions of RDoc.  RDoc::RI::Store exists as an alias
     of RDoc::Store so ri data from older versions can still be read.
     RDoc::RI::Store will be removed in RDoc 5.
 
     Tests that create RDoc::CodeObjects on the fly without wiring them into
     the documentation tree (did not use add_class, add_method, etc.) must be
     updated to use these methods.  The documentation tree automatically
     attaches them to the store instance which allows lookups to work
     correctly.  Additionally, a new method RDoc::Store#add_file must be used
     instead of RDoc::TopLevel.new.  The latter will not be attached to the
     documentation tree.
   * RDoc generators must accept an RDoc::Store and an RDoc::Options in
     initialize.  RDoc no longer passes an Array of RDoc::TopLevel objects to
     #generate.  Use RDoc::Store#all_files instead.
   * Some markup formatters (RDoc::Markup::To*) now accept an RDoc::Options
     instance as the first argument.  Notably, the base class Formatter and
     ToHtml*.  (This is not universal due to the difficult at accessing the
     user's options instance deep inside RDoc.  A future major release may
     remedy this.)
   * Added new markup nodes and specials that RDoc::Markup::Formatter
     subclasses must handle.  If you're using RDoc::Markup::FormatterTestCase
     the new methods you need to add should be readily apparent.
   * Removed RDoc::RI::Paths::SYSDIR and ::SITEDIR.  These were hidden
     constants so no breakage is expected.  Use RDoc::RI::Paths::system_dir
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 19)
- updated to version 3.12.1
  RDoc documentation generated by rdoc 2.3.0 through rdoc 3.12 and prereleases up
  to rdoc 4.0.0.preview2.1 are vulnerable to an XSS exploit.  This exploit may
  lead to cookie disclosure to third parties.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 18)
tag manual work
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 17)
avoid conflict
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 16)
rdoc is part of ruby19 already
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 15)
- use latest gem2rpm
Displaying revisions 21 - 40 of 54
openSUSE Build Service is sponsored by