omnifocus_parser 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: 4aa7bed8ea0fad435f0682b7b33f6bcfa12d78adde0273e10a793797409f0388
4
- data.tar.gz: 7dc575f2d16e48cc0c6a3586436fe226d1634c1f5a737dc7adbb3d2941960cf7
3
+ metadata.gz: 37fea556e686d52f3cd8de11af13de69714165c09f13693c16298b24ad788628
4
+ data.tar.gz: acb26d33510a46ee3a7d01f26424b7d7dac93f70659a636aca5e755aef9e8123
5
5
  SHA512:
6
- metadata.gz: '0883608fa3dad57ab1ed6d40f565ecdbad137faeeb532e06fe3596c64f561cd7113be83a5c599548c4db2afcc283cc612b78d2134f343809c1929b90823f2740'
7
- data.tar.gz: cc51c2cc85c406f179cbd75730b868f5b9f6a9083beadad306912b914d0f7a20382d22bc16dd069fd207b86cd77055f67fb8ac79fe532f28d9e73af0e2bd60d5
6
+ metadata.gz: 31ab263251e0ceb28043324fe61a5d7e6ccde5b31313a644c1d27c97da60d8862c882eb88875a8017a31a0913a519e36aef7b2787f1f4cea2ee273271cf8ad87
7
+ data.tar.gz: 3f9632e0ec9161ecd625985ac9fcbf2b3471df62985923efe566f8647f1a399bbd2b7509e382080a79ba375a0d9f166ece8e613f893e7794504f7d2a6ca086f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.0] - 2022-12-25
3
+ ## [0.1.0] - 2022-12-31
4
4
 
5
5
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omnifocus_parser (0.1.0)
4
+ omnifocus_parser (0.1.1)
5
5
  zeitwerk
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OmnifocusParser
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["andyw8@users.noreply.github.com"]
10
10
 
11
11
  spec.summary = "OmniFocus parser"
12
- spec.homepage = "https://gitub.com/andyw8/omnifocus_parser"
12
+ spec.homepage = "https://github.com/andyw8/omnifocus_parser"
13
13
  spec.license = "MIT"
14
14
  spec.required_ruby_version = ">= 3.2.0"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnifocus_parser
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
  - Andy Waite
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-31 00:00:00.000000000 Z
11
+ date: 2023-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zeitwerk
@@ -49,13 +49,13 @@ files:
49
49
  - lib/omnifocus_parser/version.rb
50
50
  - omnifocus_parser.gemspec
51
51
  - sig/omnifocus_parser.rbs
52
- homepage: https://gitub.com/andyw8/omnifocus_parser
52
+ homepage: https://github.com/andyw8/omnifocus_parser
53
53
  licenses:
54
54
  - MIT
55
55
  metadata:
56
56
  allowed_push_host: https://rubygems.org
57
- homepage_uri: https://gitub.com/andyw8/omnifocus_parser
58
- source_code_uri: https://gitub.com/andyw8/omnifocus_parser
57
+ homepage_uri: https://github.com/andyw8/omnifocus_parser
58
+ source_code_uri: https://github.com/andyw8/omnifocus_parser
59
59
  post_install_message:
60
60
  rdoc_options: []
61
61
  require_paths: