Revisions of rubygem-hpricot

Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) committed (revision 10)
branch from 15.1
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 9)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 597218 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 8)
- Trim rhetorics from description.
- Add rubygem-hpricot-rpmlintrc in spec file
- Spec file cleanup
- adapt to new rubygem packaging
- add ruby-devel buildrequires
- use new ruby macros
- update to 0.8.6
  * Allow any tags to contain unknown tags (Steven Parkes)
- 0.8.5
  * Remove escaped quote (\') from matching (#55)
  * Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
  * Unescape hex numeric character references
- 0.8.4
  * GH #21, #32, #33, #36: Fix for reported segfaults
- 0.8.3
  * GH#8: Nil-check before downcasing attribute key
  * GH#25: Proper ruby 1.9 encoding support
  * GH#28. Use integers instead of ?? on 1.9, which is just a string.
  * including noscript to ElementInclusions , so that hpricot wont fail
    when trying to parse a meta tag inside head section when noscript is
    present.
  * latest changes from fast_xs mainline
  * Fixes to get Hpricot running on Rubinius:
    * Use free, not XFREE
    * Remove RSTRUCT craziness, don't break Array#at
- fix License:
  * MIT: https://github.com/hpricot/hpricot/blob/master/COPYING
- use rubygems_requires macro
- update to 0.8.2
- update to version 0.8.1
- some rpmlint fixes
- update to version 0.7
- update to version 0.6.161
- update to version 0.5
- Initial package of version 0.4
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 7)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 597218 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 6)
- Trim rhetorics from description.
- Add rubygem-hpricot-rpmlintrc in spec file
- Spec file cleanup
- adapt to new rubygem packaging
- add ruby-devel buildrequires
- use new ruby macros
- update to 0.8.6
  * Allow any tags to contain unknown tags (Steven Parkes)
- 0.8.5
  * Remove escaped quote (\') from matching (#55)
  * Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
  * Unescape hex numeric character references
- 0.8.4
  * GH #21, #32, #33, #36: Fix for reported segfaults
- 0.8.3
  * GH#8: Nil-check before downcasing attribute key
  * GH#25: Proper ruby 1.9 encoding support
  * GH#28. Use integers instead of ?? on 1.9, which is just a string.
  * including noscript to ElementInclusions , so that hpricot wont fail
    when trying to parse a meta tag inside head section when noscript is
    present.
  * latest changes from fast_xs mainline
  * Fixes to get Hpricot running on Rubinius:
    * Use free, not XFREE
    * Remove RSTRUCT craziness, don't break Array#at
- fix License:
  * MIT: https://github.com/hpricot/hpricot/blob/master/COPYING
- use rubygems_requires macro
- update to 0.8.2
- update to version 0.8.1
- some rpmlint fixes
- update to version 0.7
- update to version 0.6.161
- update to version 0.5
- Initial package of version 0.4
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 5)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 597218 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 4)
- Trim rhetorics from description.
- Add rubygem-hpricot-rpmlintrc in spec file
- Spec file cleanup
- adapt to new rubygem packaging
- add ruby-devel buildrequires
- use new ruby macros
- update to 0.8.6
  * Allow any tags to contain unknown tags (Steven Parkes)
- 0.8.5
  * Remove escaped quote (\') from matching (#55)
  * Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
  * Unescape hex numeric character references
- 0.8.4
  * GH #21, #32, #33, #36: Fix for reported segfaults
- 0.8.3
  * GH#8: Nil-check before downcasing attribute key
  * GH#25: Proper ruby 1.9 encoding support
  * GH#28. Use integers instead of ?? on 1.9, which is just a string.
  * including noscript to ElementInclusions , so that hpricot wont fail
    when trying to parse a meta tag inside head section when noscript is
    present.
  * latest changes from fast_xs mainline
  * Fixes to get Hpricot running on Rubinius:
    * Use free, not XFREE
    * Remove RSTRUCT craziness, don't break Array#at
- fix License:
  * MIT: https://github.com/hpricot/hpricot/blob/master/COPYING
- use rubygems_requires macro
- update to 0.8.2
- update to version 0.8.1
- some rpmlint fixes
- update to version 0.7
- update to version 0.6.161
- update to version 0.5
- Initial package of version 0.4
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 3)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 597218 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 2)
- Trim rhetorics from description.
- Add rubygem-hpricot-rpmlintrc in spec file
- Spec file cleanup
- adapt to new rubygem packaging
- add ruby-devel buildrequires
- use new ruby macros
- update to 0.8.6
  * Allow any tags to contain unknown tags (Steven Parkes)
- 0.8.5
  * Remove escaped quote (\') from matching (#55)
  * Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
  * Unescape hex numeric character references
- 0.8.4
  * GH #21, #32, #33, #36: Fix for reported segfaults
- 0.8.3
  * GH#8: Nil-check before downcasing attribute key
  * GH#25: Proper ruby 1.9 encoding support
  * GH#28. Use integers instead of ?? on 1.9, which is just a string.
  * including noscript to ElementInclusions , so that hpricot wont fail
    when trying to parse a meta tag inside head section when noscript is
    present.
  * latest changes from fast_xs mainline
  * Fixes to get Hpricot running on Rubinius:
    * Use free, not XFREE
    * Remove RSTRUCT craziness, don't break Array#at
- fix License:
  * MIT: https://github.com/hpricot/hpricot/blob/master/COPYING
- use rubygems_requires macro
- update to 0.8.2
- update to version 0.8.1
- some rpmlint fixes
- update to version 0.7
- update to version 0.6.161
- update to version 0.5
- Initial package of version 0.4
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 2)
branch from 15.0
Displaying all 10 revisions
openSUSE Build Service is sponsored by