File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 11class Slumber < Formula
22 desc "Terminal-based HTTP/REST client"
33 homepage "https://slumber.lucaspickering.me/"
4- url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.4 .0.tar.gz"
5- sha256 "6be559a499be09b5db22d5a6b3401a6592412d2c938d1a9ce8bd8c7cd40648c7 "
4+ url "https://github.com/LucasPickering/slumber/archive/refs/tags/v4.0 .0.tar.gz"
5+ sha256 "01ccc586dceeb63bfa8c2f4797db4f0d5d52f51a2cb7b757a37da98333f4f960 "
66 license "MIT"
77 head "https://github.com/LucasPickering/slumber.git" , branch : "master"
88
@@ -27,20 +27,11 @@ def install
2727
2828 system bin /"slumber" , "new"
2929 assert_match <<~YAML , ( testpath /"slumber.yml" ) . read
30- # For basic usage info, see:
31- # https://slumber.lucaspickering.me/getting_started.html
32- # For all collection options, see:
33- # https://slumber.lucaspickering.me/api/request_collection/index.html
34-
35- name: My Collection
36-
37- # Profiles are groups of data you can easily switch between. A common usage is
38- # to define profiles for various environments of a REST service
3930 profiles:
4031 example:
4132 name: Example Profile
4233 data:
43- host: https://httpbin.org
34+ host: https://my-host
4435 YAML
4536 end
4637end
You can’t perform that action at this time.
0 commit comments