Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: marcuxyz/curlify

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from marcuxyz/feat/set_configurations

feat: add Settings class for YAML configurations

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from marcuxyz/feat/copy_curlify_to_clipboard

feat: add clipboard support to Curlify for copying curl commands

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from marcuxyz/add_support_to_faraday

chore(curlify.gemspec): update gem version from 1.0.2 to 1.1.0 for new release

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from marcuxyz/add_support_to_faraday

Add support to the Faraday

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix(curlify.rb): Generate curl command correctly (#3)

* 🔧 fix(curlify_spec.rb): fix indentation and formatting issues in curlify_spec.rb
✨ feat(curlify_spec.rb): refactor tests to use shared response variable for better readability and maintainability

* 🐛 fix(curlify.rb): wrap request body in single quotes to handle special characters properly
✨ feat(curlify_spec.rb): add support for POST, PUT, and DELETE requests in curlify gem
📝 docs(README.md): update usage example to include POST request and response output
🔧 chore(curlify.gemspec): bump version to 1.0.1

1.0.0

Toggle 1.0.0's commit message
✨ feat: add .gitignore, LICENSE, README.md, curlify.gemspec, and spec…

…/curlify_spec.rb files

📝 chore(.gitignore): add .gem files to the gitignore

📝 chore(LICENSE): add MIT License

📝 chore(README.md): add initial README content

📝 chore(curlify.gemspec): add gemspec file for curlify gem

📝 chore(spec/curlify_spec.rb): add initial spec file for curlify gem