geet 0.28.0 → 0.28.1

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
  SHA256:
3
- metadata.gz: a5af59384cc84e82fee578187c950ad9577ef3a8347427aad991e7e3edca96d3
4
- data.tar.gz: 965ffc1c1104b4fe68f35c5cb8790bb511d7d0185567c3f0f2385a57526c4a85
3
+ metadata.gz: 6aa24d63c1117666e8647bdd0569d359f8b6cb9c380134522de39cefa9dc6fae
4
+ data.tar.gz: 9067ba5d4a8eb41f4f9871c5923c62b818bfb16089a05c1c0c2b4b10cab62954
5
5
  SHA512:
6
- metadata.gz: 702523e7d54a5201164cc033d867c84d3828b231a580bbb7209e6cf262b6dbf55e94c39e98451d9ff90338915e2becce512208ac758a78ffca90485cb2883faa
7
- data.tar.gz: 89bf9a2642425d9f33de1cad5b0a28c05aa7fd4de3409c2d1dcc09d84adbe597d72718f2a91d2d5d9f1613ac657bc53fd0d8f63c0435635eddab564342703bf6
6
+ metadata.gz: ecf5a66024e83c6d6bd8470c8deeeb7529092757f9386a234a1e3b482236f1bc51687725fe58408b9ccf2b4a668d991d215cf462492c8517a0681e7248e8878d
7
+ data.tar.gz: 0c5dc68513f260dfb195e072d928f8be4696a7f5fe986005c92865209a7617784ef7c578e020c2306e2c415a6b1a512d0cf3953c92ea00163e71b9557afa6187
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  # Add the upstream repository to the current repository (configuration).
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class CloseMilestones
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  # Add a comment to the PR for the current branch.
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class CreateGist
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class CreateIssue
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class CreateLabel
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class CreateMilestone
@@ -2,6 +2,7 @@
2
2
  # typed: strict
3
3
 
4
4
  require "io/console" # stdlib
5
+ require "stringio"
5
6
 
6
7
  module Geet
7
8
  module Services
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class ListIssues
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class ListLabels
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class ListMilestones
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  class ListPrs
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: strict
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Services
6
8
  # Merges the PR for the current branch.
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
  # typed: true
3
3
 
4
+ require "stringio"
5
+
4
6
  module Geet
5
7
  module Utils
6
8
  # Manages the retrieval and selection of attributes.
data/lib/geet/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # typed: strict
3
3
 
4
4
  module Geet
5
- VERSION = "0.28.0"
5
+ VERSION = "0.28.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saverio Miroddi