jigit 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b539f035dea3951137db913bdd4f9193970a2a48
4
- data.tar.gz: 8b16077809c280d7ffba3f567ed9d83ad4247993
3
+ metadata.gz: 40d27e4c92c589a5d887cf09121685f5ca8046a3
4
+ data.tar.gz: 2c2382d31e90cf8ab4e8325dca989dbc0d9801b7
5
5
  SHA512:
6
- metadata.gz: 400fa0e596b670d8289ca2288a1f61af1b74f61aad343ac4e68999d72ec76faf790fe9b969de5d00bea433ec536457803fde130082092d2c95006552487cb5c4
7
- data.tar.gz: 8090c240ac764d661f2b28fdf6a3f635e1f223f4150633a9634ab4ee9948efeacf8595beacf96f4e7ca8e9faf4823187c47d8d7c6f7a8d7ea57376965e471e09
6
+ metadata.gz: 045bba150f5d8bb65c824215c649df60f35f48e9b16eeff3877780c6773754623d39c56d97c41a22b9e39aea4cfef413ed2b17d46b340ae31d961b6ac3e20bb2
7
+ data.tar.gz: 9b783b219230e146cad0cb8d4b74b3da2133a6e8c1b04645f204fbeb152745e49fdd46578b5a5245666d503c4cfdd22b314a27a815c835aa2ec0f4ea7d61b0e0
@@ -1,8 +1,12 @@
1
1
  ## master
2
2
 
3
- ## 1.0.1
3
+ ## 1.0.2
4
4
 
5
5
  * Your contribution here.
6
+ # [#18](https://github.com/Antondomashnev/jigit/pull/18): Issue command crash - [@antondomashnev](https://github.com/antondomashnev).
7
+
8
+ ## 1.0.1
9
+
6
10
  # [#16](https://github.com/Antondomashnev/jigit/pull/16): Small fixes in set up - [@antondomashnev](https://github.com/antondomashnev).
7
11
 
8
12
  ## 1.0.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jigit (1.0.1)
4
+ jigit (1.0.2)
5
5
  claide (~> 1.0)
6
6
  cork (~> 0.1)
7
7
  jira-ruby (~> 1.0)
@@ -15,7 +15,8 @@ GEM
15
15
  i18n (~> 0.7)
16
16
  minitest (~> 5.1)
17
17
  tzinfo (~> 1.1)
18
- addressable (2.4.0)
18
+ addressable (2.5.0)
19
+ public_suffix (~> 2.0, >= 2.0.2)
19
20
  ast (2.3.0)
20
21
  claide (1.0.1)
21
22
  claide-plugins (0.9.2)
@@ -30,7 +31,7 @@ GEM
30
31
  colored (~> 1.2)
31
32
  crack (0.4.3)
32
33
  safe_yaml (~> 1.0.0)
33
- danger (4.0.0)
34
+ danger (4.0.1)
34
35
  claide (~> 1.0)
35
36
  claide-plugins (>= 0.9.2)
36
37
  colored (~> 1.2)
@@ -41,7 +42,7 @@ GEM
41
42
  kramdown (~> 1.5)
42
43
  octokit (~> 4.2)
43
44
  terminal-table (~> 1)
44
- danger-changelog (0.1.0)
45
+ danger-changelog (0.2.0)
45
46
  danger-plugin-api (~> 1.0)
46
47
  danger-plugin-api (1.0.0)
47
48
  danger (> 2.0)
@@ -49,7 +50,7 @@ GEM
49
50
  danger-plugin-api (~> 1.0)
50
51
  diff-lcs (1.2.5)
51
52
  docile (1.1.5)
52
- faraday (0.9.2)
53
+ faraday (0.10.0)
53
54
  multipart-post (>= 1.2, < 3)
54
55
  faraday-http-cache (1.3.1)
55
56
  faraday (~> 0.8)
@@ -60,18 +61,19 @@ GEM
60
61
  jira-ruby (1.1.3)
61
62
  activesupport
62
63
  oauth (~> 0.5, >= 0.5.0)
63
- json (1.8.3)
64
- kramdown (1.12.0)
64
+ json (2.0.2)
65
+ kramdown (1.13.0)
65
66
  minitest (5.9.1)
66
67
  multipart-post (2.0.0)
67
68
  nap (1.1.0)
68
69
  oauth (0.5.1)
69
- octokit (4.6.0)
70
+ octokit (4.6.2)
70
71
  sawyer (~> 0.8.0, >= 0.5.3)
71
72
  open4 (1.3.4)
72
- parser (2.3.1.4)
73
+ parser (2.3.2.0)
73
74
  ast (~> 2.2)
74
75
  powerpack (0.1.1)
76
+ public_suffix (2.0.4)
75
77
  rainbow (2.1.0)
76
78
  rake (10.5.0)
77
79
  rspec (3.5.0)
@@ -87,7 +89,7 @@ GEM
87
89
  diff-lcs (>= 1.2.0, < 2.0)
88
90
  rspec-support (~> 3.5.0)
89
91
  rspec-support (3.5.0)
90
- rubocop (0.44.1)
92
+ rubocop (0.45.0)
91
93
  parser (>= 2.3.1.1, < 3.0)
92
94
  powerpack (~> 0.1)
93
95
  rainbow (>= 1.99.1, < 3.0)
@@ -98,9 +100,9 @@ GEM
98
100
  ffi
99
101
  ruby-progressbar (1.8.1)
100
102
  safe_yaml (1.0.4)
101
- sawyer (0.8.0)
103
+ sawyer (0.8.1)
102
104
  addressable (>= 2.3.5, < 2.6)
103
- faraday (~> 0.8, < 0.10)
105
+ faraday (~> 0.8, < 1.0)
104
106
  simplecov (0.12.0)
105
107
  docile (~> 1.1.0)
106
108
  json (>= 1.8, < 3)
@@ -3,6 +3,7 @@ require "jigit/jira/jira_api_client"
3
3
  require "jigit/jira/jira_config"
4
4
  require "jigit/core/jigitfile"
5
5
  require "jigit/helpers/keychain_storage"
6
+ require "pathname"
6
7
 
7
8
  module Jigit
8
9
  class IssueRunner < Runner
@@ -1,4 +1,4 @@
1
1
  module Jigit
2
- VERSION = "1.0.1".freeze
2
+ VERSION = "1.0.2".freeze
3
3
  DESCRIPTION = "Keep you JIRA issue statuses in sync with what you're doing actually.".freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jigit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Domashnev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-keychain