personal-backlog 1.0.0 → 1.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
  SHA1:
3
- metadata.gz: 5f937e28de5a51a5b188138452070cca2c8cf853
4
- data.tar.gz: ac3e80e89aec853be2ce32609a9d64421372bac4
3
+ metadata.gz: 7f12b604328bd2de5f5d0eaee3be46ca9c2bcea0
4
+ data.tar.gz: 27da81a13d633907fe0a2c4d821705a9b60606fa
5
5
  SHA512:
6
- metadata.gz: a2267d885e2b55ddc85548efc0a80765d2cf276b6545571fded88c2433561e7ce59fc2ee19b55bd7053dd6283d76ca0b91c9480e67d1c284e5575adbfedfb474
7
- data.tar.gz: dbad5aa9642bd71cccbab13daf78c9223975bdc328275c474c34c9eb2a2df7dc97850ad9f0fd2e78f510473200219f91f83c7b749ca8172c1337cce816c5a3fd
6
+ metadata.gz: 323a9f7ee99428bce705b3db81e5c5556ab3558bf9ace8d011a88ec5f971265754632ecff8a50b96bdeb9da0417efd22af14571f37ce55394a77971a304cbe42
7
+ data.tar.gz: a9fd5c9e13005bc838f8127c4e847a0a89676174a7854648868b5ec56f3692604666a4a4ae2822d23bd21a5aa79c0bb654867a01ca0f9a5d047d32bc4273cddc
data/lib/backlog/entry.rb CHANGED
@@ -18,7 +18,9 @@ module Backlog
18
18
 
19
19
  def create
20
20
 
21
- File.open(@path, "w").write content
21
+ File.open(@path, "w") do |f|
22
+ f.write content
23
+ end
22
24
 
23
25
  end
24
26
 
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Backlog
2
2
 
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.2"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: personal-backlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Morehouse