cloudwatch_scheduler 0.2.0 → 1.0.0

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: c3183453dc1c48f38c6641ab643b1844af3a332a
4
- data.tar.gz: 32eb14607883c5d211a4a2eb3378d2b4462c752f
3
+ metadata.gz: 7561ff2a39f82b211182b5838ae2b0b08f41abeb
4
+ data.tar.gz: 87ce6b0204febcd3278dfeef30d9bb595878d34d
5
5
  SHA512:
6
- metadata.gz: 978bae65952825ea50e4cea4dd022185d670113f18725bd0957417cbf3238c6008c3c4c0b371319868ff2000f771ea790244730b0c45e9530a269ce843deae0b
7
- data.tar.gz: 3202b5c20bb86e1f323b5b74d7136d92586cb9b05081598e2d288d13bc7ab436671c27e4ce656c7d0f0a882597a98fe05598ca002f9dcbe98c42a3f99699904f
6
+ metadata.gz: f9c7e34744e16f3b5fefe3e8d866017ad29de880eee655b277968616ceae3dddd8f57ead11e9520b8178e1c69e4a2e1ef542b24602d9bb2e5be2725756264d17
7
+ data.tar.gz: c2a096befe41986435e796aaad9671ca2cdd2edffcf3aaa17dfb6c592fb9a0022e3a9aea7fc713d1e7185e7ab0bbb0c67ebe8847a0e966611c36824d32793757
data/.gitignore CHANGED
@@ -8,8 +8,8 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
 
11
- test/dummy-*/db/*.sqlite3
12
- test/dummy-*/db/*.sqlite3-journal
13
- test/dummy-*/log/*.log
14
- test/dummy-*/tmp/
15
- test/dummy-*/.sass-cache
11
+ spec/dummy-*/db/*.sqlite3
12
+ spec/dummy-*/db/*.sqlite3-journal
13
+ spec/dummy-*/log/*.log
14
+ spec/dummy-*/tmp/
15
+ spec/dummy-*/.sass-cache
@@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "aws-sdk", "~> 2.2"
21
+ spec.add_dependency "aws-sdk", "~> 2"
22
22
  spec.add_dependency "rails", ">= 4.2.0"
23
- spec.add_dependency "shoryuken", "~> 2.0"
23
+ spec.add_dependency "shoryuken", ">= 2.0"
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 1.12"
26
26
  spec.add_development_dependency "rake", "~> 10.0"
@@ -1,46 +1,45 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- cloudwatch_scheduler (0.1.0)
5
- aws-sdk (~> 2.2)
4
+ cloudwatch_scheduler (1.0.0)
5
+ aws-sdk (~> 2)
6
6
  rails (>= 4.2.0)
7
- shoryuken (~> 2.0)
7
+ shoryuken (>= 2.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.7)
13
- actionpack (= 4.2.7)
14
- actionview (= 4.2.7)
15
- activejob (= 4.2.7)
12
+ actionmailer (4.2.8)
13
+ actionpack (= 4.2.8)
14
+ actionview (= 4.2.8)
15
+ activejob (= 4.2.8)
16
16
  mail (~> 2.5, >= 2.5.4)
17
17
  rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.7)
19
- actionview (= 4.2.7)
20
- activesupport (= 4.2.7)
18
+ actionpack (4.2.8)
19
+ actionview (= 4.2.8)
20
+ activesupport (= 4.2.8)
21
21
  rack (~> 1.6)
22
22
  rack-test (~> 0.6.2)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.7)
26
- activesupport (= 4.2.7)
25
+ actionview (4.2.8)
26
+ activesupport (= 4.2.8)
27
27
  builder (~> 3.1)
28
28
  erubis (~> 2.7.0)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- activejob (4.2.7)
32
- activesupport (= 4.2.7)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
31
+ activejob (4.2.8)
32
+ activesupport (= 4.2.8)
33
33
  globalid (>= 0.3.0)
34
- activemodel (4.2.7)
35
- activesupport (= 4.2.7)
34
+ activemodel (4.2.8)
35
+ activesupport (= 4.2.8)
36
36
  builder (~> 3.1)
37
- activerecord (4.2.7)
38
- activemodel (= 4.2.7)
39
- activesupport (= 4.2.7)
37
+ activerecord (4.2.8)
38
+ activemodel (= 4.2.8)
39
+ activesupport (= 4.2.8)
40
40
  arel (~> 6.0)
41
- activesupport (4.2.7)
41
+ activesupport (4.2.8)
42
42
  i18n (~> 0.7)
43
- json (~> 1.7, >= 1.7.7)
44
43
  minitest (~> 5.1)
45
44
  thread_safe (~> 0.3, >= 0.3.4)
46
45
  tzinfo (~> 1.1)
@@ -48,41 +47,26 @@ GEM
48
47
  bundler
49
48
  rake
50
49
  thor (>= 0.14.0)
51
- arel (6.0.3)
50
+ arel (6.0.4)
52
51
  awesome_print (1.7.0)
53
- aws-sdk (2.4.4)
54
- aws-sdk-resources (= 2.4.4)
55
- aws-sdk-core (2.4.4)
52
+ aws-sdk (2.8.5)
53
+ aws-sdk-resources (= 2.8.5)
54
+ aws-sdk-core (2.8.5)
55
+ aws-sigv4 (~> 1.0)
56
56
  jmespath (~> 1.0)
57
- aws-sdk-resources (2.4.4)
58
- aws-sdk-core (= 2.4.4)
59
- builder (3.2.2)
60
- celluloid (0.17.3)
61
- celluloid-essentials
62
- celluloid-extras
63
- celluloid-fsm
64
- celluloid-pool
65
- celluloid-supervision
66
- timers (>= 4.1.1)
67
- celluloid-essentials (0.20.5)
68
- timers (>= 4.1.1)
69
- celluloid-extras (0.20.5)
70
- timers (>= 4.1.1)
71
- celluloid-fsm (0.20.5)
72
- timers (>= 4.1.1)
73
- celluloid-pool (0.20.5)
74
- timers (>= 4.1.1)
75
- celluloid-supervision (0.20.6)
76
- timers (>= 4.1.1)
57
+ aws-sdk-resources (2.8.5)
58
+ aws-sdk-core (= 2.8.5)
59
+ aws-sigv4 (1.0.0)
60
+ builder (3.2.3)
77
61
  coderay (1.1.1)
78
- concurrent-ruby (1.0.2)
79
- diff-lcs (1.2.5)
62
+ concurrent-ruby (1.0.5)
63
+ diff-lcs (1.3)
80
64
  erubis (2.7.0)
81
- ffi (1.9.14)
65
+ ffi (1.9.18)
82
66
  formatador (0.2.5)
83
67
  globalid (0.3.7)
84
68
  activesupport (>= 4.1.0)
85
- guard (2.14.0)
69
+ guard (2.14.1)
86
70
  formatador (>= 0.2.4)
87
71
  listen (>= 2.7, < 4.0)
88
72
  lumberjack (~> 1.0)
@@ -96,17 +80,15 @@ GEM
96
80
  guard (~> 2.1)
97
81
  guard-compat (~> 1.1)
98
82
  rspec (>= 2.99.0, < 4.0)
99
- hitimes (1.2.4)
100
- i18n (0.7.0)
83
+ i18n (0.8.1)
101
84
  jmespath (1.3.1)
102
- json (1.8.3)
103
85
  listen (3.1.5)
104
86
  rb-fsevent (~> 0.9, >= 0.9.4)
105
87
  rb-inotify (~> 0.9, >= 0.9.7)
106
88
  ruby_dep (~> 1.2)
107
89
  loofah (2.0.3)
108
90
  nokogiri (>= 1.5.9)
109
- lumberjack (1.0.10)
91
+ lumberjack (1.0.11)
110
92
  mail (2.6.4)
111
93
  mime-types (>= 1.16, < 4)
112
94
  method_source (0.8.2)
@@ -114,55 +96,53 @@ GEM
114
96
  mime-types-data (~> 3.2015)
115
97
  mime-types-data (3.2016.0521)
116
98
  mini_portile2 (2.1.0)
117
- minitest (5.9.0)
99
+ minitest (5.10.1)
118
100
  nenv (0.3.0)
119
- nokogiri (1.6.8)
101
+ nokogiri (1.7.0.1)
120
102
  mini_portile2 (~> 2.1.0)
121
- pkg-config (~> 1.1.7)
122
103
  notiffany (0.1.1)
123
104
  nenv (~> 0.1)
124
105
  shellany (~> 0.0)
125
- pkg-config (1.1.7)
126
106
  pry (0.10.4)
127
107
  coderay (~> 1.1.0)
128
108
  method_source (~> 0.8.1)
129
109
  slop (~> 3.4)
130
- rack (1.6.4)
110
+ rack (1.6.5)
131
111
  rack-test (0.6.3)
132
112
  rack (>= 1.0)
133
- rails (4.2.7)
134
- actionmailer (= 4.2.7)
135
- actionpack (= 4.2.7)
136
- actionview (= 4.2.7)
137
- activejob (= 4.2.7)
138
- activemodel (= 4.2.7)
139
- activerecord (= 4.2.7)
140
- activesupport (= 4.2.7)
113
+ rails (4.2.8)
114
+ actionmailer (= 4.2.8)
115
+ actionpack (= 4.2.8)
116
+ actionview (= 4.2.8)
117
+ activejob (= 4.2.8)
118
+ activemodel (= 4.2.8)
119
+ activerecord (= 4.2.8)
120
+ activesupport (= 4.2.8)
141
121
  bundler (>= 1.3.0, < 2.0)
142
- railties (= 4.2.7)
122
+ railties (= 4.2.8)
143
123
  sprockets-rails
144
124
  rails-deprecated_sanitizer (1.0.3)
145
125
  activesupport (>= 4.2.0.alpha)
146
- rails-dom-testing (1.0.7)
126
+ rails-dom-testing (1.0.8)
147
127
  activesupport (>= 4.2.0.beta, < 5.0)
148
- nokogiri (~> 1.6.0)
128
+ nokogiri (~> 1.6)
149
129
  rails-deprecated_sanitizer (>= 1.0.1)
150
130
  rails-html-sanitizer (1.0.3)
151
131
  loofah (~> 2.0)
152
- railties (4.2.7)
153
- actionpack (= 4.2.7)
154
- activesupport (= 4.2.7)
132
+ railties (4.2.8)
133
+ actionpack (= 4.2.8)
134
+ activesupport (= 4.2.8)
155
135
  rake (>= 0.8.7)
156
136
  thor (>= 0.18.1, < 2.0)
157
137
  rake (10.5.0)
158
- rb-fsevent (0.9.7)
159
- rb-inotify (0.9.7)
138
+ rb-fsevent (0.9.8)
139
+ rb-inotify (0.9.8)
160
140
  ffi (>= 0.5.0)
161
141
  rspec (3.5.0)
162
142
  rspec-core (~> 3.5.0)
163
143
  rspec-expectations (~> 3.5.0)
164
144
  rspec-mocks (~> 3.5.0)
165
- rspec-core (3.5.2)
145
+ rspec-core (3.5.4)
166
146
  rspec-support (~> 3.5.0)
167
147
  rspec-expectations (3.5.0)
168
148
  diff-lcs (>= 1.2.0, < 2.0)
@@ -171,23 +151,22 @@ GEM
171
151
  diff-lcs (>= 1.2.0, < 2.0)
172
152
  rspec-support (~> 3.5.0)
173
153
  rspec-support (3.5.0)
174
- ruby_dep (1.3.1)
154
+ ruby_dep (1.5.0)
175
155
  shellany (0.0.1)
176
- shoryuken (2.0.11)
156
+ shoryuken (3.0.0)
177
157
  aws-sdk-core (~> 2)
178
- celluloid (~> 0.16)
158
+ concurrent-ruby
159
+ thor
179
160
  slop (3.6.0)
180
- sprockets (3.7.0)
161
+ sprockets (3.7.1)
181
162
  concurrent-ruby (~> 1.0)
182
163
  rack (> 1, < 3)
183
- sprockets-rails (3.1.1)
164
+ sprockets-rails (3.2.0)
184
165
  actionpack (>= 4.0)
185
166
  activesupport (>= 4.0)
186
167
  sprockets (>= 3.0.0)
187
- thor (0.19.1)
188
- thread_safe (0.3.5)
189
- timers (4.1.1)
190
- hitimes
168
+ thor (0.19.4)
169
+ thread_safe (0.3.6)
191
170
  tzinfo (1.2.2)
192
171
  thread_safe (~> 0.1)
193
172
 
@@ -198,12 +177,12 @@ DEPENDENCIES
198
177
  appraisal
199
178
  awesome_print
200
179
  bundler (~> 1.12)
180
+ cloudwatch_scheduler!
201
181
  guard
202
182
  guard-rspec
203
- cloudwatch_scheduler!
204
183
  rails (~> 4.2.0)
205
184
  rake (~> 10.0)
206
185
  rspec (~> 3.0)
207
186
 
208
187
  BUNDLED WITH
209
- 1.12.5
188
+ 1.14.3
@@ -1,47 +1,47 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- cloudwatch_scheduler (0.1.0)
5
- aws-sdk (~> 2.2)
4
+ cloudwatch_scheduler (1.0.0)
5
+ aws-sdk (~> 2)
6
6
  rails (>= 4.2.0)
7
- shoryuken (~> 2.0)
7
+ shoryuken (>= 2.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.0.0)
13
- actionpack (= 5.0.0)
14
- nio4r (~> 1.2)
12
+ actioncable (5.0.2)
13
+ actionpack (= 5.0.2)
14
+ nio4r (>= 1.2, < 3.0)
15
15
  websocket-driver (~> 0.6.1)
16
- actionmailer (5.0.0)
17
- actionpack (= 5.0.0)
18
- actionview (= 5.0.0)
19
- activejob (= 5.0.0)
16
+ actionmailer (5.0.2)
17
+ actionpack (= 5.0.2)
18
+ actionview (= 5.0.2)
19
+ activejob (= 5.0.2)
20
20
  mail (~> 2.5, >= 2.5.4)
21
21
  rails-dom-testing (~> 2.0)
22
- actionpack (5.0.0)
23
- actionview (= 5.0.0)
24
- activesupport (= 5.0.0)
22
+ actionpack (5.0.2)
23
+ actionview (= 5.0.2)
24
+ activesupport (= 5.0.2)
25
25
  rack (~> 2.0)
26
26
  rack-test (~> 0.6.3)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.0.0)
30
- activesupport (= 5.0.0)
29
+ actionview (5.0.2)
30
+ activesupport (= 5.0.2)
31
31
  builder (~> 3.1)
32
32
  erubis (~> 2.7.0)
33
33
  rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
35
- activejob (5.0.0)
36
- activesupport (= 5.0.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.0.2)
36
+ activesupport (= 5.0.2)
37
37
  globalid (>= 0.3.6)
38
- activemodel (5.0.0)
39
- activesupport (= 5.0.0)
40
- activerecord (5.0.0)
41
- activemodel (= 5.0.0)
42
- activesupport (= 5.0.0)
38
+ activemodel (5.0.2)
39
+ activesupport (= 5.0.2)
40
+ activerecord (5.0.2)
41
+ activemodel (= 5.0.2)
42
+ activesupport (= 5.0.2)
43
43
  arel (~> 7.0)
44
- activesupport (5.0.0)
44
+ activesupport (5.0.2)
45
45
  concurrent-ruby (~> 1.0, >= 1.0.2)
46
46
  i18n (~> 0.7)
47
47
  minitest (~> 5.1)
@@ -50,41 +50,26 @@ GEM
50
50
  bundler
51
51
  rake
52
52
  thor (>= 0.14.0)
53
- arel (7.1.1)
53
+ arel (7.1.4)
54
54
  awesome_print (1.7.0)
55
- aws-sdk (2.4.4)
56
- aws-sdk-resources (= 2.4.4)
57
- aws-sdk-core (2.4.4)
55
+ aws-sdk (2.8.5)
56
+ aws-sdk-resources (= 2.8.5)
57
+ aws-sdk-core (2.8.5)
58
+ aws-sigv4 (~> 1.0)
58
59
  jmespath (~> 1.0)
59
- aws-sdk-resources (2.4.4)
60
- aws-sdk-core (= 2.4.4)
61
- builder (3.2.2)
62
- celluloid (0.17.3)
63
- celluloid-essentials
64
- celluloid-extras
65
- celluloid-fsm
66
- celluloid-pool
67
- celluloid-supervision
68
- timers (>= 4.1.1)
69
- celluloid-essentials (0.20.5)
70
- timers (>= 4.1.1)
71
- celluloid-extras (0.20.5)
72
- timers (>= 4.1.1)
73
- celluloid-fsm (0.20.5)
74
- timers (>= 4.1.1)
75
- celluloid-pool (0.20.5)
76
- timers (>= 4.1.1)
77
- celluloid-supervision (0.20.6)
78
- timers (>= 4.1.1)
60
+ aws-sdk-resources (2.8.5)
61
+ aws-sdk-core (= 2.8.5)
62
+ aws-sigv4 (1.0.0)
63
+ builder (3.2.3)
79
64
  coderay (1.1.1)
80
- concurrent-ruby (1.0.2)
81
- diff-lcs (1.2.5)
65
+ concurrent-ruby (1.0.5)
66
+ diff-lcs (1.3)
82
67
  erubis (2.7.0)
83
- ffi (1.9.14)
68
+ ffi (1.9.18)
84
69
  formatador (0.2.5)
85
70
  globalid (0.3.7)
86
71
  activesupport (>= 4.1.0)
87
- guard (2.14.0)
72
+ guard (2.14.1)
88
73
  formatador (>= 0.2.4)
89
74
  listen (>= 2.7, < 4.0)
90
75
  lumberjack (~> 1.0)
@@ -98,8 +83,7 @@ GEM
98
83
  guard (~> 2.1)
99
84
  guard-compat (~> 1.1)
100
85
  rspec (>= 2.99.0, < 4.0)
101
- hitimes (1.2.4)
102
- i18n (0.7.0)
86
+ i18n (0.8.1)
103
87
  jmespath (1.3.1)
104
88
  listen (3.1.5)
105
89
  rb-fsevent (~> 0.9, >= 0.9.4)
@@ -107,7 +91,7 @@ GEM
107
91
  ruby_dep (~> 1.2)
108
92
  loofah (2.0.3)
109
93
  nokogiri (>= 1.5.9)
110
- lumberjack (1.0.10)
94
+ lumberjack (1.0.11)
111
95
  mail (2.6.4)
112
96
  mime-types (>= 1.16, < 4)
113
97
  method_source (0.8.2)
@@ -115,16 +99,14 @@ GEM
115
99
  mime-types-data (~> 3.2015)
116
100
  mime-types-data (3.2016.0521)
117
101
  mini_portile2 (2.1.0)
118
- minitest (5.9.0)
102
+ minitest (5.10.1)
119
103
  nenv (0.3.0)
120
- nio4r (1.2.1)
121
- nokogiri (1.6.8)
104
+ nio4r (2.0.0)
105
+ nokogiri (1.7.0.1)
122
106
  mini_portile2 (~> 2.1.0)
123
- pkg-config (~> 1.1.7)
124
107
  notiffany (0.1.1)
125
108
  nenv (~> 0.1)
126
109
  shellany (~> 0.0)
127
- pkg-config (1.1.7)
128
110
  pry (0.10.4)
129
111
  coderay (~> 1.1.0)
130
112
  method_source (~> 0.8.1)
@@ -132,38 +114,38 @@ GEM
132
114
  rack (2.0.1)
133
115
  rack-test (0.6.3)
134
116
  rack (>= 1.0)
135
- rails (5.0.0)
136
- actioncable (= 5.0.0)
137
- actionmailer (= 5.0.0)
138
- actionpack (= 5.0.0)
139
- actionview (= 5.0.0)
140
- activejob (= 5.0.0)
141
- activemodel (= 5.0.0)
142
- activerecord (= 5.0.0)
143
- activesupport (= 5.0.0)
117
+ rails (5.0.2)
118
+ actioncable (= 5.0.2)
119
+ actionmailer (= 5.0.2)
120
+ actionpack (= 5.0.2)
121
+ actionview (= 5.0.2)
122
+ activejob (= 5.0.2)
123
+ activemodel (= 5.0.2)
124
+ activerecord (= 5.0.2)
125
+ activesupport (= 5.0.2)
144
126
  bundler (>= 1.3.0, < 2.0)
145
- railties (= 5.0.0)
127
+ railties (= 5.0.2)
146
128
  sprockets-rails (>= 2.0.0)
147
- rails-dom-testing (2.0.1)
129
+ rails-dom-testing (2.0.2)
148
130
  activesupport (>= 4.2.0, < 6.0)
149
- nokogiri (~> 1.6.0)
131
+ nokogiri (~> 1.6)
150
132
  rails-html-sanitizer (1.0.3)
151
133
  loofah (~> 2.0)
152
- railties (5.0.0)
153
- actionpack (= 5.0.0)
154
- activesupport (= 5.0.0)
134
+ railties (5.0.2)
135
+ actionpack (= 5.0.2)
136
+ activesupport (= 5.0.2)
155
137
  method_source
156
138
  rake (>= 0.8.7)
157
139
  thor (>= 0.18.1, < 2.0)
158
140
  rake (10.5.0)
159
- rb-fsevent (0.9.7)
160
- rb-inotify (0.9.7)
141
+ rb-fsevent (0.9.8)
142
+ rb-inotify (0.9.8)
161
143
  ffi (>= 0.5.0)
162
144
  rspec (3.5.0)
163
145
  rspec-core (~> 3.5.0)
164
146
  rspec-expectations (~> 3.5.0)
165
147
  rspec-mocks (~> 3.5.0)
166
- rspec-core (3.5.2)
148
+ rspec-core (3.5.4)
167
149
  rspec-support (~> 3.5.0)
168
150
  rspec-expectations (3.5.0)
169
151
  diff-lcs (>= 1.2.0, < 2.0)
@@ -172,26 +154,25 @@ GEM
172
154
  diff-lcs (>= 1.2.0, < 2.0)
173
155
  rspec-support (~> 3.5.0)
174
156
  rspec-support (3.5.0)
175
- ruby_dep (1.3.1)
157
+ ruby_dep (1.5.0)
176
158
  shellany (0.0.1)
177
- shoryuken (2.0.11)
159
+ shoryuken (3.0.0)
178
160
  aws-sdk-core (~> 2)
179
- celluloid (~> 0.16)
161
+ concurrent-ruby
162
+ thor
180
163
  slop (3.6.0)
181
- sprockets (3.7.0)
164
+ sprockets (3.7.1)
182
165
  concurrent-ruby (~> 1.0)
183
166
  rack (> 1, < 3)
184
- sprockets-rails (3.1.1)
167
+ sprockets-rails (3.2.0)
185
168
  actionpack (>= 4.0)
186
169
  activesupport (>= 4.0)
187
170
  sprockets (>= 3.0.0)
188
- thor (0.19.1)
189
- thread_safe (0.3.5)
190
- timers (4.1.1)
191
- hitimes
171
+ thor (0.19.4)
172
+ thread_safe (0.3.6)
192
173
  tzinfo (1.2.2)
193
174
  thread_safe (~> 0.1)
194
- websocket-driver (0.6.4)
175
+ websocket-driver (0.6.5)
195
176
  websocket-extensions (>= 0.1.0)
196
177
  websocket-extensions (0.1.2)
197
178
 
@@ -202,12 +183,12 @@ DEPENDENCIES
202
183
  appraisal
203
184
  awesome_print
204
185
  bundler (~> 1.12)
186
+ cloudwatch_scheduler!
205
187
  guard
206
188
  guard-rspec
207
- cloudwatch_scheduler!
208
189
  rails (~> 5.0.0)
209
190
  rake (~> 10.0)
210
191
  rspec (~> 3.0)
211
192
 
212
193
  BUNDLED WITH
213
- 1.12.5
194
+ 1.14.3
@@ -1,3 +1,3 @@
1
1
  module CloudwatchScheduler
2
- VERSION = "0.2.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudwatch_scheduler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Sadauskas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-04 00:00:00.000000000 Z
11
+ date: 2017-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.2'
19
+ version: '2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.2'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: shoryuken
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '2.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.0'
55
55
  - !ruby/object:Gem::Dependency
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.5.1
147
+ rubygems_version: 2.6.8
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Use AWS CloudWatch events to trigger recurring jobs.