File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## V 0.6.14
3
+ - Fix dependencies for ruby 2
4
+
2
5
## V 0.6.13
3
6
- Update rexml from 3.2.9 to 3.3.2
4
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- easy_meli (0.6.13 )
4
+ easy_meli (0.6.14 )
5
5
httparty (~> 0.21 )
6
+ multi_xml (~> 0.6.0 )
6
7
rexml (~> 3.3.2 )
7
8
8
9
GEM
9
10
remote: https://rubygems.org/
10
11
specs:
11
12
addressable (2.8.0 )
12
13
public_suffix (>= 2.0.2 , < 5.0 )
13
- bigdecimal (3.1.8 )
14
14
coderay (1.1.2 )
15
15
crack (0.4.3 )
16
16
safe_yaml (~> 1.0.0 )
24
24
mini_mime (1.1.5 )
25
25
minitest (5.18.1 )
26
26
mocha (1.11.2 )
27
- multi_xml (0.7.1 )
28
- bigdecimal (~> 3.1 )
27
+ multi_xml (0.6.0 )
29
28
pry (0.13.1 )
30
29
coderay (~> 1.1 )
31
30
method_source (~> 1.0 )
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
31
31
32
32
spec . add_dependency "httparty" , "~> 0.21"
33
33
spec . add_dependency "rexml" , "~> 3.3.2"
34
+ spec . add_dependency "multi_xml" , "~> 0.6.0"
34
35
35
36
spec . add_development_dependency "bundler" , "~> 2.3.6"
36
37
spec . add_development_dependency "rake" , "~> 13.0"
Original file line number Diff line number Diff line change 1
1
module EasyMeli
2
- VERSION = "0.6.13 "
2
+ VERSION = "0.6.14 "
3
3
end
You can’t perform that action at this time.
0 commit comments