Skip to content

Commit

Permalink
Transfer repo to Nicos personal github account
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Apr 22, 2024
1 parent ec9400d commit f651b70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bundle exec rake
You can also install the project on your machine:

```
git clone https://github.com/orbit-love/notion-ruby-client.git
git clone https://github.com/phacks/notion-ruby-client.git
cd notion-ruby-client
# if you do not have bundler installed already, run
# $ gem install bundle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Notion Ruby Client

[![Gem Version](https://badge.fury.io/rb/notion-ruby-client.svg)](http://badge.fury.io/rb/notion-ruby-client)
[![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)
[![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)

A Ruby client for the Notion API.

Expand Down
4 changes: 2 additions & 2 deletions notion-ruby-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Gem::Specification.new do |s|
s.name = 'notion-ruby-client'
s.version = Notion::VERSION
s.authors = ['Nicolas Goutay']
s.email = 'nicolas@orbit.love'
s.email = 'nicolas[email protected]'
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = '>= 1.3.6'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ['lib']
s.homepage = 'http://github.com/orbit-love/notion-ruby-client'
s.homepage = 'http://github.com/phacks/notion-ruby-client'
s.licenses = ['MIT']
s.summary = 'Notion API client for Ruby.'
s.add_dependency 'faraday', '>= 2.0'
Expand Down

0 comments on commit f651b70

Please sign in to comment.