commonmarker 0.4.0 → 0.4.1
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.
- checksums.yaml +4 -4
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +12 -12
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +92 -92
- data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
- data/ext/commonmarker/extconf.rb +5 -4
- data/lib/commonmarker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71147364ed75629ee0538d306db818c3ccad00a3
|
4
|
+
data.tar.gz: 8dff21a6ae0c96ed660952860f3d3d8b47650f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b168724b332f8268fff701b4daad1558c2689dbcc2292120a5cf3a4cd347eb601f62ab585ed3ee33a63f392dfada79cbd23af09e67b324919e2827e20830ad35
|
7
|
+
data.tar.gz: 8ae60bd7e9c3052a3f90331d8750c10e7ec928ec8848f40836fab0657696626d12c00177d75c1d3baaeb0b4228ef223b5915fa155f12b3c112b3c33bc09a467f
|
@@ -1,30 +1,30 @@
|
|
1
1
|
Performing C SOURCE FILE Test HAVE_FLAG_ADDRESS_SANITIZER failed with the following output:
|
2
2
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
3
3
|
|
4
|
-
Run Build Command:/usr/bin/make "
|
5
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
4
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec1296350559/fast"
|
5
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1296350559.dir/build.make CMakeFiles/cmTryCompileExec1296350559.dir/build
|
6
6
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
7
|
-
Building C object CMakeFiles/
|
8
|
-
/usr/bin/cc -fPIC -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/
|
7
|
+
Building C object CMakeFiles/cmTryCompileExec1296350559.dir/src.c.o
|
8
|
+
/usr/bin/cc -fPIC -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/cmTryCompileExec1296350559.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
|
9
9
|
clang: error: unknown argument: '-faddress-sanitizer'
|
10
10
|
clang: error: unknown argument: '-faddress-sanitizer'
|
11
|
-
make[1]: *** [CMakeFiles/
|
12
|
-
make: *** [
|
11
|
+
make[1]: *** [CMakeFiles/cmTryCompileExec1296350559.dir/src.c.o] Error 1
|
12
|
+
make: *** [cmTryCompileExec1296350559/fast] Error 2
|
13
13
|
|
14
14
|
Source file was:
|
15
15
|
int main(void) { return 0; }
|
16
16
|
Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS failed with the following output:
|
17
17
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
18
18
|
|
19
|
-
Run Build Command:/usr/bin/make "
|
20
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
19
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec2505092198/fast"
|
20
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2505092198.dir/build.make CMakeFiles/cmTryCompileExec2505092198.dir/build
|
21
21
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
22
|
-
Building C object CMakeFiles/
|
23
|
-
/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -fsanitize=address -o CMakeFiles/
|
22
|
+
Building C object CMakeFiles/cmTryCompileExec2505092198.dir/src.c.o
|
23
|
+
/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -fsanitize=address -o CMakeFiles/cmTryCompileExec2505092198.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
|
24
24
|
clang: error: unsupported argument 'address' to option 'fsanitize='
|
25
25
|
clang: error: unsupported argument 'address' to option 'fsanitize='
|
26
|
-
make[1]: *** [CMakeFiles/
|
27
|
-
make: *** [
|
26
|
+
make[1]: *** [CMakeFiles/cmTryCompileExec2505092198.dir/src.c.o] Error 1
|
27
|
+
make: *** [cmTryCompileExec2505092198/fast] Error 2
|
28
28
|
|
29
29
|
Source file was:
|
30
30
|
int main(void) { return 0; }
|
@@ -28,49 +28,49 @@ The CXX compiler identification is Clang, found in "/Users/gjtorikian/Developmen
|
|
28
28
|
Determining if the C compiler works passed with the following output:
|
29
29
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
30
30
|
|
31
|
-
Run Build Command:/usr/bin/make "
|
32
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
31
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec1666015589/fast"
|
32
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1666015589.dir/build.make CMakeFiles/cmTryCompileExec1666015589.dir/build
|
33
33
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
34
|
-
Building C object CMakeFiles/
|
35
|
-
/usr/bin/cc -fPIC -o CMakeFiles/
|
36
|
-
Linking C executable
|
37
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
38
|
-
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
34
|
+
Building C object CMakeFiles/cmTryCompileExec1666015589.dir/testCCompiler.c.o
|
35
|
+
/usr/bin/cc -fPIC -o CMakeFiles/cmTryCompileExec1666015589.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
36
|
+
Linking C executable cmTryCompileExec1666015589
|
37
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1666015589.dir/link.txt --verbose=1
|
38
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec1666015589.dir/testCCompiler.c.o -o cmTryCompileExec1666015589
|
39
39
|
|
40
40
|
|
41
41
|
Detecting C compiler ABI info compiled with the following output:
|
42
42
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
43
43
|
|
44
|
-
Run Build Command:/usr/bin/make "
|
45
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
44
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec3037178882/fast"
|
45
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3037178882.dir/build.make CMakeFiles/cmTryCompileExec3037178882.dir/build
|
46
46
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
47
|
-
Building C object CMakeFiles/
|
48
|
-
/usr/bin/cc -fPIC -o CMakeFiles/
|
49
|
-
Linking C executable
|
50
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
51
|
-
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/
|
47
|
+
Building C object CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o
|
48
|
+
/usr/bin/cc -fPIC -o CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/2.8.10.1-boxen1/share/cmake/Modules/CMakeCCompilerABI.c
|
49
|
+
Linking C executable cmTryCompileExec3037178882
|
50
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3037178882.dir/link.txt --verbose=1
|
51
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3037178882
|
52
52
|
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
53
53
|
Target: x86_64-apple-darwin14.5.0
|
54
54
|
Thread model: posix
|
55
|
-
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o
|
55
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTryCompileExec3037178882 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a
|
56
56
|
|
57
57
|
|
58
58
|
Parsed C implicit link information from above output:
|
59
59
|
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
|
60
60
|
ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
|
61
61
|
ignore line: []
|
62
|
-
ignore line: [Run Build Command:/usr/bin/make "
|
63
|
-
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
62
|
+
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3037178882/fast"]
|
63
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3037178882.dir/build.make CMakeFiles/cmTryCompileExec3037178882.dir/build]
|
64
64
|
ignore line: [/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
|
65
|
-
ignore line: [Building C object CMakeFiles/
|
66
|
-
ignore line: [/usr/bin/cc -fPIC -o CMakeFiles/
|
67
|
-
ignore line: [Linking C executable
|
68
|
-
ignore line: [/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
69
|
-
ignore line: [/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/
|
65
|
+
ignore line: [Building C object CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o]
|
66
|
+
ignore line: [/usr/bin/cc -fPIC -o CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/2.8.10.1-boxen1/share/cmake/Modules/CMakeCCompilerABI.c]
|
67
|
+
ignore line: [Linking C executable cmTryCompileExec3037178882]
|
68
|
+
ignore line: [/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3037178882.dir/link.txt --verbose=1]
|
69
|
+
ignore line: [/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3037178882 ]
|
70
70
|
ignore line: [Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)]
|
71
71
|
ignore line: [Target: x86_64-apple-darwin14.5.0]
|
72
72
|
ignore line: [Thread model: posix]
|
73
|
-
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o
|
73
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTryCompileExec3037178882 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a]
|
74
74
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
75
75
|
arg [-demangle] ==> ignore
|
76
76
|
arg [-dynamic] ==> ignore
|
@@ -79,10 +79,10 @@ Parsed C implicit link information from above output:
|
|
79
79
|
arg [-macosx_version_min] ==> ignore
|
80
80
|
arg [10.10.0] ==> ignore
|
81
81
|
arg [-o] ==> ignore
|
82
|
-
arg [
|
82
|
+
arg [cmTryCompileExec3037178882] ==> ignore
|
83
83
|
arg [-search_paths_first] ==> ignore
|
84
84
|
arg [-headerpad_max_install_names] ==> ignore
|
85
|
-
arg [CMakeFiles/
|
85
|
+
arg [CMakeFiles/cmTryCompileExec3037178882.dir/CMakeCCompilerABI.c.o] ==> ignore
|
86
86
|
arg [-lSystem] ==> lib [System]
|
87
87
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a]
|
88
88
|
remove lib [System]
|
@@ -93,49 +93,49 @@ Parsed C implicit link information from above output:
|
|
93
93
|
Determining if the CXX compiler works passed with the following output:
|
94
94
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
95
95
|
|
96
|
-
Run Build Command:/usr/bin/make "
|
97
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
96
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec1072865240/fast"
|
97
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1072865240.dir/build.make CMakeFiles/cmTryCompileExec1072865240.dir/build
|
98
98
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
99
|
-
Building CXX object CMakeFiles/
|
100
|
-
/usr/bin/c++ -o CMakeFiles/
|
101
|
-
Linking CXX executable
|
102
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
103
|
-
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
99
|
+
Building CXX object CMakeFiles/cmTryCompileExec1072865240.dir/testCXXCompiler.cxx.o
|
100
|
+
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1072865240.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
101
|
+
Linking CXX executable cmTryCompileExec1072865240
|
102
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1072865240.dir/link.txt --verbose=1
|
103
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec1072865240.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1072865240
|
104
104
|
|
105
105
|
|
106
106
|
Detecting CXX compiler ABI info compiled with the following output:
|
107
107
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
108
108
|
|
109
|
-
Run Build Command:/usr/bin/make "
|
110
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
109
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec1042458582/fast"
|
110
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1042458582.dir/build.make CMakeFiles/cmTryCompileExec1042458582.dir/build
|
111
111
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
112
|
-
Building CXX object CMakeFiles/
|
113
|
-
/usr/bin/c++ -o CMakeFiles/
|
114
|
-
Linking CXX executable
|
115
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
116
|
-
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/
|
112
|
+
Building CXX object CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o
|
113
|
+
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/2.8.10.1-boxen1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
114
|
+
Linking CXX executable cmTryCompileExec1042458582
|
115
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1042458582.dir/link.txt --verbose=1
|
116
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1042458582
|
117
117
|
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
118
118
|
Target: x86_64-apple-darwin14.5.0
|
119
119
|
Thread model: posix
|
120
|
-
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o
|
120
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTryCompileExec1042458582 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a
|
121
121
|
|
122
122
|
|
123
123
|
Parsed CXX implicit link information from above output:
|
124
124
|
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
|
125
125
|
ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
|
126
126
|
ignore line: []
|
127
|
-
ignore line: [Run Build Command:/usr/bin/make "
|
128
|
-
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
127
|
+
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec1042458582/fast"]
|
128
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1042458582.dir/build.make CMakeFiles/cmTryCompileExec1042458582.dir/build]
|
129
129
|
ignore line: [/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
|
130
|
-
ignore line: [Building CXX object CMakeFiles/
|
131
|
-
ignore line: [/usr/bin/c++ -o CMakeFiles/
|
132
|
-
ignore line: [Linking CXX executable
|
133
|
-
ignore line: [/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
134
|
-
ignore line: [/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/
|
130
|
+
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o]
|
131
|
+
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/2.8.10.1-boxen1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
132
|
+
ignore line: [Linking CXX executable cmTryCompileExec1042458582]
|
133
|
+
ignore line: [/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1042458582.dir/link.txt --verbose=1]
|
134
|
+
ignore line: [/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1042458582 ]
|
135
135
|
ignore line: [Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)]
|
136
136
|
ignore line: [Target: x86_64-apple-darwin14.5.0]
|
137
137
|
ignore line: [Thread model: posix]
|
138
|
-
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o
|
138
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.10.0 -o cmTryCompileExec1042458582 -search_paths_first -headerpad_max_install_names CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a]
|
139
139
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
140
140
|
arg [-demangle] ==> ignore
|
141
141
|
arg [-dynamic] ==> ignore
|
@@ -144,10 +144,10 @@ Parsed CXX implicit link information from above output:
|
|
144
144
|
arg [-macosx_version_min] ==> ignore
|
145
145
|
arg [10.10.0] ==> ignore
|
146
146
|
arg [-o] ==> ignore
|
147
|
-
arg [
|
147
|
+
arg [cmTryCompileExec1042458582] ==> ignore
|
148
148
|
arg [-search_paths_first] ==> ignore
|
149
149
|
arg [-headerpad_max_install_names] ==> ignore
|
150
|
-
arg [CMakeFiles/
|
150
|
+
arg [CMakeFiles/cmTryCompileExec1042458582.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
151
151
|
arg [-lc++] ==> lib [c++]
|
152
152
|
arg [-lSystem] ==> lib [System]
|
153
153
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a]
|
@@ -159,39 +159,39 @@ Parsed CXX implicit link information from above output:
|
|
159
159
|
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeded with the following output:
|
160
160
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
161
161
|
|
162
|
-
Run Build Command:/usr/bin/make "
|
163
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
162
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec1367360857/fast"
|
163
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1367360857.dir/build.make CMakeFiles/cmTryCompileExec1367360857.dir/build
|
164
164
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
165
|
-
Building CXX object CMakeFiles/
|
166
|
-
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/
|
167
|
-
Linking CXX executable
|
168
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
169
|
-
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
165
|
+
Building CXX object CMakeFiles/cmTryCompileExec1367360857.dir/src.cxx.o
|
166
|
+
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTryCompileExec1367360857.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
|
167
|
+
Linking CXX executable cmTryCompileExec1367360857
|
168
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1367360857.dir/link.txt --verbose=1
|
169
|
+
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec1367360857.dir/src.cxx.o -o cmTryCompileExec1367360857
|
170
170
|
|
171
171
|
Source file was:
|
172
172
|
int main() { return 0;}
|
173
173
|
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeded with the following output:
|
174
174
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
175
175
|
|
176
|
-
Run Build Command:/usr/bin/make "
|
177
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
176
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec4239222424/fast"
|
177
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4239222424.dir/build.make CMakeFiles/cmTryCompileExec4239222424.dir/build
|
178
178
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
179
|
-
Building CXX object CMakeFiles/
|
180
|
-
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/
|
181
|
-
Linking CXX executable
|
182
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
183
|
-
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
179
|
+
Building CXX object CMakeFiles/cmTryCompileExec4239222424.dir/src.cxx.o
|
180
|
+
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTryCompileExec4239222424.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
|
181
|
+
Linking CXX executable cmTryCompileExec4239222424
|
182
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4239222424.dir/link.txt --verbose=1
|
183
|
+
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec4239222424.dir/src.cxx.o -o cmTryCompileExec4239222424
|
184
184
|
|
185
185
|
Source file was:
|
186
186
|
int main() { return 0;}
|
187
187
|
Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeded with the following output:
|
188
188
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
189
189
|
|
190
|
-
Run Build Command:/usr/bin/make "
|
191
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
190
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec563758594/fast"
|
191
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec563758594.dir/build.make CMakeFiles/cmTryCompileExec563758594.dir/build
|
192
192
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
193
|
-
Building CXX object CMakeFiles/
|
194
|
-
/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/
|
193
|
+
Building CXX object CMakeFiles/cmTryCompileExec563758594.dir/src.cxx.o
|
194
|
+
/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTryCompileExec563758594.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
|
195
195
|
/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
|
196
196
|
int main() { return somefunc();}
|
197
197
|
^
|
@@ -199,9 +199,9 @@ Building CXX object CMakeFiles/cmTryCompileExec3751969465.dir/src.cxx.o
|
|
199
199
|
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
200
200
|
^
|
201
201
|
1 warning generated.
|
202
|
-
Linking CXX executable
|
203
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
204
|
-
/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
202
|
+
Linking CXX executable cmTryCompileExec563758594
|
203
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec563758594.dir/link.txt --verbose=1
|
204
|
+
/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec563758594.dir/src.cxx.o -o cmTryCompileExec563758594
|
205
205
|
|
206
206
|
Source file was:
|
207
207
|
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
@@ -209,45 +209,45 @@ __attribute__((__deprecated__)) int somefunc() { return 0; }
|
|
209
209
|
Determining if the include file stdbool.h exists passed with the following output:
|
210
210
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
211
211
|
|
212
|
-
Run Build Command:/usr/bin/make "
|
213
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
212
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec1009611760/fast"
|
213
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1009611760.dir/build.make CMakeFiles/cmTryCompileExec1009611760.dir/build
|
214
214
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
215
|
-
Building C object CMakeFiles/
|
216
|
-
/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/
|
217
|
-
Linking C executable
|
218
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
219
|
-
/usr/bin/cc -fPIC -fvisibility=hidden -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
215
|
+
Building C object CMakeFiles/cmTryCompileExec1009611760.dir/CheckIncludeFile.c.o
|
216
|
+
/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTryCompileExec1009611760.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
|
217
|
+
Linking C executable cmTryCompileExec1009611760
|
218
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1009611760.dir/link.txt --verbose=1
|
219
|
+
/usr/bin/cc -fPIC -fvisibility=hidden -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec1009611760.dir/CheckIncludeFile.c.o -o cmTryCompileExec1009611760
|
220
220
|
|
221
221
|
|
222
222
|
Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeded with the following output:
|
223
223
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
224
224
|
|
225
|
-
Run Build Command:/usr/bin/make "
|
226
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
225
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec2561391139/fast"
|
226
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2561391139.dir/build.make CMakeFiles/cmTryCompileExec2561391139.dir/build
|
227
227
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
228
|
-
Building C object CMakeFiles/
|
229
|
-
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -o CMakeFiles/
|
228
|
+
Building C object CMakeFiles/cmTryCompileExec2561391139.dir/src.c.o
|
229
|
+
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTryCompileExec2561391139.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
|
230
230
|
/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c:1:14: warning: ignoring return value of function declared with const attribute [-Wunused-value]
|
231
231
|
int main() { __builtin_expect(0,0); return 0; }
|
232
232
|
^~~~~~~~~~~~~~~~ ~~~
|
233
233
|
1 warning generated.
|
234
|
-
Linking C executable
|
235
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
236
|
-
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
234
|
+
Linking C executable cmTryCompileExec2561391139
|
235
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2561391139.dir/link.txt --verbose=1
|
236
|
+
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec2561391139.dir/src.c.o -o cmTryCompileExec2561391139
|
237
237
|
|
238
238
|
Source file was:
|
239
239
|
int main() { __builtin_expect(0,0); return 0; }
|
240
240
|
Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeded with the following output:
|
241
241
|
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
242
242
|
|
243
|
-
Run Build Command:/usr/bin/make "
|
244
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
243
|
+
Run Build Command:/usr/bin/make "cmTryCompileExec140456167/fast"
|
244
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec140456167.dir/build.make CMakeFiles/cmTryCompileExec140456167.dir/build
|
245
245
|
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_progress_report /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CMakeFiles 1
|
246
|
-
Building C object CMakeFiles/
|
247
|
-
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/
|
248
|
-
Linking C executable
|
249
|
-
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/
|
250
|
-
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/
|
246
|
+
Building C object CMakeFiles/cmTryCompileExec140456167.dir/src.c.o
|
247
|
+
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTryCompileExec140456167.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
|
248
|
+
Linking C executable cmTryCompileExec140456167
|
249
|
+
/usr/local/Cellar/cmake/2.8.10.1-boxen1/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec140456167.dir/link.txt --verbose=1
|
250
|
+
/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec140456167.dir/src.c.o -o cmTryCompileExec140456167
|
251
251
|
|
252
252
|
Source file was:
|
253
253
|
|
Binary file
|
data/ext/commonmarker/extconf.rb
CHANGED
@@ -2,13 +2,13 @@ require 'mkmf'
|
|
2
2
|
require 'fileutils'
|
3
3
|
require 'rbconfig'
|
4
4
|
host_os = RbConfig::CONFIG['host_os']
|
5
|
+
sitearch = RbConfig::CONFIG['sitearch']
|
5
6
|
|
6
7
|
LIBDIR = RbConfig::CONFIG['libdir']
|
7
8
|
INCLUDEDIR = RbConfig::CONFIG['includedir']
|
8
9
|
|
9
10
|
unless find_executable('cmake')
|
10
|
-
|
11
|
-
exit 1
|
11
|
+
abort "\n\n\n[ERROR]: cmake is required and not installed. Get it here: http://www.cmake.org/\n\n\n"
|
12
12
|
end
|
13
13
|
|
14
14
|
ROOT_TMP = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'tmp'))
|
@@ -34,8 +34,9 @@ LIB_DIRS = [LIBDIR, "#{CMARK_BUILD_DIR}/src"]
|
|
34
34
|
|
35
35
|
dir_config('cmark', HEADER_DIRS, LIB_DIRS)
|
36
36
|
|
37
|
-
|
38
|
-
|
37
|
+
# don't even bother to do this check if using OS X's messed up system Ruby: http://git.io/vsxkn
|
38
|
+
unless sitearch =~ /^universal-darwin/
|
39
|
+
abort 'libcmark is missing.' unless find_library('cmark', 'cmark_parse_document')
|
39
40
|
end
|
40
41
|
|
41
42
|
$LDFLAGS << " -L#{CMARK_BUILD_DIR}/src -lcmark"
|
data/lib/commonmarker/version.rb
CHANGED
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.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen Torikian
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby-enum
|