wbxml-npn47 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wbxml-npn47
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Clifford Heath
8
+ - Neeraj PN
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-12-04 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Wrapper for wbxml2, a WAP<->XML converter
15
+ email:
16
+ - cjheath@rubyforge.org
17
+ executables: []
18
+ extensions:
19
+ - ext/wbxml/extconf.rb
20
+ extra_rdoc_files:
21
+ - History.txt
22
+ - License.txt
23
+ - Manifest.txt
24
+ - README.txt
25
+ files:
26
+ - History.txt
27
+ - License.txt
28
+ - Manifest.txt
29
+ - README.txt
30
+ - lib/wbxml/version.rb
31
+ - setup.rb
32
+ - ext/wbxml/extconf.rb
33
+ - ext/wbxml/wbxml.c
34
+ homepage: http://wbxml.rubyforge.org
35
+ licenses: []
36
+ metadata: {}
37
+ post_install_message:
38
+ rdoc_options:
39
+ - --main
40
+ - README.txt
41
+ require_paths:
42
+ - lib
43
+ - ext/wbxml
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project: wbxml
56
+ rubygems_version: 2.1.10
57
+ signing_key:
58
+ specification_version: 2
59
+ summary: Wrapper for wbxml2, a WAP<->XML converter
60
+ test_files: []