File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3333 run : rubocop lib
3434 - name : Run tests
3535 run : bundle exec rake
36+ env :
37+ ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN_V2 }}
Original file line number Diff line number Diff line change 33
44module Mercadopago
55 class Config
6- @@VERSION = '2.1.0 '
6+ @@VERSION = '2.2.1 '
77 @@USER_AGENT = "MercadoPago Ruby SDK v#{ @@VERSION } "
88 @@PRODUCT_ID = 'bc32a7vtrpp001u8nhjg'
9- @@TRACKING_ID = "plataform: ? ,type:SDK#{ @@VERSION } ,so;"
9+ @@TRACKING_ID = "platform: #{ RUBY_VERSION } ,type:SDK#{ @@VERSION } ,so;"
1010 @@API_BASE_URL = 'https://api.mercadopago.com'
1111 @@MIME_JSON = 'application/json'
1212 @@MIME_FORM = 'application/x-www-form-urlencoded'
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.2.0 '
5+ gem . version = '2.2.1 '
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