atproto_client 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e459f2369670aec62ba641789c28a0e06e8c28892c11c490237388a99602f8d3
4
- data.tar.gz: 2795f534c54c0021a027699c6d58fa0f36b33680b80c060be0aff301d7fc3b73
3
+ metadata.gz: fae0f06cac47326857a9f23ace154e87ed093cfc1354d3e090c7ec451a40569b
4
+ data.tar.gz: 5aeaf113c2dc1626dc8432a6b01e53f0522b847fd4202bea3401c001fe658e84
5
5
  SHA512:
6
- metadata.gz: 92223d17916001ae87453c85de3f4cfb34877f77c11e5ff31991eca0a58b2a744bd21ab3381463e78b4c8a21db816b99887105d7651f9fde4091e25251eb7f5b
7
- data.tar.gz: 6b2fd5552ccfe4239345052892d03af7a36ac26d47536eab9f79b40980e369d8799ed44c0276b6de8f68fcece79e81e782fd0b2710c39ee55bd23b783468d7b0
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/atproto_client.
49
+ Bug reports and pull requests are welcome on GitHub at https://github.com/lasercats/atproto-ruby.
49
50
 
50
51
  ## License
51
52
 
@@ -1,3 +1,3 @@
1
1
  module AtProto
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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/atproto_client
153
+ homepage: https://github.com/lasercats/atproto-ruby
154
154
  licenses:
155
155
  - MIT
156
156
  metadata: {}