commonmarker 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of commonmarker might be problematic. Click here for more details.

Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/ext/commonmarker/cmark/CMakeLists.txt +10 -2
  3. data/ext/commonmarker/cmark/Makefile +11 -13
  4. data/ext/commonmarker/cmark/README.md +1 -1
  5. data/ext/commonmarker/cmark/api_test/main.c +18 -14
  6. data/ext/commonmarker/cmark/build/CMakeCache.txt +8 -8
  7. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeCCompiler.cmake +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeCXXCompiler.cmake +0 -0
  9. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeDetermineCompilerABI_C.bin +0 -0
  10. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeSystem.cmake +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdC/CMakeCCompilerId.c +26 -9
  13. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdC/a.out +0 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdCXX/CMakeCXXCompilerId.cpp +3 -3
  15. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdCXX/a.out +0 -0
  16. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  17. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  18. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +143 -143
  19. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +108 -107
  20. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +3 -3
  21. data/ext/commonmarker/cmark/build/Makefile +10 -10
  22. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  23. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +4 -4
  24. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +1 -1
  25. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  26. data/ext/commonmarker/cmark/build/api_test/Makefile +10 -10
  27. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  28. data/ext/commonmarker/cmark/build/man/Makefile +10 -10
  29. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +2 -2
  30. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  31. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +38 -0
  32. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +92 -0
  33. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +3 -3
  34. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +1 -1
  35. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +1 -1
  36. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +26 -26
  37. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +1 -1
  38. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -4
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +3 -3
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +1 -1
  45. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +1 -1
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  51. data/ext/commonmarker/cmark/build/src/Makefile +10 -10
  52. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +26 -7
  53. data/ext/commonmarker/cmark/build/src/cmark_export.h +4 -3
  54. data/ext/commonmarker/cmark/build/src/cmark_version.h +2 -2
  55. data/ext/commonmarker/cmark/build/src/config.h +0 -8
  56. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  57. data/ext/commonmarker/cmark/build/src/libcmark.pc +1 -1
  58. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  59. data/ext/commonmarker/cmark/build/testdir/Makefile +10 -10
  60. data/ext/commonmarker/cmark/changelog.txt +111 -0
  61. data/ext/commonmarker/cmark/man/man3/cmark.3 +26 -26
  62. data/ext/commonmarker/cmark/src/CMakeLists.txt +3 -0
  63. data/ext/commonmarker/cmark/src/blocks.c +50 -37
  64. data/ext/commonmarker/cmark/src/buffer.c +5 -5
  65. data/ext/commonmarker/cmark/src/buffer.h +4 -2
  66. data/ext/commonmarker/cmark/src/chunk.h +8 -5
  67. data/ext/commonmarker/cmark/src/cmark.c +5 -3
  68. data/ext/commonmarker/cmark/src/cmark.h +7 -6
  69. data/ext/commonmarker/cmark/src/commonmark.c +8 -10
  70. data/ext/commonmarker/cmark/src/config.h.in +0 -8
  71. data/ext/commonmarker/cmark/src/inlines.c +93 -45
  72. data/ext/commonmarker/cmark/src/inlines.h +2 -2
  73. data/ext/commonmarker/cmark/src/node.c +0 -3
  74. data/ext/commonmarker/cmark/src/references.c +3 -2
  75. data/ext/commonmarker/cmark/src/render.c +6 -5
  76. data/ext/commonmarker/cmark/src/scanners.c +1050 -1053
  77. data/ext/commonmarker/cmark/src/scanners.re +4 -4
  78. data/ext/commonmarker/cmark/test/pathological_tests.py +1 -1
  79. data/ext/commonmarker/cmark/test/spec.txt +179 -196
  80. data/lib/commonmarker/version.rb +1 -1
  81. data/test/test_attributes.rb +1 -1
  82. metadata +13 -11
@@ -1,3 +1,3 @@
1
1
  module CommonMarker
2
- VERSION = '0.9.2'.freeze
2
+ VERSION = '0.10.0'.freeze
3
3
  end
@@ -24,7 +24,7 @@ class TestAttributes < Minitest::Test
24
24
  },
25
25
  {
26
26
  :start_line => 1,
27
- :start_column => 4,
27
+ :start_column => 1,
28
28
  :end_line => 1,
29
29
  :end_column => 17
30
30
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonmarker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-07 00:00:00.000000000 Z
11
+ date: 2016-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-enum
@@ -140,15 +140,15 @@ files:
140
140
  - ext/commonmarker/cmark/bench/stats.py
141
141
  - ext/commonmarker/cmark/benchmarks.md
142
142
  - ext/commonmarker/cmark/build/CMakeCache.txt
143
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeCCompiler.cmake
144
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeCXXCompiler.cmake
145
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_C.bin
146
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_CXX.bin
147
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeSystem.cmake
148
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/CMakeCCompilerId.c
149
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/a.out
150
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
151
- - ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out
143
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CMakeCCompiler.cmake
144
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CMakeCXXCompiler.cmake
145
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CMakeDetermineCompilerABI_C.bin
146
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CMakeDetermineCompilerABI_CXX.bin
147
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CMakeSystem.cmake
148
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CompilerIdC/CMakeCCompilerId.c
149
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CompilerIdC/a.out
150
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
151
+ - ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CompilerIdCXX/a.out
152
152
  - ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake
153
153
  - ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log
154
154
  - ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log
@@ -179,6 +179,8 @@ files:
179
179
  - ext/commonmarker/cmark/build/man/Makefile
180
180
  - ext/commonmarker/cmark/build/man/cmake_install.cmake
181
181
  - ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake
182
+ - ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake
183
+ - ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake
182
184
  - ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake
183
185
  - ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make
184
186
  - ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake