crep 1.0.3 → 1.0.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.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.ruby-version +1 -1
- data/Changelog.md +2 -0
- data/Gemfile +0 -3
- data/Gemfile.lock +4 -4
- data/crep.gemspec +1 -1
- data/lib/crep/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b67ba62da341a2634a2734ef23d8fb80cff6e26f430f1015ea21e0fc864aa72
|
|
4
|
+
data.tar.gz: 7edff4af8e968d53f3591e88c0aef8030b9cf03bd82e0a5d5494d66f1e4d1998
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7042ef45faaf9e1152376d9305270b49ce2758556b5ddfc8aaedcc2233ec62532c9cc8414e554cf508c5a26ba4170282dac918f1af30b7085270d1deb9a9d2b
|
|
7
|
+
data.tar.gz: 0ee6482432a052900b22237d417ed42fe3160cb42c602a93ac5f4811263a0ca8f0f4727b8013b2a7cbc26b29c5cf182c9eef5ca13ef0204933486dac44908e0c
|
data/.circleci/config.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.5.1
|
data/Changelog.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -45,14 +45,14 @@ GEM
|
|
|
45
45
|
concurrent-ruby (1.0.5)
|
|
46
46
|
cork (0.3.0)
|
|
47
47
|
colored2 (~> 3.1)
|
|
48
|
-
danger (5.6.
|
|
48
|
+
danger (5.6.7)
|
|
49
49
|
claide (~> 1.0)
|
|
50
50
|
claide-plugins (>= 0.9.2)
|
|
51
51
|
colored2 (~> 3.1)
|
|
52
52
|
cork (~> 0.1)
|
|
53
53
|
faraday (~> 0.9)
|
|
54
54
|
faraday-http-cache (~> 1.0)
|
|
55
|
-
git (~> 1)
|
|
55
|
+
git (~> 1.5)
|
|
56
56
|
kramdown (~> 1.5)
|
|
57
57
|
no_proxy_fix
|
|
58
58
|
octokit (~> 4.7)
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
rubocop
|
|
63
63
|
diff-lcs (1.3)
|
|
64
64
|
docile (1.3.1)
|
|
65
|
-
faraday (0.15.
|
|
65
|
+
faraday (0.15.3)
|
|
66
66
|
multipart-post (>= 1.2, < 3)
|
|
67
67
|
faraday-http-cache (1.3.1)
|
|
68
68
|
faraday (~> 0.8)
|
|
@@ -85,7 +85,7 @@ GEM
|
|
|
85
85
|
multipart-post (2.0.0)
|
|
86
86
|
nap (1.1.0)
|
|
87
87
|
no_proxy_fix (0.1.2)
|
|
88
|
-
octokit (4.
|
|
88
|
+
octokit (4.12.0)
|
|
89
89
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
90
90
|
open4 (1.3.4)
|
|
91
91
|
parallel (1.12.1)
|
data/crep.gemspec
CHANGED
data/lib/crep/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kim Dung-Pham
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2019-01-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: colorize
|
|
@@ -30,16 +30,16 @@ dependencies:
|
|
|
30
30
|
name: hockeyapp
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
|
-
- -
|
|
33
|
+
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version:
|
|
35
|
+
version: 0.0.17
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
|
-
- -
|
|
40
|
+
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version:
|
|
42
|
+
version: 0.0.17
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: claide
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
206
|
rubyforge_project:
|
|
207
|
-
rubygems_version: 2.7.
|
|
207
|
+
rubygems_version: 2.7.8
|
|
208
208
|
signing_key:
|
|
209
209
|
specification_version: 4
|
|
210
210
|
summary: Create Crash Reports with ease.
|