bin_checker_rb 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 309736ec7c5c325dcb5eb1cdb2b2bdba918068649761f7960c3fa933609bc587
4
- data.tar.gz: 4453f9d79e7f93b0f12fb10e9928829d088bde85d39a2622cb37e34d7c2fc09d
3
+ metadata.gz: 10434e796b6a6009aa4f26bdfecc6b67868bbe37d32ceb672c1d41b7d6442063
4
+ data.tar.gz: 20da12f585286f4ebceaa24a551e259ce0da5e38d282b628c1829a3bb7b7527a
5
5
  SHA512:
6
- metadata.gz: 19fc797a1c60a8ba2be1bb1eb179811d4518acd687659f4b33bb76859d9727257827162c3aa2b93ee5c1744fb5d110fd7f50af2178a038b0860fefde44367ca7
7
- data.tar.gz: 973742e2242df1da5e79c9e509851ae778a17b2150a2dbb02c22efffbb820d7420f7611a6cdcdeae17dc21bb278ec3f5ec6cffc5d0e75ed479b76ab23363c7cf
6
+ metadata.gz: 2f728ad4af726be2101f6f60cdd091d996af9c90fceb691ce1fddb33f758ea959e4789042bed57a2853701ab69807e2c621d9d9c3c8c1dd9eb558de024aa3fdd
7
+ data.tar.gz: b96dad15a0e0500f95875169e3e4a34aa42147e620b75bc3c3fae9102dd35b13889857e44da3554df643d6db6d2a4ae96de89681d3daa67f54fab4910b79d2e6
@@ -1,10 +1,10 @@
1
1
  [bumpversion]
2
- current_version = 0.2.0
2
+ current_version = 0.2.1
3
3
  commit = True
4
4
 
5
5
  [bumpversion:file:README.md]
6
- search = version-{current_version}-orange.svg
7
- replace = version-{new_version}-orange.svg
6
+ search = bin_checker_rb --version "{current_version}"
7
+ replace = bin_checker_rb --version "{new_version}"
8
8
 
9
9
  [bumpversion:file:lib/bin_checker_rb/version.rb]
10
10
  search = VERSION = "{current_version}"
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at ugurozyilmazel@gmail.com. All
58
+ reported by contacting the project team at hello@promptapi.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bin_checker_rb (0.2.0)
4
+ bin_checker_rb (0.2.1)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Uğur Özyılmazel
3
+ Copyright (c) 2020 Prompt API
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ![Ruby](https://img.shields.io/badge/ruby-2.7.0-green.svg)
2
- ![Version](https://img.shields.io/badge/version-0.2.0-orange.svg)
2
+ [![Gem Version](https://badge.fury.io/rb/bin_checker_rb.svg)](https://badge.fury.io/rb/bin_checker_rb)
3
+ [![Build Status](https://travis-ci.org/promptapi/bin_checker_rb.svg?branch=main)](https://travis-ci.org/promptapi/bin_checker_rb)
4
+
3
5
 
4
6
  # Prompt API - BIN Checker - Ruby Package
5
7
 
@@ -17,6 +19,12 @@ then;
17
19
  $ gem install bin_checker_rb
18
20
  ```
19
21
 
22
+ or; install from GitHub:
23
+
24
+ ```bash
25
+ $ gem install bin_checker_rb --version "0.2.1" --source "https://rubygems.pkg.github.com/promptapi"
26
+ ```
27
+
20
28
  ---
21
29
 
22
30
  ## Example Usage
@@ -1,3 +1,3 @@
1
1
  module BinCheckerRb
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bin_checker_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prompt API