Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

commonmarker

Ruby wrapper for libcmark (CommonMark parser)
Collective - https://opencollective.com/commonmarker - Code: https://github.com/gjtorikian/commonmarker

Bump to 0.16.7

github.com/gjtorikian/commonmarker - d022bfb3733915b0132c5afd9c5ac13d45575526 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/175542b2f37fb854117580268060d6cd19ef78bf

github.com/gjtorikian/commonmarker - 70ae04d4d2cd6ac6bf00f7563ecc2dc6f04e31f2 authored over 7 years ago by Yuki Izumi <[email protected]>
HtmlRenderer tagfilter is case-insens

github.com/gjtorikian/commonmarker - bf9e7ab12e8d7f6f062962812780603b472f5bd5 authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.6

github.com/gjtorikian/commonmarker - 98a81f323e166371681b743b241f5745860be8e1 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/970e029ce944ba6136d67c0ae1af2b8a94a6c21c

github.com/gjtorikian/commonmarker - df4948912bbb17821b6cb8b50173cb1626edb1a3 authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.5

github.com/gjtorikian/commonmarker - 6d74afb1f9d8634ee5c7078143a804c7d2e969ab authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/2af1c5c0edf06c61a560f8c5e6c696fe1f2deb48

github.com/gjtorikian/commonmarker - c4291b3a00aa66c50139be5c75662f5d835d1298 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/be02b498c79ea57a21038969f6724828aebadf44

github.com/gjtorikian/commonmarker - a5f0925003bc3670b39ecc6df53a58c40380fd0a authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.4

github.com/gjtorikian/commonmarker - 0c7f53a688c05500fa2e60478c68eaa01ba3d782 authored over 7 years ago by Yuki Izumi <[email protected]>
Full support for options and extensions in HtmlRenderer (#48)

* Start getting extension tests working with HtmlRenderer

* Table renderer up to scratch

*...

github.com/gjtorikian/commonmarker - 94132e4b779e942114606d37955828c35faca9b4 authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.3

github.com/gjtorikian/commonmarker - ed6cee075b095b46c6f715a155815f58c621edb7 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/a457ab287d14834d43025541f3bc9f4751de6872

github.com/gjtorikian/commonmarker - 232f667efd62e39ab9fdb688a4d8aa70b15f6a9d authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.2

github.com/gjtorikian/commonmarker - de189510c5441b4cba5f27a523eb7db3b7dfadb8 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/361ce53e828e683c1f97c33d8d8cdfbc180ae37d

github.com/gjtorikian/commonmarker - 555a3d5bbc7fcbd513404509506b31df43b8963d authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.1

github.com/gjtorikian/commonmarker - 62e310beea13bc19b6f20591a036b3e8865ee888 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/github/cmark/commit/c78d9e328cf43e1687ca54275dc5dbc19c8abe95

github.com/gjtorikian/commonmarker - 374328751d9a8dcf06db9199d4ee53b4fb30f29c authored over 7 years ago by Yuki Izumi <[email protected]>
Bump to 0.16.0

github.com/gjtorikian/commonmarker - b08b5ea2f22c5d2755d8ea70e917979efe95e295 authored over 7 years ago by Yuki Izumi <[email protected]>
Plaintext renderer support (#46)

* Add plaintext support
* NORMALIZE isn't an option any more
* Document :LIBERAL_HTML_TAG
* F...

github.com/gjtorikian/commonmarker - 6f55ec36b142d7a4edbba913f9606afa1640ac2c authored over 7 years ago by Yuki Izumi <[email protected]>
Merge pull request #45 from Empact/vendor-cache

Drop the remaining cached gems from the project

github.com/gjtorikian/commonmarker - d60bfd7a79b1b7b041c3420ab9c2cdce0a09d3b7 authored over 7 years ago by Yuki Izumi <[email protected]>
Drop and ignore .bundle/config

So these settings can be configured locally as each developer prefers.

github.com/gjtorikian/commonmarker - 4d57fc61ead7359b90759ba4358c292673dddc6c authored over 7 years ago by Ben Woosley <[email protected]>
Drop the remaining cached gems from the project

github.com/gjtorikian/commonmarker - 9cff80ca641c08f6ca490580e6ad2356b6c5480f authored over 7 years ago by Ben Woosley <[email protected]>
Bump to 0.15.0

github.com/gjtorikian/commonmarker - 6b583a779c43bd6fdfe7efce5be3f0575c30f415 authored over 7 years ago by Garen Torikian <[email protected]>
Update cmark to https://github.com/github/cmark/commit/a2022f5de71150af7c76f8113a2aa058249d05f3

github.com/gjtorikian/commonmarker - 31f4948d3cec077aa955e38fce3f4e87e187927b authored over 7 years ago by Garen Torikian <[email protected]>
Merge pull request #44 from gfx/inspect

support p and pp for CommonMarker::Node

github.com/gjtorikian/commonmarker - f44edb4c8b489a2ebb6538c7fb81cb610024bc81 authored over 7 years ago by Garen Torikian <[email protected]>
support p and pp for CommonMarker::Node (#42)

github.com/gjtorikian/commonmarker - b29e92e9ad37e4fdf6921c3b22c2a6862d6ada09 authored over 7 years ago by FUJI Goro (gfx) <[email protected]>
Merge pull request #43 from muan/then

Fix a typo

github.com/gjtorikian/commonmarker - 8de851899470efe22b08f70c64f32b1397135c6e authored over 7 years ago by Yuki Izumi <[email protected]>
Fix a typo

github.com/gjtorikian/commonmarker - c7c1ae19919b9547dd765544aed2e341bdd8aab5 authored over 7 years ago by Mu-An ✌️ Chiou <[email protected]>
Correct tests

github.com/gjtorikian/commonmarker - 6d5a4ac599952bc8542c9f61466af851ae1c7e9f authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/96d24199df048f8df9aaf7a0e736bbb8d96f3573

github.com/gjtorikian/commonmarker - fac4f824306747468a781ec2a3c516f56f12a270 authored over 7 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.15

github.com/gjtorikian/commonmarker - d3960695fea46bc6825341754fbefa7294b717bb authored over 7 years ago by Yuki Izumi <[email protected]>
Don't generate ri documentation for all of cmark

github.com/gjtorikian/commonmarker - 2aed48fa4e7395f3b82f260b1ac1b3ef642f9802 authored over 7 years ago by Yuki Izumi <[email protected]>
Use new library names

github.com/gjtorikian/commonmarker - f67511bf724a4a763619cc992d85d4a245e53660 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/a65a89923565baff15c4ecf4b4e687dce6a22b74

github.com/gjtorikian/commonmarker - b4aec8001d8657b09a8e0c0f1ffedc20673a893d authored over 7 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.14

github.com/gjtorikian/commonmarker - 8f2d4eb177c9a126351269ac5037908105958d20 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/6c13fd422021ff6d2f9bcad4d11028b0c0406f2a

github.com/gjtorikian/commonmarker - 310983d7a668a80a760f67e3d9f5e76d73a667ac authored over 7 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.13

github.com/gjtorikian/commonmarker - 192ef312dc3e4e779a29a271531921ad89acad29 authored over 7 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/cbc0b3e7a0ce0c15e88a81138fcc1c2500c64a07

github.com/gjtorikian/commonmarker - c56857c11c08b40fae16b9bbb9bd437cd7a9006a authored over 7 years ago by Yuki Izumi <[email protected]>
Merge pull request #38 from gjtorikian/add-yuki

Add Yuki

github.com/gjtorikian/commonmarker - 48d0f1f1136063164de9f2026949226cd20cc5b4 authored almost 8 years ago by Garen Torikian <[email protected]>
Add Yuki

github.com/gjtorikian/commonmarker - 8a9248537c05b7a6e232be81ed34f86568667a1b authored almost 8 years ago by Garen Torikian <[email protected]>
:gem: bump to 0.14.12

github.com/gjtorikian/commonmarker - b57a16db2c0b606ddd415e5746e8eaaf1ef537d4 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/353fd729f048cf3a37f5ce4ff80d778d9df39521

github.com/gjtorikian/commonmarker - 73f9cb9c6761a860eab0705eefb48e106e7849f9 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.11

github.com/gjtorikian/commonmarker - 13ca57e80a6768ae3e5b04d7ca4444179b520577 authored almost 8 years ago by Yuki Izumi <[email protected]>
Add GITHUB_PRE_LANG renderer option

github.com/gjtorikian/commonmarker - 19ff6652e30d8d8f8572b3dbc759d09bfef1e5f7 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/c3ba43ba29e59731f3669e476c4a752762017767

github.com/gjtorikian/commonmarker - e148957d41a0b5d3709cd111aef05184a2320e3c authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.10

github.com/gjtorikian/commonmarker - ac23d190afad811680bd886e93a76e8a51143f5d authored almost 8 years ago by Yuki Izumi <[email protected]>
Make tests quieter

github.com/gjtorikian/commonmarker - 87ddaf1710d07df3219ad6e6328eaa6774c57db1 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/bbe8e766e016b34d43553f32a58dcc17744f9756

github.com/gjtorikian/commonmarker - 4af41e2d09393c051b892f44eea31796df045039 authored almost 8 years ago by Yuki Izumi <[email protected]>
Correct test message

github.com/gjtorikian/commonmarker - c7a36272e71e03b3ddba3c7433a3e04b610fbb88 authored almost 8 years ago by Yuki Izumi <[email protected]>
Okay that's new

github.com/gjtorikian/commonmarker - 16413233beb8d3cb125a7131037521c493e6aa24 authored almost 8 years ago by Garen Torikian <[email protected]>
Bump RDoc

github.com/gjtorikian/commonmarker - acca2e19386a8e9a5ed915ef91e630de7775273d authored almost 8 years ago by Garen Torikian <[email protected]>
:gem: bump to 0.14.9

github.com/gjtorikian/commonmarker - b8fc333911f2e5b6be52a123a6cb6815fd81d9e1 authored almost 8 years ago by Garen Torikian <[email protected]>
Ugh update the binary too

github.com/gjtorikian/commonmarker - ff3492159ecade4eb0c7b4b82c72d5799ed84ef0 authored almost 8 years ago by Garen Torikian <[email protected]>
:gem: bump to 0.14.8

github.com/gjtorikian/commonmarker - b9dce9e3fad2219228cdfb138371249bd5bb5e34 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/2109e22a0959dd422ac1f4df08cb188bcccf109d

github.com/gjtorikian/commonmarker - 7ea0044a3d347e6ee7900d9c395e288cbb7fbc58 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.7

github.com/gjtorikian/commonmarker - 85f6841cd625b5334ec4f149180138a69f216c0e authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/8870670662007e04f79891d0c1e29c22bd25c086

github.com/gjtorikian/commonmarker - c46fc88386c149a7259b3671a6b4e31a04d7da35 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.6

github.com/gjtorikian/commonmarker - 0785351e077adb95f9224872bda12ba5ce957855 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/c62d274f6c9142753ba72232ddd261c718e9e1a9

github.com/gjtorikian/commonmarker - 571e5fa1a738ec618051191d2ecc6c381dcf7434 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.5

github.com/gjtorikian/commonmarker - 3efac9e2ea1ec1fc372e54209b31e1fdd1d78d50 authored almost 8 years ago by Yuki Izumi <[email protected]>
Merge pull request #36 from gjtorikian/get-big-names

Capitalize symbol names

github.com/gjtorikian/commonmarker - 4e0c9ba0a10741093447c5102558af6ea725786a authored almost 8 years ago by Yuki Izumi <[email protected]>
We ignore Gemfile.lock, so ignore cache too

github.com/gjtorikian/commonmarker - e265ac1e237035d00edbbcedf22779ae7a83afd3 authored almost 8 years ago by Yuki Izumi <[email protected]>
Windows build fix

github.com/gjtorikian/commonmarker - af576977e4d4d823b12f5cded8e0d308010984db authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/df33f03d6536d415586219f9bb56707b037f7f1b

github.com/gjtorikian/commonmarker - b16576597ea68d4a5310495e6225dd6c220db2b1 authored almost 8 years ago by Yuki Izumi <[email protected]>
Capitalize symbol names

github.com/gjtorikian/commonmarker - d758e2c32c68ea1844cd4dadcc4101f2cdf87439 authored almost 8 years ago by Garen Torikian <[email protected]>
:gem: bump to 0.14.4

github.com/gjtorikian/commonmarker - f7db7cde3cbcb9383d8580823044f31d19c0e438 authored almost 8 years ago by Yuki Izumi <[email protected]>
Fix cmark build

github.com/gjtorikian/commonmarker - e72d4e2978b4fc402bbb0fb2bd053fbfa71a9ffc authored almost 8 years ago by Yuki Izumi <[email protected]>
Tests working for spec elements

github.com/gjtorikian/commonmarker - 779bd9af2fa9708b01f25fdc01039e4064a27c52 authored almost 8 years ago by Yuki Izumi <[email protected]>
Define strikethrough node HtmlRenderer

github.com/gjtorikian/commonmarker - 5b321df2a352e4555da977a69e497d7943ecb556 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/14874d3ae52554ac14d1b238f9595f4446cc7452

github.com/gjtorikian/commonmarker - b6614d65f5e481e5d14f8583b723f4ef625c1627 authored almost 8 years ago by Yuki Izumi <[email protected]>
Pin ruby-enum at 0.5.0

This is all we need right now, and dblock/ruby-enum#16 is causing issues
for new installs.

github.com/gjtorikian/commonmarker - 89e1a78c5fea06dfefec6a11f9e41525be8ad5c6 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.3

github.com/gjtorikian/commonmarker - cf3a6a2099e17a8635a31c817aa196fcdb00bca7 authored almost 8 years ago by Yuki Izumi <[email protected]>
Define table/header/row/cell in HtmlRenderer

github.com/gjtorikian/commonmarker - a291f03532fc41435479614f385c47a5e2c5f622 authored almost 8 years ago by Yuki Izumi <[email protected]>
Adding test for table extension with HTML renderer.

github.com/gjtorikian/commonmarker - 4b256943344fecc638b27f8ecabe96eb04446923 authored almost 8 years ago by Andrew Anderson <[email protected]>
extend rb_node_get_type for extensions

github.com/gjtorikian/commonmarker - 943b97d1674d79c2dca696a1bda231ec45cac73e authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/b8d63fc0a6331fb9a05ac1437407c17a2b70cc45

github.com/gjtorikian/commonmarker - b7b11000e5ea73026f8deffc18ecd99003c28005 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.2

github.com/gjtorikian/commonmarker - 5add1c971d19f472788231da2d9e0b2081dd2d19 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/5909fa707d809954624f4a6b656e32e3c82fec2c

github.com/gjtorikian/commonmarker - 48177da5544ba7ce32e276c0cfa8c8fbfd6de7f5 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.1

github.com/gjtorikian/commonmarker - b61b34e68b4cbcfba24e3d95a14802143acd3d89 authored almost 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/c469937b1df8e55ea9d28bc3aa314b2e3427785b

github.com/gjtorikian/commonmarker - 6a1f08a9eb89177a5818032382dfbfc99abbd781 authored almost 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.14.0

github.com/gjtorikian/commonmarker - 8dd8c8bd01878451424d4b94128ca538922f3479 authored about 8 years ago by Yuki Izumi <[email protected]>
Update cmark to [email protected]:github/cmark/commit/57ca6e22e8ddb7ae5b66d85cb88f57c6e5472978

github.com/gjtorikian/commonmarker - 2cec30130baea5e2cd98e924bcdedcb04fd3f4d8 authored about 8 years ago by Yuki Izumi <[email protected]>
Merge pull request #32 from kivikakk/github-extensions

Extensions targetting github/cmark

github.com/gjtorikian/commonmarker - d5c50a9238f5df210783ae6cbc41b66c02848be5 authored about 8 years ago by Garen Torikian <[email protected]>
Use const here

github.com/gjtorikian/commonmarker - 1778482fe4ddbb9f6ecc7058700187e9514d8482 authored about 8 years ago by Yuki Izumi <[email protected]>
Extensions targetting github/cmark

github.com/gjtorikian/commonmarker - ca038acc86f25a838caf8edcd8982080242d9891 authored about 8 years ago by Yuki Izumi <[email protected]>
:gem: bump to 0.13.0

github.com/gjtorikian/commonmarker - 3a36db5bf15dd6e018e7eb4bc020aa70fab4132f authored about 8 years ago by Garen Torikian <[email protected]>
Merge pull request #31 from gjtorikian/fixups

Update cmark to 0.27.1

github.com/gjtorikian/commonmarker - dd354a685d53c39858d26a62d1a838bcbe8675aa authored about 8 years ago by Garen Torikian <[email protected]>
Encode string_content as UTF8 before delivering

github.com/gjtorikian/commonmarker - 2c1b7b6b4083654a8e97ac4cecac2a36b148ef6c authored about 8 years ago by Garen Torikian <[email protected]>
Update cmark to https://github.com/jgm/cmark/commit/4d2f310fe6d27edcee81e54b59f3b381c2a7c43a

github.com/gjtorikian/commonmarker - 04a0bc3a2c99ad777e9d937566aed4a8fc51afb6 authored about 8 years ago by Garen Torikian <[email protected]>
:gem: bump to 0.12.0

github.com/gjtorikian/commonmarker - f2e3bebfe8b7a3aedf4de9b3515dd2bc6578ce4c authored about 8 years ago by Garen Torikian <[email protected]>
Merge pull request #29 from gjtorikian/revert-28-kivikakk/extensions

Revert "cmark extensions"

github.com/gjtorikian/commonmarker - 096a42b059fab0ff35c34547b57c09be6e99e84b authored about 8 years ago by Garen Torikian <[email protected]>
And done! <3

github.com/gjtorikian/commonmarker - c50d0c690ee41f3b242917387145c2095b56c0cb authored about 8 years ago by Yuki Izumi <[email protected]>
Windows encoding fun. One assertion left.

github.com/gjtorikian/commonmarker - 183d3bf859a7476a552c7ebb1ab7308d763c92ca authored about 8 years ago by Yuki Izumi <[email protected]>
Grab submodules

github.com/gjtorikian/commonmarker - 8bd2514449bd7d10abba722e8098bde92ea76111 authored about 8 years ago by Yuki Izumi <[email protected]>
Add appveyor.yml

github.com/gjtorikian/commonmarker - c71e282035be4da35d7fcb2a0d0e230bb5b1b484 authored about 8 years ago by Yuki Izumi <[email protected]>
Use MSYS Makefiles generator in mingw32

This at least has it compiling with RubyInstaller + DevKit.

github.com/gjtorikian/commonmarker - 23bec5e97265f92f2ca5eae8a6afed77a1c07cec authored about 8 years ago by Yuki Izumi <[email protected]>
Don't ask, don't tell

We get conflicts in msxml.h if we don't do this. It looks like the
CMARK_ prefix on our enum is ...

github.com/gjtorikian/commonmarker - b0c51c16b724fc0eeea7e6719e265c614d5c086b authored about 8 years ago by Yuki Izumi <[email protected]>
Windows build changes

github.com/gjtorikian/commonmarker - f57f96cb2bed2acfc094778fb86d6333a58f2094 authored about 8 years ago by Yuki Izumi <[email protected]>
Update cmark to https://github.com/jgm/cmark/commit/

github.com/gjtorikian/commonmarker - 5c96aa8c50dd22d69f664d2bd2e98d667ce6457f authored about 8 years ago by Garen Torikian <[email protected]>
Revert "cmark extensions"

github.com/gjtorikian/commonmarker - 2bd0073b6e7db911e74bb6829d0b3f31b6f1f4e0 authored about 8 years ago by Garen Torikian <[email protected]>