logan 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 +4 -4
- data/lib/logan/client.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05015b291771bbd80b24f983b5be2fdec425e493
|
4
|
+
data.tar.gz: 032cc9d655804a86b9e3af51bf5eab067047f975
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec36f3e5c27b7c9359f7f7c2e69ab77097dd47e87a54f6c303daac5fd6c6955d514183d516c19ed44604e8fb19e69f30096fcc10e33d5402eec4bfa3353ebe0f
|
7
|
+
data.tar.gz: 6579040e6c532aecb3c3505957cc409ff55820fe45761c224fddbac5ab79cd4936a7dc88bd4503c7762781de7dbd0fd339ea2d9f2b98c2dec21d486ed94c34a7
|
data/lib/logan/client.rb
CHANGED
@@ -60,10 +60,12 @@ module Logan
|
|
60
60
|
handle_response(response,
|
61
61
|
Proc.new { |h|
|
62
62
|
list = Logan::TodoList.new(h)
|
63
|
+
|
63
64
|
# grab the project ID for this list from the url
|
64
65
|
list.project_id = list.url.scan( /projects\/(\d+)/).last.first
|
66
|
+
|
65
67
|
# return the list so this method returns an array of lists
|
66
|
-
|
68
|
+
list
|
67
69
|
}
|
68
70
|
)
|
69
71
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Birarda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|