danger-missed_localizable_strings 1.0.2 → 1.0.3

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: a5f6c5cf75dd5328ffbd1511b2667e5a49dfa73f
4
- data.tar.gz: f139fe8a364f355bc3b4fdbaf988ccef2b915a33
3
+ metadata.gz: be75f8ff3507d5abd1d98d509381acd2acc5735c
4
+ data.tar.gz: c95369b9a0293e52a812cfac9841627bf6501d3b
5
5
  SHA512:
6
- metadata.gz: 134fb85e3b527baf73a162d59601db87b3fefd794cf51dc8e14803e8fbaf2867796403e6ed55c2ca0e4e4208d6701f4886b24649c47e5cd91ae8d6d402c37c36
7
- data.tar.gz: c2b955f4a9f814f8c7f63781cd1217d54d92e64abea5e98e41b4ac16be78e60d5ec8c6969d5b74d67d201f5ef93cbad5ca42b943f5764b5ecf2cae10f7ab59d2
6
+ metadata.gz: 641320e6c6ca613c4b0b0d92e6be3eadd9ebcfed9fe5baaf093e8bd2ce8a207e8ae3925bf0557e8f7a5d2df58a0b346d1244e59825400596d5a9b8a1dc1d2d8f
7
+ data.tar.gz: 97cc140f776ace065f2dde09c8fdb3d78b584b1ea0760071556109c679d5c46e3c5a95c306a6fb9e7f8783ba42a59247b8e31cda616f47f25564aecf71cb2f18
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.3
2
+
3
+ * Update dependencies - antondomashnev
4
+
1
5
  ## 1.0.2
2
6
 
3
7
  * Support Danger 5.x - antondomashnev
data/Gemfile.lock CHANGED
@@ -1,25 +1,25 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-missed_localizable_strings (1.0.2)
4
+ danger-missed_localizable_strings (1.0.3)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.5.1)
11
- public_suffix (~> 2.0, >= 2.0.2)
10
+ addressable (2.5.2)
11
+ public_suffix (>= 2.0.2, < 4.0)
12
12
  ast (2.3.0)
13
- claide (1.0.1)
13
+ claide (1.0.2)
14
14
  claide-plugins (0.9.2)
15
15
  cork
16
16
  nap
17
17
  open4 (~> 1.3)
18
- coderay (1.1.1)
18
+ coderay (1.1.2)
19
19
  colored2 (3.1.2)
20
20
  cork (0.3.0)
21
21
  colored2 (~> 3.1)
22
- danger (5.2.0)
22
+ danger (5.5.6)
23
23
  claide (~> 1.0)
24
24
  claide-plugins (>= 0.9.2)
25
25
  colored2 (~> 3.1)
@@ -28,22 +28,23 @@ GEM
28
28
  faraday-http-cache (~> 1.0)
29
29
  git (~> 1)
30
30
  kramdown (~> 1.5)
31
- octokit (~> 4.2)
31
+ no_proxy_fix
32
+ octokit (~> 4.7)
32
33
  terminal-table (~> 1)
33
34
  danger-plugin-api (1.0.0)
34
35
  danger (> 2.0)
35
36
  diff-lcs (1.3)
36
- faraday (0.12.1)
37
+ faraday (0.13.1)
37
38
  multipart-post (>= 1.2, < 3)
38
39
  faraday-http-cache (1.3.1)
39
40
  faraday (~> 0.8)
40
41
  ffi (1.9.18)
41
42
  formatador (0.2.5)
42
43
  git (1.3.0)
43
- guard (2.14.1)
44
+ guard (2.14.2)
44
45
  formatador (>= 0.2.4)
45
46
  listen (>= 2.7, < 4.0)
46
- lumberjack (~> 1.0)
47
+ lumberjack (>= 1.0.12, < 2.0)
47
48
  nenv (~> 0.1)
48
49
  notiffany (~> 0.0)
49
50
  pry (>= 0.9.12)
@@ -54,65 +55,65 @@ GEM
54
55
  guard (~> 2.1)
55
56
  guard-compat (~> 1.1)
56
57
  rspec (>= 2.99.0, < 4.0)
57
- kramdown (1.13.2)
58
+ kramdown (1.16.2)
58
59
  listen (3.0.7)
59
60
  rb-fsevent (>= 0.9.3)
60
61
  rb-inotify (>= 0.9.7)
61
- lumberjack (1.0.11)
62
- method_source (0.8.2)
62
+ lumberjack (1.0.12)
63
+ method_source (0.9.0)
63
64
  multipart-post (2.0.0)
64
65
  nap (1.1.0)
65
66
  nenv (0.3.0)
67
+ no_proxy_fix (0.1.2)
66
68
  notiffany (0.1.1)
67
69
  nenv (~> 0.1)
68
70
  shellany (~> 0.0)
69
- octokit (4.7.0)
71
+ octokit (4.8.0)
70
72
  sawyer (~> 0.8.0, >= 0.5.3)
71
73
  open4 (1.3.4)
72
- parser (2.4.0.0)
73
- ast (~> 2.2)
74
+ parallel (1.12.1)
75
+ parser (2.4.0.2)
76
+ ast (~> 2.3)
74
77
  powerpack (0.1.1)
75
- pry (0.10.4)
78
+ pry (0.11.3)
76
79
  coderay (~> 1.1.0)
77
- method_source (~> 0.8.1)
78
- slop (~> 3.4)
79
- public_suffix (2.0.5)
80
- rainbow (2.2.2)
81
- rake
80
+ method_source (~> 0.9.0)
81
+ public_suffix (3.0.1)
82
+ rainbow (3.0.0)
82
83
  rake (10.5.0)
83
- rb-fsevent (0.9.8)
84
- rb-inotify (0.9.8)
85
- ffi (>= 0.5.0)
86
- rspec (3.6.0)
87
- rspec-core (~> 3.6.0)
88
- rspec-expectations (~> 3.6.0)
89
- rspec-mocks (~> 3.6.0)
90
- rspec-core (3.6.0)
91
- rspec-support (~> 3.6.0)
92
- rspec-expectations (3.6.0)
84
+ rb-fsevent (0.10.2)
85
+ rb-inotify (0.9.10)
86
+ ffi (>= 0.5.0, < 2)
87
+ rspec (3.7.0)
88
+ rspec-core (~> 3.7.0)
89
+ rspec-expectations (~> 3.7.0)
90
+ rspec-mocks (~> 3.7.0)
91
+ rspec-core (3.7.1)
92
+ rspec-support (~> 3.7.0)
93
+ rspec-expectations (3.7.0)
93
94
  diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.6.0)
95
- rspec-mocks (3.6.0)
95
+ rspec-support (~> 3.7.0)
96
+ rspec-mocks (3.7.0)
96
97
  diff-lcs (>= 1.2.0, < 2.0)
97
- rspec-support (~> 3.6.0)
98
- rspec-support (3.6.0)
99
- rubocop (0.48.1)
100
- parser (>= 2.3.3.1, < 3.0)
98
+ rspec-support (~> 3.7.0)
99
+ rspec-support (3.7.0)
100
+ rubocop (0.52.1)
101
+ parallel (~> 1.10)
102
+ parser (>= 2.4.0.2, < 3.0)
101
103
  powerpack (~> 0.1)
102
- rainbow (>= 1.99.1, < 3.0)
104
+ rainbow (>= 2.2.2, < 4.0)
103
105
  ruby-progressbar (~> 1.7)
104
106
  unicode-display_width (~> 1.0, >= 1.0.1)
105
- ruby-progressbar (1.8.1)
107
+ ruby-progressbar (1.9.0)
106
108
  sawyer (0.8.1)
107
109
  addressable (>= 2.3.5, < 2.6)
108
110
  faraday (~> 0.8, < 1.0)
109
111
  shellany (0.0.1)
110
- slop (3.6.0)
111
- terminal-table (1.7.3)
112
- unicode-display_width (~> 1.1.1)
113
- thor (0.19.4)
114
- unicode-display_width (1.1.3)
115
- yard (0.9.9)
112
+ terminal-table (1.8.0)
113
+ unicode-display_width (~> 1.1, >= 1.1.1)
114
+ thor (0.20.0)
115
+ unicode-display_width (1.3.0)
116
+ yard (0.9.12)
116
117
 
117
118
  PLATFORMS
118
119
  ruby
@@ -130,4 +131,4 @@ DEPENDENCIES
130
131
  yard (~> 0.8)
131
132
 
132
133
  BUNDLED WITH
133
- 1.13.7
134
+ 1.16.0
@@ -1,3 +1,3 @@
1
1
  module MissedLocalizableStrings
2
- VERSION = "1.0.2".freeze
2
+ VERSION = "1.0.3".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-missed_localizable_strings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Domashnev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-08 00:00:00.000000000 Z
11
+ date: 2018-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  requirements: []
205
205
  rubyforge_project:
206
- rubygems_version: 2.5.1
206
+ rubygems_version: 2.6.13
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: A Danger plugin to check missing localizable strings.