checkoff 0.33.0 → 0.33.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: 7ed5d24d3a8427823475fd7d78e6eacc21a64c4175426ae364f71afbf620397a
4
- data.tar.gz: f939dfe4c84a35d9676031109ac8e228909f6513e8e84c359554cea358f657a8
3
+ metadata.gz: cdeaf61d33faef2fafd4f051971864380978305ffb4e7dbf0b17df9ae05df49d
4
+ data.tar.gz: 2b6af7c4bb2b80d8d8b3a4e31f3c2af295c2102f907e4bc60912f5bd857fadd0
5
5
  SHA512:
6
- metadata.gz: 9e5fec3e7e8f37f9ce62d51886267c8a255f9f74da2be5d0136001eb22a95abfd7aacb7c450a8a6fa33ff0b6dc1c8ded7ce36c309237f7c9f8ca9ce5a6a64a9c
7
- data.tar.gz: 6f55722a42e2b2e3843b28c8e8bbdcd919463b704fb0e8504576fa7af57f50858d6227da357d5ea87a0f641c023c3c78632743b01d8417d4623962a3b1203b1c
6
+ metadata.gz: dbbaf91613072385e4d4a73517a6e15b044ad5ae7c21356e25424be252b9c5d29bc09337e1d5c755bb53bfac68a9bd6ed401b6e1c687f1c6e88f6f280b04565d
7
+ data.tar.gz: 4553fa61a5929835656fe6f6d0bdcfa4711fd6273bbd6de1b46b536aed7b6d44c89e366e8fd1940c7f88e7d3845a11ad42a5185a8bff2c26779b9e889bcbc979
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.33.0)
15
+ checkoff (0.33.1)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
@@ -29,7 +29,7 @@ module Checkoff
29
29
  # pulls a Hash of subtasks broken out by section
30
30
  def by_section(tasks)
31
31
  current_section = nil
32
- by_section = {}
32
+ by_section = { nil => [] }
33
33
  tasks.each do |task|
34
34
  current_section, by_section = file_task_by_section(current_section,
35
35
  by_section, task)
@@ -3,5 +3,5 @@
3
3
  # Command-line and gem client for Asana (unofficial)
4
4
  module Checkoff
5
5
  # Version of library
6
- VERSION = '0.33.0'
6
+ VERSION = '0.33.1'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checkoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.33.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz