fast-xml 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/ext/fastxml/ruby-2.2.7/xh_ruby_internal.h +25 -0
- data/ext/fastxml/ruby-2.2.7/xh_ruby_st.h +336 -0
- data/ext/fastxml/ruby-2.3.4/xh_ruby_internal.h +25 -0
- data/ext/fastxml/ruby-2.3.4/xh_ruby_st.h +329 -0
- data/ext/fastxml/ruby-2.4.1/xh_ruby_internal.h +25 -0
- data/ext/fastxml/ruby-2.4.1/xh_ruby_st.h +783 -0
- data/ext/fastxml/xh_config.h +25 -7
- data/ext/fastxml/xh_log.h +1 -1
- data/ext/fastxml/xh_ruby_hash.h +6 -336
- data/ext/fastxml/xh_x2h.c +12 -12
- data/lib/fastxml/version.rb +1 -1
- metadata +8 -2
data/lib/fastxml/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast-xml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuriy Ustushenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler
|
@@ -85,6 +85,12 @@ files:
|
|
85
85
|
- ext/fastxml/extconf.rb
|
86
86
|
- ext/fastxml/fastxml.c
|
87
87
|
- ext/fastxml/fastxml.h
|
88
|
+
- ext/fastxml/ruby-2.2.7/xh_ruby_internal.h
|
89
|
+
- ext/fastxml/ruby-2.2.7/xh_ruby_st.h
|
90
|
+
- ext/fastxml/ruby-2.3.4/xh_ruby_internal.h
|
91
|
+
- ext/fastxml/ruby-2.3.4/xh_ruby_st.h
|
92
|
+
- ext/fastxml/ruby-2.4.1/xh_ruby_internal.h
|
93
|
+
- ext/fastxml/ruby-2.4.1/xh_ruby_st.h
|
88
94
|
- ext/fastxml/xh.c
|
89
95
|
- ext/fastxml/xh.h
|
90
96
|
- ext/fastxml/xh_buffer.c
|