Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no --proxy #27

Closed
yegor256 opened this issue Jun 23, 2024 · 6 comments
Closed

no --proxy #27

yegor256 opened this issue Jun 23, 2024 · 6 comments

Comments

@yegor256
Copy link
Owner

No description provided.

yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
yegor256 added a commit that referenced this issue Jun 23, 2024
@yegor256
Copy link
Owner Author

@rultor release, tag is 0.8.0

@rultor
Copy link
Collaborator

rultor commented Jun 23, 2024

@rultor release, tag is 0.8.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Jun 23, 2024

@rultor release, tag is 0.8.0

@yegor256 Oops, I failed. You can see the full log here (spent 9min)

  package the Gem into .gem file

  Scenario: Gem can be packaged                  \u001b[90m# features/gem_package.feature:5\u001b[0m
    \u001b[32mGiven It is Unix\u001b[90m                             # features/step_definitions/steps.rb:84\u001b[0m\u001b[0m
    \u001b[32mGiven I have a "\u001b[32m\u001b[1mexecs.rb\u001b[0m\u001b[0m\u001b[32m" file with content:\u001b[90m # features/step_definitions/steps.rb:45\u001b[0m\u001b[0m
\u001b[32m      """\u001b[0m
\u001b[32m      #!/usr/bin/env ruby\u001b[0m
\u001b[32m      require 'rubygems'\u001b[0m
\u001b[32m      spec = Gem::Specification::load('./spec.rb')\u001b[0m
\u001b[32m      if spec.executables.empty?\u001b[0m
\u001b[32m        fail 'no executables: ' + File.read('./spec.rb')\u001b[0m
\u001b[32m      end\u001b[0m
\u001b[32m      """\u001b[0m
/tmp/test20240623-1514-gyil6i/rumble/lib/rumble/version.rb:28: warning: already initialized constant Rumble::VERSION
/home/r/repo/lib/rumble/version.rb:28: warning: previous definition of VERSION was here
    \u001b[32mWhen I run bash with:\u001b[90m                        # features/step_definitions/steps.rb:78\u001b[0m\u001b[0m
\u001b[32m      """\u001b[0m
\u001b[32m      cd rumble\u001b[0m
\u001b[32m      gem build rumble.gemspec\u001b[0m
\u001b[32m      gem specification --ruby rumble-*.gem > ../spec.rb\u001b[0m
\u001b[32m      cd ..\u001b[0m
\u001b[32m      ruby execs.rb\u001b[0m
\u001b[32m      """\u001b[0m
    \u001b[32mThen Exit code is zero\u001b[90m                       # features/step_definitions/steps.rb:64\u001b[0m\u001b[0m

4 scenarios (\u001b[32m4 passed\u001b[0m)
13 steps (\u001b[32m13 passed\u001b[0m)
0m2.809s
\u001b[1m\u001b[32m┌──────────────────────────────────────────────────────────────────────────────┐\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m Share your Cucumber Report with your team at \u001b[4m\u001b[1m\u001b[36mhttps://reports.cucumber.io\u001b[0m\u001b[0m\u001b[0m     \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m                                                                              \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m Command line option:    \u001b[36m--publish\u001b[0m                                            \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m Environment variable:   \u001b[36mCUCUMBER_PUBLISH_ENABLED\u001b[0m=\u001b[36mtrue\u001b[0m                        \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m cucumber.yml:           \u001b[36mdefault: --publish\u001b[0m                                   \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m                                                                              \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m More information at \u001b[4m\u001b[1m\u001b[36mhttps://cucumber.io/docs/cucumber/environment-variables/\u001b[0m\u001b[0m\u001b[0m \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m                                                                              \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m To disable this message, specify \u001b[1mCUCUMBER_PUBLISH_QUIET=true\u001b[0m or use the      \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m \u001b[1m--publish-quiet\u001b[0m option. You can also add this to your \u001b[1mcucumber.yml:\u001b[0m          \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m│\u001b[0m\u001b[0m \u001b[1mdefault: --publish-quiet\u001b[0m                                                     \u001b[1m\u001b[32m│\u001b[0m\u001b[0m
\u001b[1m\u001b[32m└──────────────────────────────────────────────────────────────────────────────┘\u001b[0m\u001b[0m
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 64 / 81 LOC (79.01%) covered.
Running RuboCop...
Inspecting 11 files
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m

11 files inspected, \u001b[32mno offenses\u001b[0m detected
\u001b[2K\u001b[?25l\u001b[1m⣷ Parsing lib/rumble.rb\u001b[0m
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Parsing lib/rumble/cli.rb\u001b[0m
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Parsing lib/rumble/version.rb\u001b[0m
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset js/jquery.js\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset js/app.js\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset js/full_list.js\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset css/style.css\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset css/common.css\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset css/full_list.css\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset class_list.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset method_list.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset file_list.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating asset frames.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating doc/_index.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating doc/index.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating doc/file.README.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating doc/top-level-namespace.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating doc/Rumble.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2K\u001b[2K\u001b[?25l\u001b[1m⣯ Generating doc/Rumble/CLI.html\u001b[0m
\u001b[2K
\u001b[?25h\u001b[2KFiles:           3
Modules:         1 (    0 undocumented)
Classes:         1 (    0 undocumented)
Constants:       1 (    1 undocumented)
Attributes:      0 (    0 undocumented)
Methods:         2 (    0 undocumented)
 80.00% documented
grep -q -r '2024'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
[__rultor 0179fe4] version set to 0.8.0
 1 file changed, 1 insertion(+), 1 deletion(-)
ERROR:  Couldn't find a gemspec file matching 'decoor.gemspec' in /home/r/repo
container 30f69256afd82b91404a43352e747354e1e673f819f0ee094ae8dcb612671ef2 is dead
Sun Jun 23 06:29:47 UTC 2024

yegor256 added a commit that referenced this issue Jun 23, 2024
@yegor256
Copy link
Owner Author

@rultor release, tag is 0.8.0

@rultor
Copy link
Collaborator

rultor commented Jun 23, 2024

@rultor release, tag is 0.8.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Jun 23, 2024

@rultor release, tag is 0.8.0

@yegor256 Done! FYI, the full log is here (took me 9min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants