File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ bundle exec rake
21
21
You can also install the project on your machine:
22
22
23
23
```
24
- git clone https://github.com/orbit-love /notion-ruby-client.git
24
+ git clone https://github.com/phacks /notion-ruby-client.git
25
25
cd notion-ruby-client
26
26
# if you do not have bundler installed already, run
27
27
# $ gem install bundle
Original file line number Diff line number Diff line change 1
1
# Notion Ruby Client
2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/notion-ruby-client.svg )] ( http://badge.fury.io/rb/notion-ruby-client )
4
- [ ![ CI workflow badge] ( https://github.com/orbit-love /notion-ruby-client/actions/workflows/ci.yml/badge.svg )] ( https://github.com/orbit-love /notion-ruby-client/actions/workflows/ci.yml )
4
+ [ ![ CI workflow badge] ( https://github.com/phacks /notion-ruby-client/actions/workflows/ci.yml/badge.svg )] ( https://github.com/phacks /notion-ruby-client/actions/workflows/ci.yml )
5
5
6
6
A Ruby client for the Notion API.
7
7
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Gem::Specification.new do |s|
6
6
s . name = 'notion-ruby-client'
7
7
s . version = Notion ::VERSION
8
8
s . authors = [ 'Nicolas Goutay' ]
9
- s . email = 'nicolas@orbit.love '
9
+ s . email = 'nicolas[email protected] '
10
10
s . platform = Gem ::Platform ::RUBY
11
11
s . required_rubygems_version = '>= 1.3.6'
12
12
s . files = `git ls-files` . split ( "\n " )
13
13
s . test_files = `git ls-files -- spec/*` . split ( "\n " )
14
14
s . require_paths = [ 'lib' ]
15
- s . homepage = 'http://github.com/orbit-love /notion-ruby-client'
15
+ s . homepage = 'http://github.com/phacks /notion-ruby-client'
16
16
s . licenses = [ 'MIT' ]
17
17
s . summary = 'Notion API client for Ruby.'
18
18
s . add_dependency 'faraday' , '>= 2.0'
You can’t perform that action at this time.
0 commit comments