taskpaper 0.1.1 → 0.1.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: ee1de686302a96d1475920fc769515797a703f1f
4
- data.tar.gz: 797d280c00be46ef2e83337411b7a3f53023bba7
3
+ metadata.gz: 7b02470e7df08052ba58595ac146506e78f2d73f
4
+ data.tar.gz: c4fd7cd060782fcd84a52912c33516cd4be6c213
5
5
  SHA512:
6
- metadata.gz: 6b3b61d0ae2d95b8656efaf70d0beba2d15f3903d4c336374478f3a0986dd3b8ffd0818e0b4230b6d35c6b25dcb56a71244f79d34dc5bd6432f16b5b2d567567
7
- data.tar.gz: 36922cb333a217241c86577eed13f3673c263253f5a60701aa50bc601a4effb454dea3f9dd77c2f4484eb6b37d8df1c3897fb5ac7410f5d73b85cacfb0d14845
6
+ metadata.gz: 9cdd129c91ad3f7811ea5cdb820285ac4803d17498141ed9ff053043c3956f62151ff9ccf8caa3a367cc13334e797e4aa62a18df20bb77c5b8eaa925e5721ac1
7
+ data.tar.gz: ea1a7448fd0b4a3a33ff641abd9f8b4ccb1130813e0c1ba7422996ec5d721b42775f6854145f35d725da9f52a0be770ca644eed9a6f8d738b0160f592a6e807d
data/CHANGELOG CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ 0.1.2
3
+ =====
4
+
5
+ - Fix untagged_description so it actually works.
6
+
2
7
  0.1.1
3
8
  =====
4
9
 
@@ -8,10 +8,11 @@ module Taskpaper
8
8
  end
9
9
 
10
10
  def untagged_description
11
+ untagged = description
11
12
  tags.each do |tag|
12
- line.gsub!(tag, "")
13
+ untagged.gsub!(tag, "")
13
14
  end
14
- line
15
+ untagged.strip
15
16
  end
16
17
 
17
18
  def tag_regex
data/taskpaper.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "taskpaper"
7
- spec.version = "0.1.1"
7
+ spec.version = "0.1.2"
8
8
  spec.authors = ["Matt Petty"]
9
9
  spec.email = ["matt@kizmeta.com"]
10
10
  spec.licenses = ['MIT']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taskpaper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Petty
@@ -53,9 +53,7 @@ files:
53
53
  - bin/console
54
54
  - bin/setup
55
55
  - bin/taskpaper
56
- - lib/.taskpaper.rb.swp
57
56
  - lib/taskpaper.rb
58
- - lib/taskpaper/.item.rb.swp
59
57
  - lib/taskpaper/document.rb
60
58
  - lib/taskpaper/item.rb
61
59
  - lib/taskpaper/note.rb
Binary file
Binary file