lambda_punch 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
  SHA256:
3
- metadata.gz: 729fde3b20f092caab600146f89c5a6bc3c5477b86311bbbedecc31631009bbb
4
- data.tar.gz: 7cb8d7d539569bd9bf3591668a9afca12e27bc5551008c7fa3effa3f7909bff6
3
+ metadata.gz: 4227bd51c1fd9c2aea1b84be39d86701cb8fc6fc44ed6440f929e39406ce17ce
4
+ data.tar.gz: b6c8545418ed4678a49651932730b107c5b5ba8fb31219141dab969479c5507e
5
5
  SHA512:
6
- metadata.gz: 5547cf8abd75262eeaa608688ec4ac6fea5af5803ec2d8a43e62c219e5fdbb79c0e4eac1aee6c667fc5869832bb51dbaf318a223fd8b214172c1698e93e2154d
7
- data.tar.gz: ecab3b5dafc8f563555637b87da28663f43f4ab8948a592dd7a8ecd0134ff0c1acf79a0c8b8292c061f8e5501198bf54e196ee3ec5a1658f8f416b42632544c8
6
+ metadata.gz: 7a62027972c551ae187bd0832271775c38ac4a677f318e6146d12e944354f397eb7c63d7b5370de1095dd50cf1e1c2b02ef0efe3bd7dc994e7574f51c1db3f86
7
+ data.tar.gz: 0a1117ef7b5dd3ad0599f3b586e58e40543f8e550832af034bc2915328640d65b6bbfe6b1e40093a790295861e0bd02793df585a45d10813b3cd620d96b14a27
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.2] - 2021-10-27
2
+
3
+ ### Changed
4
+
5
+ - Lock timeout gem to 0.1.x
6
+ - Ensure rake is required when loading railtie tasks.
7
+
1
8
  ## [1.0.1] - 2021-07-24
2
9
 
3
10
  ### Changed
data/Gemfile.lock CHANGED
@@ -1,69 +1,69 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lambda_punch (1.0.1)
4
+ lambda_punch (1.0.2)
5
5
  concurrent-ruby
6
6
  rake
7
7
  rb-inotify
8
- timeout
8
+ timeout (~> 0.1.1)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.1.4)
14
- actionpack (= 6.1.4)
15
- activesupport (= 6.1.4)
13
+ actioncable (6.1.4.1)
14
+ actionpack (= 6.1.4.1)
15
+ activesupport (= 6.1.4.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.1.4)
19
- actionpack (= 6.1.4)
20
- activejob (= 6.1.4)
21
- activerecord (= 6.1.4)
22
- activestorage (= 6.1.4)
23
- activesupport (= 6.1.4)
18
+ actionmailbox (6.1.4.1)
19
+ actionpack (= 6.1.4.1)
20
+ activejob (= 6.1.4.1)
21
+ activerecord (= 6.1.4.1)
22
+ activestorage (= 6.1.4.1)
23
+ activesupport (= 6.1.4.1)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.1.4)
26
- actionpack (= 6.1.4)
27
- actionview (= 6.1.4)
28
- activejob (= 6.1.4)
29
- activesupport (= 6.1.4)
25
+ actionmailer (6.1.4.1)
26
+ actionpack (= 6.1.4.1)
27
+ actionview (= 6.1.4.1)
28
+ activejob (= 6.1.4.1)
29
+ activesupport (= 6.1.4.1)
30
30
  mail (~> 2.5, >= 2.5.4)
31
31
  rails-dom-testing (~> 2.0)
32
- actionpack (6.1.4)
33
- actionview (= 6.1.4)
34
- activesupport (= 6.1.4)
32
+ actionpack (6.1.4.1)
33
+ actionview (= 6.1.4.1)
34
+ activesupport (= 6.1.4.1)
35
35
  rack (~> 2.0, >= 2.0.9)
36
36
  rack-test (>= 0.6.3)
37
37
  rails-dom-testing (~> 2.0)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
- actiontext (6.1.4)
40
- actionpack (= 6.1.4)
41
- activerecord (= 6.1.4)
42
- activestorage (= 6.1.4)
43
- activesupport (= 6.1.4)
39
+ actiontext (6.1.4.1)
40
+ actionpack (= 6.1.4.1)
41
+ activerecord (= 6.1.4.1)
42
+ activestorage (= 6.1.4.1)
43
+ activesupport (= 6.1.4.1)
44
44
  nokogiri (>= 1.8.5)
45
- actionview (6.1.4)
46
- activesupport (= 6.1.4)
45
+ actionview (6.1.4.1)
46
+ activesupport (= 6.1.4.1)
47
47
  builder (~> 3.1)
48
48
  erubi (~> 1.4)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (6.1.4)
52
- activesupport (= 6.1.4)
51
+ activejob (6.1.4.1)
52
+ activesupport (= 6.1.4.1)
53
53
  globalid (>= 0.3.6)
54
- activemodel (6.1.4)
55
- activesupport (= 6.1.4)
56
- activerecord (6.1.4)
57
- activemodel (= 6.1.4)
58
- activesupport (= 6.1.4)
59
- activestorage (6.1.4)
60
- actionpack (= 6.1.4)
61
- activejob (= 6.1.4)
62
- activerecord (= 6.1.4)
63
- activesupport (= 6.1.4)
54
+ activemodel (6.1.4.1)
55
+ activesupport (= 6.1.4.1)
56
+ activerecord (6.1.4.1)
57
+ activemodel (= 6.1.4.1)
58
+ activesupport (= 6.1.4.1)
59
+ activestorage (6.1.4.1)
60
+ actionpack (= 6.1.4.1)
61
+ activejob (= 6.1.4.1)
62
+ activerecord (= 6.1.4.1)
63
+ activesupport (= 6.1.4.1)
64
64
  marcel (~> 1.0.0)
65
65
  mini_mime (>= 1.1.0)
66
- activesupport (6.1.4)
66
+ activesupport (6.1.4.1)
67
67
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
68
  i18n (>= 1.6, < 2)
69
69
  minitest (>= 5.1)
@@ -74,61 +74,59 @@ GEM
74
74
  concurrent-ruby (1.1.9)
75
75
  crass (1.0.6)
76
76
  erubi (1.10.0)
77
- ffi (1.15.3)
78
- globalid (0.4.2)
79
- activesupport (>= 4.2.0)
77
+ ffi (1.15.4)
78
+ globalid (0.5.2)
79
+ activesupport (>= 5.0)
80
80
  i18n (1.8.10)
81
81
  concurrent-ruby (~> 1.0)
82
- loofah (2.10.0)
82
+ loofah (2.12.0)
83
83
  crass (~> 1.0.2)
84
84
  nokogiri (>= 1.5.9)
85
85
  mail (2.7.1)
86
86
  mini_mime (>= 0.1.1)
87
- marcel (1.0.1)
87
+ marcel (1.0.2)
88
88
  method_source (1.0.0)
89
- mini_mime (1.1.0)
89
+ mini_mime (1.1.2)
90
90
  minitest (5.14.4)
91
91
  minitest-focus (1.3.1)
92
92
  minitest (>= 4, < 6)
93
- nio4r (2.5.7)
94
- nokogiri (1.11.7-x86_64-darwin)
95
- racc (~> 1.4)
96
- nokogiri (1.11.7-x86_64-linux)
93
+ nio4r (2.5.8)
94
+ nokogiri (1.12.5-x86_64-linux)
97
95
  racc (~> 1.4)
98
96
  pry (0.14.1)
99
97
  coderay (~> 1.1)
100
98
  method_source (~> 1.0)
101
- racc (1.5.2)
99
+ racc (1.6.0)
102
100
  rack (2.2.3)
103
101
  rack-test (1.1.0)
104
102
  rack (>= 1.0, < 3)
105
- rails (6.1.4)
106
- actioncable (= 6.1.4)
107
- actionmailbox (= 6.1.4)
108
- actionmailer (= 6.1.4)
109
- actionpack (= 6.1.4)
110
- actiontext (= 6.1.4)
111
- actionview (= 6.1.4)
112
- activejob (= 6.1.4)
113
- activemodel (= 6.1.4)
114
- activerecord (= 6.1.4)
115
- activestorage (= 6.1.4)
116
- activesupport (= 6.1.4)
103
+ rails (6.1.4.1)
104
+ actioncable (= 6.1.4.1)
105
+ actionmailbox (= 6.1.4.1)
106
+ actionmailer (= 6.1.4.1)
107
+ actionpack (= 6.1.4.1)
108
+ actiontext (= 6.1.4.1)
109
+ actionview (= 6.1.4.1)
110
+ activejob (= 6.1.4.1)
111
+ activemodel (= 6.1.4.1)
112
+ activerecord (= 6.1.4.1)
113
+ activestorage (= 6.1.4.1)
114
+ activesupport (= 6.1.4.1)
117
115
  bundler (>= 1.15.0)
118
- railties (= 6.1.4)
116
+ railties (= 6.1.4.1)
119
117
  sprockets-rails (>= 2.0.0)
120
118
  rails-dom-testing (2.0.3)
121
119
  activesupport (>= 4.2.0)
122
120
  nokogiri (>= 1.6)
123
- rails-html-sanitizer (1.3.0)
121
+ rails-html-sanitizer (1.4.2)
124
122
  loofah (~> 2.3)
125
- railties (6.1.4)
126
- actionpack (= 6.1.4)
127
- activesupport (= 6.1.4)
123
+ railties (6.1.4.1)
124
+ actionpack (= 6.1.4.1)
125
+ activesupport (= 6.1.4.1)
128
126
  method_source
129
127
  rake (>= 0.13)
130
128
  thor (~> 1.0)
131
- rake (13.0.3)
129
+ rake (13.0.6)
132
130
  rb-inotify (0.10.1)
133
131
  ffi (~> 1.0)
134
132
  sprockets (4.0.2)
@@ -145,10 +143,9 @@ GEM
145
143
  websocket-driver (0.7.5)
146
144
  websocket-extensions (>= 0.1.0)
147
145
  websocket-extensions (0.1.5)
148
- zeitwerk (2.4.2)
146
+ zeitwerk (2.5.1)
149
147
 
150
148
  PLATFORMS
151
- x86_64-darwin-19
152
149
  x86_64-linux
153
150
 
154
151
  DEPENDENCIES
@@ -160,4 +157,4 @@ DEPENDENCIES
160
157
  rake
161
158
 
162
159
  BUNDLED WITH
163
- 2.2.21
160
+ 2.2.30
data/lambda_punch.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.add_dependency "concurrent-ruby"
22
22
  spec.add_dependency "rake"
23
23
  spec.add_dependency "rb-inotify"
24
- spec.add_dependency "timeout"
24
+ spec.add_dependency "timeout", "~> 0.1.1"
25
25
  spec.add_development_dependency "minitest-focus"
26
26
  spec.add_development_dependency "pry"
27
27
  spec.add_development_dependency "rails"
@@ -1,3 +1,5 @@
1
+ require 'rake'
2
+
1
3
  namespace :lambda_punch do
2
4
 
3
5
  desc "Install the LambdaPunch Lambda Extension."
@@ -1,3 +1,3 @@
1
1
  module LambdaPunch
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lambda_punch
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
  - Ken Collins
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-24 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -56,16 +56,16 @@ dependencies:
56
56
  name: timeout
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: 0.1.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: 0.1.1
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: minitest-focus
71
71
  requirement: !ruby/object:Gem::Requirement