taskmapper-github 0.11.1 → 0.11.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +7 -6
- data/VERSION +1 -1
- data/taskmapper-github.gemspec +2 -2
- metadata +3 -3
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
GIT
|
2
|
-
remote:
|
3
|
-
revision:
|
2
|
+
remote: https://github.com/bratsche/octokit.git
|
3
|
+
revision: 55b0fffd7e73fc9e098beee486b31e0fba343e40
|
4
4
|
specs:
|
5
|
-
octokit (1.
|
5
|
+
octokit (1.16.0)
|
6
6
|
addressable (~> 2.2)
|
7
7
|
faraday (~> 0.8)
|
8
8
|
faraday_middleware (~> 0.8)
|
9
9
|
hashie (~> 1.2)
|
10
|
+
json (~> 1.7)
|
10
11
|
multi_json (~> 1.3)
|
11
12
|
|
12
13
|
GEM
|
@@ -21,11 +22,11 @@ GEM
|
|
21
22
|
activesupport (3.2.11)
|
22
23
|
i18n (~> 0.6)
|
23
24
|
multi_json (~> 1.0)
|
24
|
-
addressable (2.3.
|
25
|
+
addressable (2.3.3)
|
25
26
|
builder (3.0.4)
|
26
27
|
diff-lcs (1.1.3)
|
27
28
|
fakeweb (1.3.0)
|
28
|
-
faraday (0.8.
|
29
|
+
faraday (0.8.6)
|
29
30
|
multipart-post (~> 1.1)
|
30
31
|
faraday_middleware (0.9.0)
|
31
32
|
faraday (>= 0.7.4, < 0.9)
|
@@ -39,7 +40,7 @@ GEM
|
|
39
40
|
rdoc
|
40
41
|
json (1.7.6)
|
41
42
|
multi_json (1.5.0)
|
42
|
-
multipart-post (1.
|
43
|
+
multipart-post (1.2.0)
|
43
44
|
rake (10.0.3)
|
44
45
|
rcov (1.0.0)
|
45
46
|
rdoc (3.12)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.11.
|
1
|
+
0.11.2
|
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.2"
|
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-
|
12
|
+
s.date = "2013-03-14"
|
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.2
|
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-
|
12
|
+
date: 2013-03-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: taskmapper
|
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
181
181
|
version: '0'
|
182
182
|
segments:
|
183
183
|
- 0
|
184
|
-
hash:
|
184
|
+
hash: -2844606696510024364
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
186
186
|
none: false
|
187
187
|
requirements:
|