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.
@@ -1,3 +1,3 @@
1
1
  module FastXML
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
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.0
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-26 00:00:00.000000000 Z
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