notionar 0.0.1 → 0.0.2

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: 50e605747fa8bae4105d8a30029f206a9e6fdd4efe41e77475be5bf604ad3ec7
4
- data.tar.gz: f4ff69e9160a063af5e5cb34b9c9f5bdf39e2fad6b564306f6c40f2446898210
3
+ metadata.gz: 28f3fe75b03e57dbd181902170d7d477eb327d62dfef24949a48d25f7cde67fc
4
+ data.tar.gz: 69c4d715b6c8765ae1263c9e30a47f3767a726aad48996105c759e93c32cd541
5
5
  SHA512:
6
- metadata.gz: c2a80706a7ab9fd09f0959f057766f48108b8092056086027bf1f83257b5d40188775a0b900529c048448932c552e77d545d3e8c8025ffc054365dc8920b6d27
7
- data.tar.gz: cfe3178788420ff92a9be10a35eb3d49d4f78857dc2beb5ff84289e1e99f1895e471ce45949b93f06b06e02e54654c0866f277788b00a0268ddcaf13628ca1d9
6
+ metadata.gz: eeb81c627b3a3a6ad57157390ed72a4757a05e692ba7f1bee5348b6c5a2f0af6e8aca486f8a4dfbd7bc01cb14e70713ad0bb3dad0281ce3693260b045487483d
7
+ data.tar.gz: 6d8ba46d7794c15ec2e4421b224d88d783ee9591fad74121c99c1f26db13c78a6e6c4b063bd0f74a85a1493fb4f9329104cc4b11648622cba873cd4f9b325908
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ WORK IN PROGRESS
2
+
1
3
  # Notionar
2
4
 
3
5
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/notionar`. To experiment with that code, run `bin/console` for an interactive prompt.
data/lib/notionar.rb CHANGED
@@ -1,6 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'net/http'
4
+ require 'json'
5
+
3
6
  require_relative "notionar/version"
7
+ require_relative "notionar/client"
4
8
 
5
9
  module Notionar
6
10
  class Error < StandardError; end
@@ -1,6 +1,3 @@
1
- require 'net/http'
2
- require 'json'
3
-
4
1
  module Notionar
5
2
  class Client
6
3
  def initialize(token)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Notionar
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notionar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katsumata Ryo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-15 00:00:00.000000000 Z
11
+ date: 2021-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: notion api ruby wrapper.
14
14
  email: