neetob 0.5.10 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.env +1 -1
  3. data/Gemfile.lock +1 -1
  4. data/lib/neetob/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75da3fb981b11100d894bc610b4fdd3744cb1d982afb3081dce60ccbbf80d0ad
4
- data.tar.gz: 1293db97e2622c2b5d687f6984bad57b249052116764b78995fc31a6090bcb04
3
+ metadata.gz: bbc06c85f927fdeae34ab2c8ac746ddcb0fc55755d64cabc82d6eec71774d019
4
+ data.tar.gz: dc4bc815924f950f982e7b0076fbf2692ff3f292cb7e0f1c95041ff3c50fd863
5
5
  SHA512:
6
- metadata.gz: 2625c3ab8b6d3051a4b8b01b62f765661482f2ebdd83e6b682ec1afa152279fd151c7d8394d7ab7d74d3c6c9b9534a15330927b24473768248faaa0bf5f1c552
7
- data.tar.gz: 3bfc430a5649e372c8d98e8cde0091420c0b89e4e0d5a1815ca41930223fd7ea6911da0b23d5b40c50e926d041eca5eb99d6d4d73506e9a2ff398309498aa3f7
6
+ metadata.gz: f55644c3ef1bcfded6e86dd9f0758cc3f8ea83605507ea05826e433a620a55700d24000c9c0d4c0a04e318b6aa9c7a94200f78adce9d6141a49b2c84c5ca2d41
7
+ data.tar.gz: 6dd680f72164d0af11d4b11103c02e293124944c16f81ba2df07475a7f193c8b048fb4ee84bc809bb9ff7f256353ac912950b881af4a2fe3112bd36d9b15bb77
data/.env CHANGED
@@ -1 +1 @@
1
- AUTH_PARAMS='{"provider": "github","client_id": "9aefff37f98713262fd0","grant_type": "urn:ietf:params:oauth:grant-type:device_code","auth_uris": {"auth_req": "https://github.com/login/device/code","token_req": "https://github.com/login/oauth/access_token"},"scope": "repo,user"}'
1
+ AUTH_PARAMS='{"provider": "github","client_id": "Iv23lijkorVWxj43SaI6","grant_type": "urn:ietf:params:oauth:grant-type:device_code","auth_uris": {"auth_req": "https://github.com/login/device/code","token_req": "https://github.com/login/oauth/access_token"},"scope": "repo,user"}'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.5.10)
4
+ neetob (0.5.11)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.5.10"
4
+ VERSION = "0.5.11"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.10
4
+ version: 0.5.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor