overview 0.0.7.pre.26 → 0.0.8.pre.28
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 +8 -8
- data/lib/helpers/sprintly.rb +4 -1
- data/lib/overview/version.rb +1 -1
- data/spec/helpers_spec.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTg2NGIxM2U1ZmE1N2JhMDdhMGEwZTkyYzk0NzgzNTk0NTM0YzcxOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODgzMDAwZThlMWZmOTIyNGU5ZjI1MjQ4OTVjODA4ZGUxMTJlODE4Yg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZWVlYTVmNzcwYzU5OWI1ZWZiMjMxMDVmZDU5MDY0NmU3NzY4OTJlN2JlZTg5
|
|
10
|
+
OGQ2OWU5MjU3MDNhMjczMDU5ZGMxN2JhOGRmZDBiYzBhMTRhNWQwODQyM2Q5
|
|
11
|
+
OTFmZTllMjRlYzRhOGI1YmE4NTBlNWYwMGZhNjcwZGFjMjQwOTU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
N2ZmMjdkNGVhOGEzMjQ1NTY5YjkyNTE0YjBjOWM3OWU2M2Y5MzBhYzEyMDFm
|
|
14
|
+
MWViYmVkYmU0MjNmNzQwYWE2MTA4NzkwZGE2NTM3ZTQ2OTY5OWY5MjI3NjVk
|
|
15
|
+
MmVlZjMzYWY2OWM4MWYwMTllMWI0OTlmMTVjNWIxMzJkN2JlMzI=
|
data/lib/helpers/sprintly.rb
CHANGED
|
@@ -32,13 +32,13 @@ module Helpers
|
|
|
32
32
|
attr_accessor :date
|
|
33
33
|
attr_accessor :description
|
|
34
34
|
attr_accessor :source
|
|
35
|
+
attr_accessor :type
|
|
35
36
|
attr_accessor :author
|
|
36
37
|
attr_accessor :id
|
|
37
38
|
attr_accessor :hackpads
|
|
38
39
|
attr_accessor :url
|
|
39
40
|
attr_accessor :parent
|
|
40
41
|
|
|
41
|
-
|
|
42
42
|
HACKPADURL = "hackpad.com"
|
|
43
43
|
|
|
44
44
|
def initialize(json)
|
|
@@ -99,6 +99,9 @@ module Helpers
|
|
|
99
99
|
return self.environments.join.scan(/v(\d+)/).any? unless self.environments.nil?
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
+
def is_defect?
|
|
103
|
+
return @type.upcase == "DEFECT"
|
|
104
|
+
end
|
|
102
105
|
def is_story?
|
|
103
106
|
return @type.upcase == "STORY"
|
|
104
107
|
end
|
data/lib/overview/version.rb
CHANGED
data/spec/helpers_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: overview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8.pre.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Orford
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|