https://github.com/cucumber/cucumber-ruby
cucumber polyglot-release ruby tidelift
Last synced: about 1 month ago
Repository metadata:
Cucumber for Ruby. It's amazing!
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-ruby
- Owner: cucumber
- License: mit
- Created: 2008-04-17T18:19:13.000Z (over 16 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T10:57:33.000Z (3 months ago)
- Last Synced: 2024-10-29T09:34:54.717Z (about 2 months ago)
- Topics: cucumber, polyglot-release, ruby, tidelift
- Language: Ruby
- Homepage: https://cucumber.io
- Size: 16 MB
- Stars: 5,178
- Watchers: 237
- Forks: 1,114
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
-
Funding.yml:
- Open collective: cucumber
- Funding Links:
Owner metadata:
- Name: Cucumber
- Login: cucumber
- Email:
- Kind: organization
- Description: Cucumber Open
- Website: https://cucumber.io/tools/cucumber-open/
- Location:
- Twitter: cucumberbdd
- Company:
- Icon url: https://avatars.githubusercontent.com/u/320565?v=4
- Repositories: 117
- Last Synced at: 2024-10-29T23:35:46.448Z
- Profile URL: https://github.com/cucumber
- Sponsor URL:
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 79,740,225 total
- Total docker downloads: 62,817,033
- Total dependent packages: 2,388 (may contain duplicates)
- Total dependent repositories: 56,406 (may contain duplicates)
- Total versions: 357
- Total maintainers: 1
rubygems: cucumber
Behaviour Driven Development with elegance and joy
- Homepage: https://cucumber.io/
- Documentation: http://www.rubydoc.info/gems/cucumber/
- Licenses: MIT
- Latest release: 9.2.0 (published 9 months ago)
- Last Synced: 2024-11-10T21:36:39.203Z (about 1 month ago)
- Versions: 193
- Dependent Packages: 2,388
- Dependent Repositories: 56,404
- Downloads: 79,740,225 Total
- Docker Downloads: 62,817,033
-
Rankings:
- Dependent packages count: 0.022%
- Dependent repos count: 0.147%
- Stargazers count: 0.246%
- Downloads: 0.248%
- Average: 0.299%
- Forks count: 0.424%
- Docker downloads count: 0.704%
- Maintainers (1)
go: github.com/cucumber/cucumber-ruby
- Homepage:
- Documentation: https://pkg.go.dev/github.com/cucumber/cucumber-ruby#section-documentation
- Licenses: mit
- Latest release: v9.2.0+incompatible (published 9 months ago)
- Last Synced: 2024-11-10T21:36:41.498Z (about 1 month ago)
- Versions: 164
- Dependent Packages: 0
- Dependent Repositories: 2
-
Rankings:
- Forks count: 0.783%
- Stargazers count: 0.928%
- Dependent repos count: 3.506%
- Average: 3.698%
- Dependent packages count: 9.576%
Dependencies
Gemfile
rubygems
- rubocop = 1.32.0
- rubocop-packaging ~> 0.3, = 0.5.1
cucumber.gemspec
rubygems
- cucumber-compatibility-kit ~> 9.2, >= 9.2.1 development
- nokogiri ~> 1.13, >= 1.13.6 development
- octokit ~> 4.22, >= 4.22.0 development
- pry ~> 0.14, >= 0.14.1 development
- rack-test >= 1.1.0, ~> 2.0 development
- rake ~> 13.0, >= 13.0.6 development
- rspec ~> 3.11, >= 3.11.0 development
- simplecov ~> 0.21, >= 0.21.2 development
- sinatra ~> 2.2, >= 2.2.0 development
- syntax ~> 1.2, >= 1.2.2 development
- test-unit ~> 3.5, >= 3.5.3 development
- webrick ~> 1.7, >= 1.7.0 development
- builder ~> 3.2, >= 3.2.4
- cucumber-ci-environment ~> 9.0, >= 9.0.4
- cucumber-core ~> 11.0, >= 11.0.0
- cucumber-cucumber-expressions >= 15.1.1, < 17.0
- cucumber-gherkin ~> 23.0, >= 23.0.1
- cucumber-html-formatter ~> 19.1, >= 19.1.0
- cucumber-messages >= 18, < 20
- diff-lcs ~> 1.5, >= 1.5.0
- mime-types ~> 3.4, >= 3.4.1
- multi_test ~> 1.1, >= 1.1.0
- sys-uname ~> 1.2, >= 1.2.2
.github/actions/test-ruby/action.yaml
actions
- ruby/setup-ruby v1 composite
.github/workflows/release.yaml
actions
- ./.github/actions/test-ruby * composite
- actions/checkout v4 composite
- cucumber/action-create-github-release v1.1.1 composite
- cucumber/action-publish-rubygem v1.0.0 composite
.github/workflows/rubocop.yaml
actions
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
.github/workflows/test.yaml
actions
- ./.github/actions/test-ruby * composite
- actions/checkout v4 composite