keytechkit 0.3.19 → 1.0.1
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/Gemfile.lock +48 -48
- data/lib/keytechKit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a411ffa96de93f48a5a60bf8b801ad656ed0f87b54d903a2612511c4dd5e4a65
|
4
|
+
data.tar.gz: e14a1e37cdf360a957ae3dc067bb1d7d63f4df2133bfad612d634b69ddbf3521
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1847ec75167aacdbc40041971f880680ba711dc7deefab3c2e019d78f2ed2f7815d04c48a82f06553a701233fe98a7a49d97f109096efe1eb54c7d6ba15462f9
|
7
|
+
data.tar.gz: 6acf5dcc188cd11ab55676ada3872757e4f94e1d39dc07ba1e91c28cb99268949e43c7f0b75affde2ce3ebf657a82d12cc8a8e996b110b79d8c0861cb6f1c6c0
|
data/Gemfile.lock
CHANGED
@@ -1,65 +1,65 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
keytechkit (0.
|
4
|
+
keytechkit (1.0.1)
|
5
5
|
httparty (~> 0.16)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.2.1)
|
11
|
-
actionpack (= 5.2.1)
|
10
|
+
actioncable (5.2.2.1)
|
11
|
+
actionpack (= 5.2.2.1)
|
12
12
|
nio4r (~> 2.0)
|
13
13
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailer (5.2.1)
|
15
|
-
actionpack (= 5.2.1)
|
16
|
-
actionview (= 5.2.1)
|
17
|
-
activejob (= 5.2.1)
|
14
|
+
actionmailer (5.2.2.1)
|
15
|
+
actionpack (= 5.2.2.1)
|
16
|
+
actionview (= 5.2.2.1)
|
17
|
+
activejob (= 5.2.2.1)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.2.1)
|
21
|
-
actionview (= 5.2.1)
|
22
|
-
activesupport (= 5.2.1)
|
20
|
+
actionpack (5.2.2.1)
|
21
|
+
actionview (= 5.2.2.1)
|
22
|
+
activesupport (= 5.2.2.1)
|
23
23
|
rack (~> 2.0)
|
24
24
|
rack-test (>= 0.6.3)
|
25
25
|
rails-dom-testing (~> 2.0)
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.2.1)
|
28
|
-
activesupport (= 5.2.1)
|
27
|
+
actionview (5.2.2.1)
|
28
|
+
activesupport (= 5.2.2.1)
|
29
29
|
builder (~> 3.1)
|
30
30
|
erubi (~> 1.4)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
-
activejob (5.2.1)
|
34
|
-
activesupport (= 5.2.1)
|
33
|
+
activejob (5.2.2.1)
|
34
|
+
activesupport (= 5.2.2.1)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.2.1)
|
37
|
-
activesupport (= 5.2.1)
|
38
|
-
activerecord (5.2.1)
|
39
|
-
activemodel (= 5.2.1)
|
40
|
-
activesupport (= 5.2.1)
|
36
|
+
activemodel (5.2.2.1)
|
37
|
+
activesupport (= 5.2.2.1)
|
38
|
+
activerecord (5.2.2.1)
|
39
|
+
activemodel (= 5.2.2.1)
|
40
|
+
activesupport (= 5.2.2.1)
|
41
41
|
arel (>= 9.0)
|
42
|
-
activestorage (5.2.1)
|
43
|
-
actionpack (= 5.2.1)
|
44
|
-
activerecord (= 5.2.1)
|
42
|
+
activestorage (5.2.2.1)
|
43
|
+
actionpack (= 5.2.2.1)
|
44
|
+
activerecord (= 5.2.2.1)
|
45
45
|
marcel (~> 0.3.1)
|
46
|
-
activesupport (5.2.1)
|
46
|
+
activesupport (5.2.2.1)
|
47
47
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
48
|
i18n (>= 0.7, < 2)
|
49
49
|
minitest (~> 5.1)
|
50
50
|
tzinfo (~> 1.1)
|
51
51
|
arel (9.0.0)
|
52
52
|
builder (3.2.3)
|
53
|
-
concurrent-ruby (1.1.
|
53
|
+
concurrent-ruby (1.1.5)
|
54
54
|
crass (1.0.4)
|
55
55
|
diff-lcs (1.3)
|
56
|
-
erubi (1.
|
57
|
-
globalid (0.4.
|
56
|
+
erubi (1.8.0)
|
57
|
+
globalid (0.4.2)
|
58
58
|
activesupport (>= 4.2.0)
|
59
|
-
httparty (0.16.
|
59
|
+
httparty (0.16.4)
|
60
60
|
mime-types (~> 3.0)
|
61
61
|
multi_xml (>= 0.5.2)
|
62
|
-
i18n (1.
|
62
|
+
i18n (1.6.0)
|
63
63
|
concurrent-ruby (~> 1.0)
|
64
64
|
loofah (2.2.3)
|
65
65
|
crass (~> 1.0.2)
|
@@ -68,42 +68,42 @@ GEM
|
|
68
68
|
mini_mime (>= 0.1.1)
|
69
69
|
marcel (0.3.3)
|
70
70
|
mimemagic (~> 0.3.2)
|
71
|
-
method_source (0.9.
|
71
|
+
method_source (0.9.2)
|
72
72
|
mime-types (3.2.2)
|
73
73
|
mime-types-data (~> 3.2015)
|
74
74
|
mime-types-data (3.2018.0812)
|
75
|
-
mimemagic (0.3.
|
75
|
+
mimemagic (0.3.3)
|
76
76
|
mini_mime (1.0.1)
|
77
|
-
mini_portile2 (2.
|
77
|
+
mini_portile2 (2.4.0)
|
78
78
|
minitest (5.11.3)
|
79
79
|
multi_xml (0.6.0)
|
80
80
|
nio4r (2.3.1)
|
81
|
-
nokogiri (1.
|
82
|
-
mini_portile2 (~> 2.
|
81
|
+
nokogiri (1.10.1)
|
82
|
+
mini_portile2 (~> 2.4.0)
|
83
83
|
rack (2.0.6)
|
84
84
|
rack-test (1.1.0)
|
85
85
|
rack (>= 1.0, < 3)
|
86
|
-
rails (5.2.1)
|
87
|
-
actioncable (= 5.2.1)
|
88
|
-
actionmailer (= 5.2.1)
|
89
|
-
actionpack (= 5.2.1)
|
90
|
-
actionview (= 5.2.1)
|
91
|
-
activejob (= 5.2.1)
|
92
|
-
activemodel (= 5.2.1)
|
93
|
-
activerecord (= 5.2.1)
|
94
|
-
activestorage (= 5.2.1)
|
95
|
-
activesupport (= 5.2.1)
|
86
|
+
rails (5.2.2.1)
|
87
|
+
actioncable (= 5.2.2.1)
|
88
|
+
actionmailer (= 5.2.2.1)
|
89
|
+
actionpack (= 5.2.2.1)
|
90
|
+
actionview (= 5.2.2.1)
|
91
|
+
activejob (= 5.2.2.1)
|
92
|
+
activemodel (= 5.2.2.1)
|
93
|
+
activerecord (= 5.2.2.1)
|
94
|
+
activestorage (= 5.2.2.1)
|
95
|
+
activesupport (= 5.2.2.1)
|
96
96
|
bundler (>= 1.3.0)
|
97
|
-
railties (= 5.2.1)
|
97
|
+
railties (= 5.2.2.1)
|
98
98
|
sprockets-rails (>= 2.0.0)
|
99
99
|
rails-dom-testing (2.0.3)
|
100
100
|
activesupport (>= 4.2.0)
|
101
101
|
nokogiri (>= 1.6)
|
102
102
|
rails-html-sanitizer (1.0.4)
|
103
103
|
loofah (~> 2.2, >= 2.2.2)
|
104
|
-
railties (5.2.1)
|
105
|
-
actionpack (= 5.2.1)
|
106
|
-
activesupport (= 5.2.1)
|
104
|
+
railties (5.2.2.1)
|
105
|
+
actionpack (= 5.2.2.1)
|
106
|
+
activesupport (= 5.2.2.1)
|
107
107
|
method_source
|
108
108
|
rake (>= 0.8.7)
|
109
109
|
thor (>= 0.19.0, < 2.0)
|
@@ -128,7 +128,7 @@ GEM
|
|
128
128
|
actionpack (>= 4.0)
|
129
129
|
activesupport (>= 4.0)
|
130
130
|
sprockets (>= 3.0.0)
|
131
|
-
thor (0.20.
|
131
|
+
thor (0.20.3)
|
132
132
|
thread_safe (0.3.6)
|
133
133
|
tzinfo (1.2.5)
|
134
134
|
thread_safe (~> 0.1)
|
data/lib/keytechKit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: keytechkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thorsten Claus
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|