https://github.com/rubygems/sigstore-verification
Score: 1.0986122886681098
Last synced: about 21 hours ago
JSON representation
Repository metadata:
A proof of concept integrating sigstore verification into bundle/gem install
- Host: GitHub
- URL: https://github.com/rubygems/sigstore-verification
- Owner: rubygems
- License: mit
- Archived: true
- Created: 2024-11-12T15:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-03T02:55:17.000Z (about 2 months ago)
- Last Synced: 2026-05-16T12:04:49.007Z (15 days ago)
- Language: Ruby
- Size: 976 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Owner metadata:
- Name: RubyGems
- Login: rubygems
- Email:
- Kind: organization
- Description:
- Website: https://rubygems.org
- Location: GEM_HOME
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/208761?v=4
- Repositories: 60
- Last Synced at: 2023-04-13T10:35:57.064Z
- Profile URL: https://github.com/rubygems
GitHub Events
Total
- Create event: 2
- Issue comment event: 1
- Watch event: 1
- Total: 4
Last Year
- Issue comment event: 1
- Total: 1
Committers metadata
Last synced: 13 days ago
Total Commits: 4
Total Committers: 1
Avg Commits per committer: 4.0
Development Distribution Score (DDS): 0.0
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Samuel Giddins | s****s@s****e | 4 |
Dependencies
.github/workflows/main.yml
actions
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
rs/Cargo.lock
cargo
- addr2line 0.24.2
- adler2 2.0.0
- backtrace 0.3.74
- backtrace-ext 0.2.1
- bitflags 2.6.0
- cfg-if 1.0.0
- diff 0.1.13
- errno 0.3.9
- gimli 0.31.1
- hermit-abi 0.3.9
- is-terminal 0.4.10
- is_ci 1.2.0
- kdl 4.6.0
- libc 0.2.162
- linux-raw-sys 0.4.14
- memchr 2.7.4
- miette 5.10.0
- miette-derive 5.10.0
- minimal-lexical 0.2.1
- miniz_oxide 0.8.0
- nom 7.1.3
- object 0.36.5
- once_cell 1.20.2
- owo-colors 3.5.0
- pretty_assertions 1.4.1
- proc-macro2 1.0.89
- quote 1.0.37
- rustc-demangle 0.1.24
- rustix 0.38.40
- smawk 0.3.2
- supports-color 2.1.0
- supports-hyperlinks 2.1.0
- supports-unicode 2.1.0
- syn 2.0.87
- terminal_size 0.1.17
- textwrap 0.15.2
- thiserror 1.0.69
- thiserror-impl 1.0.69
- unicode-ident 1.0.13
- unicode-linebreak 0.1.5
- unicode-width 0.1.14
- winapi 0.3.9
- winapi-i686-pc-windows-gnu 0.4.0
- winapi-x86_64-pc-windows-gnu 0.4.0
- windows-sys 0.52.0
- windows-targets 0.52.6
- windows_aarch64_gnullvm 0.52.6
- windows_aarch64_msvc 0.52.6
- windows_i686_gnu 0.52.6
- windows_i686_gnullvm 0.52.6
- windows_i686_msvc 0.52.6
- windows_x86_64_gnu 0.52.6
- windows_x86_64_gnullvm 0.52.6
- windows_x86_64_msvc 0.52.6
- yansi 1.0.1
Gemfile
rubygems
- fiddle >= 0
- kdl ~> 1.0
- literal >= 0
- rake ~> 13.0
- rspec ~> 3.0
- rubocop ~> 1.21
- rubocop-performance >= 0
- rubocop-rake >= 0
- rubocop-rspec >= 0
- sigstore >= 0
- simplecov >= 0
- super_diff ~> 0.13.0
Gemfile.lock
rubygems
- ast 2.4.2
- attr_extras 7.1.0
- base64 0.2.0
- bigdecimal 3.1.8
- bundler 2.5.22
- diff-lcs 1.5.1
- docile 1.4.1
- fiddle 1.1.2
- json 2.8.1
- kdl 1.0.6
- language_server-protocol 3.17.0.3
- literal 1.1.0
- net-http 0.4.1
- optimist 3.1.0
- parallel 1.26.3
- parser 3.3.6.0
- patience_diff 1.2.0
- protobug 0.1.0
- protobug_googleapis_field_behavior_protos 0.1.0
- protobug_sigstore_protos 0.1.0
- protobug_well_known_protos 0.1.0
- racc 1.8.1
- rainbow 3.1.1
- rake 13.2.1
- regexp_parser 2.9.2
- rspec 3.13.0
- rspec-core 3.13.2
- rspec-expectations 3.13.3
- rspec-mocks 3.13.2
- rspec-support 3.13.1
- rubocop 1.68.0
- rubocop-ast 1.34.0
- rubocop-performance 1.22.1
- rubocop-rake 0.6.0
- rubocop-rspec 3.1.0
- ruby-progressbar 1.13.0
- sigstore 0.1.1
- sigstore-verification 0.1.0
- simplecov 0.22.0
- simplecov-html 0.13.1
- simplecov_json_formatter 0.1.4
- simpleidn 0.2.3
- super_diff 0.13.0
- unicode-display_width 2.6.0
- uri 0.13.1
sigstore-verification.gemspec
rubygems
- literal ~> 1.0
- sigstore ~> 0.1.1
rs/Cargo.toml
cargo
- pretty_assertions 1.4.1 development
- kdl 4.6.0
- miette 5.1.0