Skip to content

Commit cfc9663

Browse files
Merge pull request #101 from practical-computer/thomas/gem.coop
Switch to `gem.coop` as the canonical source
2 parents b9a4dfa + 777e5a5 commit cfc9663

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
# Specify your gem's dependencies in practical-framework.gemspec.
66
gemspec

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PATH
1414
view_component
1515

1616
GEM
17-
remote: https://rubygems.org/
17+
remote: https://gem.coop/
1818
specs:
1919
action_policy (0.7.5)
2020
ruby-next-core (>= 1.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ TODO: Replace `practical` with your gem name right after releasing it to RubyGem
88

99
Install the gem and add to the application's Gemfile by executing:
1010

11-
$ bundle add practical
11+
$ bundle add practical --source "https://beta.gem.coop/@practical-computer"
1212

1313
If bundler is not being used to manage dependencies, install the gem by executing:
1414

15-
$ gem install practical
15+
$ gem "practical", source: "https://beta.gem.coop/@practical-computer"
1616

1717
## Usage
1818

0 commit comments

Comments
 (0)