atproto_client 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/atproto_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fae0f06cac47326857a9f23ace154e87ed093cfc1354d3e090c7ec451a40569b
|
4
|
+
data.tar.gz: 5aeaf113c2dc1626dc8432a6b01e53f0522b847fd4202bea3401c001fe658e84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91e625cb794c5218b0997fb07034abad8c1e6ff4b8439adea1cd98f33ff38d78e656e68a9ef11c96fc93af4c5b14ae0068990e72e4cb8785c15ebeed15edf936
|
7
|
+
data.tar.gz: 8c9c66ab87340103a6e90a3ab5f90aef366d32fd6f1e8c099fcc03d760962d10d294234340f7de17ffbb683229c79723aa090f4ce2106ecff11e7847bdd0a748
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# ATProto Client
|
2
2
|
|
3
3
|
Ruby client for the AT Protocol, with support for oauth/dpop authentication. It has been built and tested for bluesky but it should be agnostic of PDS. An omniauth strategy using this layer should appear soon.
|
4
|
+
The work is in progress but it should allready work and I'd be happy to have feedbacks.
|
4
5
|
|
5
6
|
## Installation
|
6
7
|
|
@@ -45,7 +46,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
45
46
|
|
46
47
|
## Contributing
|
47
48
|
|
48
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/lasercats/
|
49
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/lasercats/atproto-ruby.
|
49
50
|
|
50
51
|
## License
|
51
52
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atproto_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- frabr
|
@@ -150,7 +150,7 @@ files:
|
|
150
150
|
- lib/atproto_client/dpop_handler.rb
|
151
151
|
- lib/atproto_client/request.rb
|
152
152
|
- lib/atproto_client/version.rb
|
153
|
-
homepage: https://github.com/lasercats/
|
153
|
+
homepage: https://github.com/lasercats/atproto-ruby
|
154
154
|
licenses:
|
155
155
|
- MIT
|
156
156
|
metadata: {}
|