aws_tickwork 0.9.2 → 1.0.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
o: ActiveSupport::Cache::Entry:@valuei:@created_atf
|
|
1
|
+
o: ActiveSupport::Cache::Entry:@valuei:@created_atf1534442439.71053:@expires_in0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws_tickwork
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Hinnegan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.2
|
|
19
|
+
version: '4.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: 4.2
|
|
26
|
+
version: '4.2'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rest-client
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -243,58 +243,58 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
243
243
|
version: '0'
|
|
244
244
|
requirements: []
|
|
245
245
|
rubyforge_project:
|
|
246
|
-
rubygems_version: 2.
|
|
246
|
+
rubygems_version: 2.7.7
|
|
247
247
|
signing_key:
|
|
248
248
|
specification_version: 4
|
|
249
249
|
summary: Integrate Cloudwatch, SNS, and Tickwork
|
|
250
250
|
test_files:
|
|
251
|
-
- spec/
|
|
251
|
+
- spec/spec_helper.rb
|
|
252
|
+
- spec/dummy/app/controllers/application_controller.rb
|
|
253
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
|
252
254
|
- spec/dummy/app/assets/javascripts/application.js
|
|
253
255
|
- spec/dummy/app/assets/stylesheets/application.css
|
|
254
|
-
- spec/dummy/app/controllers/application_controller.rb
|
|
255
256
|
- spec/dummy/app/helpers/application_helper.rb
|
|
256
|
-
- spec/dummy/app/views/layouts/application.html.erb
|
|
257
|
-
- spec/dummy/bin/bundle
|
|
258
|
-
- spec/dummy/bin/rails
|
|
259
257
|
- spec/dummy/bin/rake
|
|
260
258
|
- spec/dummy/bin/setup
|
|
261
|
-
- spec/dummy/
|
|
262
|
-
- spec/dummy/
|
|
263
|
-
- spec/dummy/config/
|
|
264
|
-
- spec/dummy/config/
|
|
265
|
-
- spec/dummy/config/
|
|
259
|
+
- spec/dummy/bin/bundle
|
|
260
|
+
- spec/dummy/bin/rails
|
|
261
|
+
- spec/dummy/config/secrets.yml
|
|
262
|
+
- spec/dummy/config/routes.rb
|
|
263
|
+
- spec/dummy/config/locales/en.yml
|
|
266
264
|
- spec/dummy/config/environments/production.rb
|
|
265
|
+
- spec/dummy/config/environments/development.rb
|
|
267
266
|
- spec/dummy/config/environments/test.rb
|
|
268
|
-
- spec/dummy/config/
|
|
269
|
-
- spec/dummy/config/
|
|
267
|
+
- spec/dummy/config/environment.rb
|
|
268
|
+
- spec/dummy/config/application.rb
|
|
269
|
+
- spec/dummy/config/database.yml
|
|
270
|
+
- spec/dummy/config/boot.rb
|
|
270
271
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
271
|
-
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
272
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
273
|
-
- spec/dummy/config/initializers/inflections.rb
|
|
274
272
|
- spec/dummy/config/initializers/mime_types.rb
|
|
273
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
275
274
|
- spec/dummy/config/initializers/session_store.rb
|
|
276
|
-
- spec/dummy/config/initializers/tickwork.rb
|
|
277
275
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
278
|
-
- spec/dummy/config/
|
|
279
|
-
- spec/dummy/config/
|
|
280
|
-
- spec/dummy/config/
|
|
276
|
+
- spec/dummy/config/initializers/assets.rb
|
|
277
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
278
|
+
- spec/dummy/config/initializers/aws_tickwork.rb
|
|
279
|
+
- spec/dummy/config/initializers/tickwork.rb
|
|
280
|
+
- spec/dummy/config/initializers/inflections.rb
|
|
281
281
|
- spec/dummy/config.ru
|
|
282
|
-
- spec/dummy/
|
|
282
|
+
- spec/dummy/Rakefile
|
|
283
|
+
- spec/dummy/public/favicon.ico
|
|
284
|
+
- spec/dummy/public/422.html
|
|
285
|
+
- spec/dummy/public/500.html
|
|
286
|
+
- spec/dummy/public/404.html
|
|
283
287
|
- spec/dummy/db/schema.rb
|
|
284
288
|
- spec/dummy/db/test.sqlite3
|
|
285
|
-
- spec/dummy/
|
|
289
|
+
- spec/dummy/db/development.sqlite3
|
|
286
290
|
- spec/dummy/log/test.log
|
|
287
|
-
- spec/dummy/
|
|
288
|
-
- spec/dummy/public/422.html
|
|
289
|
-
- spec/dummy/public/500.html
|
|
290
|
-
- spec/dummy/public/favicon.ico
|
|
291
|
-
- spec/dummy/Rakefile
|
|
292
|
-
- spec/dummy/README.rdoc
|
|
293
|
-
- spec/dummy/tmp/cache/14A/870/key
|
|
291
|
+
- spec/dummy/log/development.log
|
|
294
292
|
- spec/dummy/tmp/cache/6CC/EF0/tickwork_testing
|
|
293
|
+
- spec/dummy/tmp/cache/14A/870/key
|
|
294
|
+
- spec/dummy/README.rdoc
|
|
295
|
+
- spec/models/aws_tickwork/db_data_store_spec.rb
|
|
296
|
+
- spec/requests/sns_notifications_spec.rb
|
|
295
297
|
- spec/engine_spec.rb
|
|
296
298
|
- spec/factories/aws_tickwork_db_data_stores.rb
|
|
297
|
-
- spec/
|
|
299
|
+
- spec/controllers/aws_tickwork/sns_endpoint_controller_spec.rb
|
|
298
300
|
- spec/rails_helper.rb
|
|
299
|
-
- spec/requests/sns_notifications_spec.rb
|
|
300
|
-
- spec/spec_helper.rb
|