Skip to content

Commit 1c6a855

Browse files
authored
Merge pull request #11 from opf/rename-gem
Rename gem
2 parents 21c1ae6 + 1343dfe commit 1c6a855

8 files changed

Lines changed: 16 additions & 17 deletions

File tree

.changeset/tidy-shoes-sip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Rename ruby gem

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ Closes # (type the GitHub issue number after #)
5454
- [ ] Tested in Firefox
5555
- [ ] Tested in Safari
5656
- [ ] Tested in Edge
57-
58-
Take a look at the [What we look for in reviews](https://github.com/primer/react/blob/main/contributor-docs/CONTRIBUTING.md#what-we-look-for-in-reviews) section of the contributing guidelines for more information on how we review PRs.

.github/release_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Please ensure these items are checked before merging.
55
### 🔎 Smoke test
66

77
- [ ] All CI checks pass
8-
- [ ] Docs and Lookbook open in a browser
9-
- [ ] Successful integration test with GitHub.com as a primary consumer of Primer View Components
10-
- [ ] Install the npm release candidate in `npm-workspaces/primer/`
11-
- [ ] Use `bin/vendor-gem` to update `primer_view_components` gem
8+
- [ ] Successful integration test with OpenProject as a primary consumer
9+
- [ ] Install the npm package locally
10+
- [ ] Install the `primer_view_components` gem locally
1211
- [ ] Verify no new build errors appear
1312
- [ ] Verify no new linting errors appear
1413
- [ ] Manually test critical paths
1514
- [ ] Manually test release-specific bugfixes and/or features work as described
15+
- [ ] Lookbook opens in a browser
1616

1717
### 🤔 Sanity test
1818

1919
- [ ] All bugfixes in this release have resolved their corresponding issues
20-
- [ ] All new features in this release have been tested and verified as compatible with GitHub.com
20+
- [ ] All new features in this release have been tested and verified as compatible with OpenProject
2121
- [ ] No noticeable regressions have been introduced as a result of changes in this release
2222
- [ ] Release notes accurately describe the changes made
2323

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openproject_primer_view_components (0.6.2)
4+
openproject-primer_view_components (0.6.2)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.6.7)
@@ -253,7 +253,7 @@ DEPENDENCIES
253253
matrix (~> 0.4.2)
254254
minitest (< 5.19)
255255
mocha
256-
openproject_primer_view_components!
256+
openproject-primer_view_components!
257257
pry
258258
puma (~> 6.3.0)
259259
rack (~> 2.2)

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<p align="center">
2-
<img width="300px" alt="Primer ViewComponents Logo" src="/static/assets/view-components.svg">
3-
</p>
4-
5-
<h1 align="center">Primer ViewComponents</h1>
1+
<h1 align="center">OpenProject's Primer ViewComponents</h1>
62

73
<p align="center">Fork of ViewComponents for the Primer Design System used for OpenProject.</p>
84

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem "puma", "~> 6.3.0"
3636
# Reduces boot times through caching; required in config/boot.rb
3737
gem "bootsnap", ">= 1.4.2", require: false
3838

39-
gem "openproject_primer_view_components", path: "../"
39+
gem "openproject-primer_view_components", path: "../"
4040
gem "view_component", '>= 3.1.0'
4141
gem "lookbook", "~> 2.0.5" unless rails_version.to_f < 7
4242

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ DEPENDENCIES
392392
kuby-kind (~> 0.1)
393393
listen
394394
lookbook (~> 2.0.5)
395-
openproject_primer_view_components!
395+
openproject-primer_view_components!
396396
pry-byebug
397397
puma (~> 6.3.0)
398398
rack-cors

primer_view_components.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require "primer/view_components/version"
66

77
Gem::Specification.new do |spec|
8-
spec.name = "openproject_primer_view_components"
8+
spec.name = "openproject-primer_view_components"
99
spec.version = Primer::ViewComponents::VERSION::STRING
1010
spec.authors = ["GitHub Open Source", "OpenProject GmbH"]
1111

0 commit comments

Comments
 (0)