taskmapper-github 0.11.3 → 0.11.4
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.
- data/VERSION +1 -1
- data/lib/provider/comment.rb +1 -5
- data/taskmapper-github.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.4
|
data/lib/provider/comment.rb
CHANGED
|
@@ -44,12 +44,8 @@ module TaskMapper::Provider
|
|
|
44
44
|
search_by_attribute(self.find_all(project_id, ticket_id), attributes)
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
def self.last_modified
|
|
48
|
-
TaskMapper::Provider::Github.api.last_modified || Time.now.httpdate
|
|
49
|
-
end
|
|
50
|
-
|
|
51
47
|
def self.find_all(project_id, ticket_id)
|
|
52
|
-
Array(TaskMapper::Provider::Github.api.issue_comments(project_id, ticket_id
|
|
48
|
+
Array(TaskMapper::Provider::Github.api.issue_comments(project_id, ticket_id)).collect do |comment|
|
|
53
49
|
comment.merge!(:project_id => project_id, :ticket_id => ticket_id)
|
|
54
50
|
clean_body! comment
|
|
55
51
|
self.new comment
|
data/taskmapper-github.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "taskmapper-github"
|
|
8
|
-
s.version = "0.11.
|
|
8
|
+
s.version = "0.11.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["HybridGroup"]
|
|
12
|
-
s.date = "2013-04-
|
|
12
|
+
s.date = "2013-04-03"
|
|
13
13
|
s.description = "This provides an interface with github through the taskmapper gem."
|
|
14
14
|
s.email = "hong.quach@abigfisch.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taskmapper-github
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: taskmapper
|
|
@@ -183,7 +183,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
version: '0'
|
|
184
184
|
segments:
|
|
185
185
|
- 0
|
|
186
|
-
hash: -
|
|
186
|
+
hash: -1397333443217477791
|
|
187
187
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
188
|
none: false
|
|
189
189
|
requirements:
|