Template of a custom feed generator service for the Bluesky network in Ruby

updated blue_factory to 0.1.6

Changed files
+3 -5
+1 -1
Gemfile
··· 1 source "https://rubygems.org" 2 3 - gem 'blue_factory', '~> 0.1.5' 4 gem 'skyfall', '~> 0.6' 5 gem 'didkit', '~> 0.2' 6
··· 1 source "https://rubygems.org" 2 3 + gem 'blue_factory', '~> 0.1.6' 4 gem 'skyfall', '~> 0.6' 5 gem 'didkit', '~> 0.2' 6
+2 -2
Gemfile.lock
··· 25 bcrypt_pbkdf (1.1.1) 26 benchmark (0.4.1) 27 bigdecimal (3.2.2) 28 - blue_factory (0.1.5) 29 sinatra (~> 3.0) 30 capistrano (2.15.11) 31 highline ··· 128 DEPENDENCIES 129 activerecord (~> 8.0) 130 bcrypt_pbkdf (>= 1.0, < 2.0) 131 - blue_factory (~> 0.1.5) 132 capistrano (~> 2.0) 133 debug 134 didkit (~> 0.2)
··· 25 bcrypt_pbkdf (1.1.1) 26 benchmark (0.4.1) 27 bigdecimal (3.2.2) 28 + blue_factory (0.1.6) 29 sinatra (~> 3.0) 30 capistrano (2.15.11) 31 highline ··· 128 DEPENDENCIES 129 activerecord (~> 8.0) 130 bcrypt_pbkdf (>= 1.0, < 2.0) 131 + blue_factory (~> 0.1.6) 132 capistrano (~> 2.0) 133 debug 134 didkit (~> 0.2)
-2
README.md
··· 200 bundle exec rake bluesky:publish KEY=starwars 201 ``` 202 203 - If you're on a self-hosted PDS, pass the hostname in a parameter like this: `SERVER_URL=https://pds.example.com`. 204 - 205 206 ### App maintenance 207
··· 200 bundle exec rake bluesky:publish KEY=starwars 201 ``` 202 203 204 ### App maintenance 205