xml2json 0.4.3 → 0.4.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cc378da33fb0852ab99c25d9063fb78991beb6e
4
- data.tar.gz: 6f4528dea35a54d0968c3fa2e69a7d2b097575bf
3
+ metadata.gz: c99a07dc793e5b44c80d5b881da7bb9928f00e75
4
+ data.tar.gz: 59f76e15d40e937517a4410658923dbc4ab82fb4
5
5
  SHA512:
6
- metadata.gz: 1bf3da7c11920a55c1125c25b3c01315bb9337e759d4b46d81dd47e8f885edff373c875cc07ae38aa48dff57d66ba08add8cbc84388fa87b639a8c4aa7240b43
7
- data.tar.gz: 2b730649df904d51d91444f2f2c76469a9683939b58093a00aec4dc4f9706f5d20d73e77bb640432026a8ee8378457630295120959d212cbee71faecea5ecd8e
6
+ metadata.gz: 207b147d1b2da7b38458f41f69ee154d7447dacc373fc83255c1506b61036c6c4ea48741d7004eeaa97851eacc1729d9f9df59bd6e31f4721500d86354c791dd
7
+ data.tar.gz: d9f4cf5219d558eae10e83cb5c7c3782fe8f73a1a574ba6a9d6f8cc1efd711401dc35aa95971844dbe58fa4136662daa450529d3c4f349170bc6ce4be605daca
data/Gemfile.lock CHANGED
@@ -1,43 +1,42 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xml2json (0.4.0)
5
- activesupport
6
- nokogiri
4
+ xml2json (0.4.4)
5
+ activesupport (~> 4.1)
6
+ nokogiri (~> 1.6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (4.0.3)
12
- i18n (~> 0.6, >= 0.6.4)
13
- minitest (~> 4.2)
14
- multi_json (~> 1.3)
11
+ activesupport (4.1.1)
12
+ i18n (~> 0.6, >= 0.6.9)
13
+ json (~> 1.7, >= 1.7.7)
14
+ minitest (~> 5.1)
15
15
  thread_safe (~> 0.1)
16
- tzinfo (~> 0.3.37)
17
- atomic (1.1.15)
16
+ tzinfo (~> 1.1)
18
17
  diff-lcs (1.2.5)
19
18
  i18n (0.6.9)
20
- mini_portile (0.5.2)
21
- minitest (4.7.5)
22
- multi_json (1.8.4)
23
- nokogiri (1.6.1)
24
- mini_portile (~> 0.5.0)
25
- rspec (2.14.1)
26
- rspec-core (~> 2.14.0)
27
- rspec-expectations (~> 2.14.0)
28
- rspec-mocks (~> 2.14.0)
29
- rspec-core (2.14.7)
30
- rspec-expectations (2.14.5)
19
+ json (1.8.1)
20
+ mini_portile (0.6.0)
21
+ minitest (5.3.5)
22
+ nokogiri (1.6.2.1)
23
+ mini_portile (= 0.6.0)
24
+ rspec (2.99.0)
25
+ rspec-core (~> 2.99.0)
26
+ rspec-expectations (~> 2.99.0)
27
+ rspec-mocks (~> 2.99.0)
28
+ rspec-core (2.99.1)
29
+ rspec-expectations (2.99.1)
31
30
  diff-lcs (>= 1.1.3, < 2.0)
32
- rspec-mocks (2.14.5)
33
- thread_safe (0.2.0)
34
- atomic (>= 1.1.7, < 2)
35
- tzinfo (0.3.38)
31
+ rspec-mocks (2.99.1)
32
+ thread_safe (0.3.4)
33
+ tzinfo (1.2.1)
34
+ thread_safe (~> 0.1)
36
35
 
37
36
  PLATFORMS
38
37
  ruby
39
38
 
40
39
  DEPENDENCIES
41
40
  bundler (~> 1.5)
42
- rspec
41
+ rspec (~> 2.14)
43
42
  xml2json!
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # xml2json
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/monksoftware/xml2json.png)](https://codeclimate.com/github/monksoftware/xml2json)
3
+ [![Code Climate](https://codeclimate.com/github/monksoftware/xml2json.png)](https://codeclimate.com/github/monksoftware/xml2json) [![Gem Version](https://badge.fury.io/rb/xml2json.svg)](http://badge.fury.io/rb/xml2json)
4
4
 
5
5
  Transforms XML into JSON
6
6
 
@@ -1,3 +1,3 @@
1
1
  module XML2JSON
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
data/xml2json.gemspec CHANGED
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency "bundler", "~> 1.5"
22
22
  spec.add_development_dependency "rspec", "~> 2.14"
23
23
  spec.add_dependency "nokogiri", "~> 1.6"
24
- spec.add_dependency "activesupport", "~> 4.0"
24
+ spec.add_dependency "activesupport", "~> 4.1"
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml2json
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giuseppe Modarelli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-24 00:00:00.000000000 Z
12
+ date: 2014-06-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -59,14 +59,14 @@ dependencies:
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '4.0'
62
+ version: '4.1'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '4.0'
69
+ version: '4.1'
70
70
  description: Turn XML into JSON
71
71
  email:
72
72
  - giuseppe.modarelli@gmail.com