nkrb 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 931cc07da94ea186158913042f728c13ef1aa7a8
4
- data.tar.gz: 30f93e8148d56cea77bd93532e2b1dba4720ce0e
3
+ metadata.gz: bbe63b1910ec2762e9dcc51c303beff866003435
4
+ data.tar.gz: 74331d0681a2ee43a6e8095b2f9e8a16c9132759
5
5
  SHA512:
6
- metadata.gz: 2a3f66383a7ba0bfdd7dcd5e0c2f4c700cd360da68b3c8aa2a4e1f8bd771ef91cf3e0ad62f54e40bf3d0a88a201a0655a64997e06dc92d944ca4ca04d517a2f6
7
- data.tar.gz: 7580fd6398bd01f1a52c98d0d72c8c307c72dd410dc9944df3ad09301c89449a40a5f420f17d3639fc3cfcd35267e2e22fc6c15369b1c1dbe40a2ba89715a791
6
+ metadata.gz: 2b3d1580fa07a7af45ed1259a24970e33a2fc46c64f07407ed7071c46dfb677d96e4f5b532065d2c65df419d77c526418fb49cfece3adaa78bebfcf52d7d662e
7
+ data.tar.gz: b1c08a8a78792b1463c14719a26a6c9ee30c526d9a51c5cace2a88f3be3855b52c3f825c7b7242e6a71583c0a5fbb1ab7cab2dfc7a11360a06228c81cea3439c
data/README.md CHANGED
@@ -92,7 +92,7 @@ Nkrb.download_image(image_url, dist_dir, filename)
92
92
  url = "http://sushi.com"
93
93
  connection = Nkrb.faraday_connection(url)
94
94
  res = connection.get do |req|
95
- req.url 'search', :page => 2
95
+ req.url '/search', :page => 2
96
96
  req.params['limit'] = 100
97
97
  end
98
98
  ```
data/lib/nkrb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nkrb
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/nkrb.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["gnk-satoh"]
10
10
  spec.email = ["enr.kkttpp@live.jp"]
11
11
 
12
- spec.summary = %q{Very useful ruby lib}
12
+ spec.summary = %q{Very useful ruby lib. github: https://github.com/gnk-sato-hotto/nkrb}
13
13
  spec.homepage = "https://www.seiyu-mstdn.club"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nkrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - gnk-satoh
@@ -93,5 +93,5 @@ rubyforge_project:
93
93
  rubygems_version: 2.6.10
94
94
  signing_key:
95
95
  specification_version: 4
96
- summary: Very useful ruby lib
96
+ summary: 'Very useful ruby lib. github: https://github.com/gnk-sato-hotto/nkrb'
97
97
  test_files: []