A minimal Ruby client of Bluesky/ATProto API
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

run CI on all Rubies from 2.6 to 4.0

+4
+4
.github/workflows/main.yml
··· 14 14 strategy: 15 15 matrix: 16 16 ruby: 17 + - '2.6' 17 18 - '2.7' 18 19 - '3.0' 19 20 - '3.1' 20 21 - '3.2' 22 + - '3.3' 23 + - '3.4' 24 + - '4.0' 21 25 22 26 steps: 23 27 - uses: actions/checkout@v3