Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ConvertAPI/convertapi-library-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: ConvertAPI/convertapi-library-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 9 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 4, 2024

  1. Add Token authentication (#30)

    * Adicionado opção de configurar o token
    
    * Utilizando config de token no lugar do api_secret
    
    * Ajustado teste para validar o token no lugar do api_secret
    
    * ajustado teste para secret
    
    * Ajustado teste validando erro de secret em branco, para agr validar o token
    
    * Ajustado teste quando a falta de autenticação valida
    
    * Ajustado utilização do token, como opcional e sempre tentando utilizado primeiro
    
    * Ajustado raise
    
    * Ajustado nome do método
    
    * Ajustado erro de autenticação
    
    * Ajustado testes unitarios
    
    * adjust the readme to use secret or token
    
    * adjusts the examples to use secret or token
    
    * adjusts the specs for the use of secret or token
    
    * skipped user test, as it is not included in the request
    
    * Update README.md
    
    ---------
    
    Co-authored-by: fernando.sacchet@gmail.com <fernando.sacchet@gmail.com>
    Co-authored-by: Fernando Sacchet dos Santos <75328547+FernandoSacchet@users.noreply.github.com>
    3 people authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c0c373b View commit details
    Browse the repository at this point in the history
  2. Enable user information test case

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    57ac274 View commit details
    Browse the repository at this point in the history
  3. Switch to ruby 3.3

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    dca4bea View commit details
    Browse the repository at this point in the history
  4. Disable token injection in actions

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    232d30d View commit details
    Browse the repository at this point in the history
  5. Prioritize secret over token

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0bcb1d4 View commit details
    Browse the repository at this point in the history
  6. Fix spec

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a4665b6 View commit details
    Browse the repository at this point in the history
  7. Add gem publish action

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    5790da8 View commit details
    Browse the repository at this point in the history
  8. Update README to use ConversionsConsumed

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    12574a3 View commit details
    Browse the repository at this point in the history
  9. Bump version

    Laurynas Butkus
    Laurynas Butkus committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f9b64a9 View commit details
    Browse the repository at this point in the history
Loading