notion_rb 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af1c989c52ce6480f7489063cd08d7da219a8fc91bea649ceff3efe47bc2923d
4
- data.tar.gz: 9f36492672b7a0cad654134d70d6aa35caaddf6e2a8658bd18623c93b28eb373
3
+ metadata.gz: dd6ca73e60cf77166f9f1b24a337d4d482520a83dd4c53fd54d0cf471edcb1db
4
+ data.tar.gz: 98ea9b268f7b8a41a80d53fdc0c441569d7f07cc5881b1fdd228c221febd2ee4
5
5
  SHA512:
6
- metadata.gz: 6bc60a74e1ca83371a739be3cf5d481dfc559040c2515f1c2e558fb2b373aa8026a1889810e2407374997c01e319f6a94d9e8a5ae05eb9e5c1e4fad57b8ea7fa
7
- data.tar.gz: adc870ab2481292372c72298003a692fe013d024a3fbb4be49d199065535dcc87d88ac068e0ccfa11c21d45ee453c7e33f7a2043fbb029d6605bb142ca2b4910
6
+ metadata.gz: 53c0e655e18713b6da75fdd3da0412db0233e39e1c1a9a10695cf03440476690507a804fa63832227a2323ddca3e6546312682238d4667e4ba9038d738556447
7
+ data.tar.gz: b4be7e38a4d7f7ba3d61e077acfd2bc0748ce1164c0de2a430602c41792b2909019fa607898b846911b48e705d268d29a6629365843d383524d46809c7a3718f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- notion_rb (0.1.0)
4
+ notion_rb (0.1.1)
5
5
  mechanize
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NotionRb
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Unoficial integration with Notion'
14
14
  spec.description = ''
15
- spec.homepage = 'https://www.github.com/tpgunther/notion-rb'
15
+ spec.homepage = 'https://www.github.com/tpgunther/notion_rb'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  spec.metadata['homepage_uri'] = spec.homepage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notion_rb
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
  - Tomas Gunther
@@ -187,12 +187,12 @@ files:
187
187
  - lib/notion_rb/utils/uuid_validator.rb
188
188
  - lib/notion_rb/version.rb
189
189
  - notion_rb.gemspec
190
- homepage: https://www.github.com/tpgunther/notion-rb
190
+ homepage: https://www.github.com/tpgunther/notion_rb
191
191
  licenses:
192
192
  - MIT
193
193
  metadata:
194
- homepage_uri: https://www.github.com/tpgunther/notion-rb
195
- source_code_uri: https://www.github.com/tpgunther/notion-rb
194
+ homepage_uri: https://www.github.com/tpgunther/notion_rb
195
+ source_code_uri: https://www.github.com/tpgunther/notion_rb
196
196
  post_install_message:
197
197
  rdoc_options: []
198
198
  require_paths: