File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- mercadopago-sdk (2.0.3 )
4+ mercadopago-sdk (2.1.0 )
55 json (~> 2.5 )
66 rest-client (~> 2.1 )
77
2020 method_source (1.0.0 )
2121 mime-types (3.4.1 )
2222 mime-types-data (~> 3.2015 )
23- mime-types-data (3.2021.1115 )
23+ mime-types-data (3.2022.0105 )
2424 minitest (5.14.4 )
2525 netrc (0.11.0 )
2626 parallel (1.19.2 )
Original file line number Diff line number Diff line change 33
44module Mercadopago
55 class Config
6- @@VERSION = '2.0.3 '
6+ @@VERSION = '2.1.0 '
77 @@USER_AGENT = "MercadoPago Ruby SDK v#{ @@VERSION } "
88 @@PRODUCT_ID = 'bc32a7vtrpp001u8nhjg'
99 @@TRACKING_ID = "plataform: ?,type:SDK#{ @@VERSION } ,so;"
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |gem |
44 gem . name = 'mercadopago-sdk'
5- gem . version = '2.0.3 '
5+ gem . version = '2.1.0 '
66 gem . required_ruby_version = '>= 2.3.0'
77 gem . author = 'Mercado Pago'
88 gem . description = 'Mercado Pago Ruby SDK'
You can’t perform that action at this time.
0 commit comments