jackson-jars 2.4.2-java

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7806b35fb1b90c8d0af0d312a73738d72a527ad6
4
+ data.tar.gz: 773bef400fc3c93b8d403e77bddcca9fc3e085d4
5
+ SHA512:
6
+ metadata.gz: d0c548708e64ee6285917e8c070f34b7e7bf6d8f2055e5fb0a40652719abb630af8af9290f1dc3490708104e11568f5f8ce18661ac7a3f285033239c8ca16c64
7
+ data.tar.gz: 1b054fbbf048acbc08b9f9052935f0fc2fec16516ec9fa7cbff69d0ad0530bd1893ae0d7532250950a84f0e40c0bac6e68b229a86a428845080e7e29036129f9
@@ -0,0 +1,3 @@
1
+ # encoding: utf-8
2
+
3
+ Dir[File.expand_path('../*.jar', __FILE__)].each(&method(:require))
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jackson-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.4.2
5
+ platform: java
6
+ authors:
7
+ - Joel Segerlind
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-07-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gem package of FasterXML's Jackson Data Processor with annotations and
14
+ databind
15
+ email:
16
+ - joel.segerlind@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/jackson-annotations-2.4.0.jar
22
+ - lib/jackson-core-2.4.2.jar
23
+ - lib/jackson-databind-2.4.2.jar
24
+ - lib/jackson-jars.rb
25
+ homepage: https://github.com/iconara/jar-gems
26
+ licenses:
27
+ - Apache-2.0
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.4.5
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Gem package of FasterXML's Jackson Data Processor
49
+ test_files: []