curlyrest 0.1.39 → 0.1.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/curlyrest/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f51c159062dbea8eecdbff3868c7d99465488406a58fd7e77c7b95c0a2d2a3a1
4
- data.tar.gz: ed4737761b4a24bc3737d355cd74a1c00cd4f2bade6f89ee81a739158bba0c53
3
+ metadata.gz: 4c8d68729c4f31ab5b711b856b9bad72b362898fd1f68a513822304bbc99425c
4
+ data.tar.gz: 195c80010394c9250f023a592e6dbd36d0a4738b87093c3bb6f35cd23abb45bf
5
5
  SHA512:
6
- metadata.gz: 4e1d6908bc3717b63fd752a85049e3d994ff1233df6679df5862a59aa7e2519ce6e56fddc321cb8de5663a60eb2883ad4ab21da3592cd7d246b4cd8f7dca31b2
7
- data.tar.gz: 55b667ec09262d07b40e90cd14df7282f6575f1f0f8fbe95f48fd44cd370da858a08820b1ec9c012902b45efa767af3c30966fc5e5b2cd28cd19371c09cc0c66
6
+ metadata.gz: '097f91b4f2d5733ec0cd1ba2e53e225e1ec8b8757cee69e957ee1cce3736132bb72e06692f8463f747bf60f93876d226f83940e3305fd30bae66cb00a9a39b6c'
7
+ data.tar.gz: a42517c1ab6c4949bdfa7cfa0cf491271ffb4e10d91bcf4a3fa2095704b7caa6bf9f0003ca0cd30f88431f81c1856da57c5c3d4ede5cc3d36ede5e7124798dad
data/README.md CHANGED
@@ -20,12 +20,12 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- Simply replace your use of require 'rest-client' with require 'curlyrest', and optionally add header of :use_curl with true or 'debug' which will cause the request to be executed with curl and response parsed to be compatable with rest-client.
24
- Environment variable `FORCE_CURL_DEBUG` will cause all API calls to be executed and debugged with curl.
23
+ Simply replace your use of require 'rest-client' with require 'curlyrest', and optionally add header of :use_curl with either 'debug' (which will output the curl request / response) or any other value (which will execute via curl, but not output). The curl executed response is returned as compatable with rest-client.
24
+ Environment variable `FORCE_CURL_DEBUG` will cause all API calls to be executed and output with curl.
25
25
 
26
26
  ## Development
27
27
 
28
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `lib/curlyrest/version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
29
29
 
30
30
  ## Limitations
31
31
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Curlyrest
4
- VERSION = '0.1.39'
4
+ VERSION = '0.1.40'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: curlyrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.39
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Williams
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-13 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug