tck-lambdas 0.3.4 → 0.3.5

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,7 +1,6 @@
1
1
  /* Copyright 2016 The Cocktail Experience, S.L. */
2
- module.exports = function(tck_lambdas_conf) {
3
- var conf = tck_lambdas_conf.modules[0], // "refreshing"
4
- module = {
2
+ module.exports = function(conf) {
3
+ var module = {
5
4
  name: conf.name,
6
5
  conf: conf,
7
6
  call: function(request, callback) {
@@ -0,0 +1 @@
1
+ { "module": "chyton" }
@@ -1,5 +1,5 @@
1
1
  module Tck
2
2
  module Lambdas
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tck-lambdas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Garcia Samblas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-16 00:00:00.000000000 Z
11
+ date: 2016-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -95,9 +95,9 @@ files:
95
95
  - lib/tck/lambdas/Gemfile.example
96
96
  - lib/tck/lambdas/Rakefile
97
97
  - lib/tck/lambdas/aws_function.rb
98
- - lib/tck/lambdas/chistacojs/chistaco_diario.zip
99
98
  - lib/tck/lambdas/chistacojs/source/chistacojs.js
100
99
  - lib/tck/lambdas/chistacojs/source/chistescortos.js
100
+ - lib/tck/lambdas/chistacojs/source/chyton.js
101
101
  - lib/tck/lambdas/chistacojs/source/conf.js
102
102
  - lib/tck/lambdas/chistacojs/source/node_modules/cheerio/History.md
103
103
  - lib/tck/lambdas/chistacojs/source/node_modules/cheerio/Readme.md
@@ -772,11 +772,23 @@ files:
772
772
  - lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/tunnel-agent/package.json
773
773
  - lib/tck/lambdas/chistacojs/source/node_modules/request/package.json
774
774
  - lib/tck/lambdas/chistacojs/source/node_modules/request/request.js
775
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/__package__.js
776
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/component.json
777
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/dom-parser.js
778
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/dom.js
779
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/package.json
780
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/readme.md
781
+ - lib/tck/lambdas/chistacojs/source/node_modules/xmldom/sax.js
782
+ - lib/tck/lambdas/chistacojs/source/node_modules/xpath/README.md
783
+ - lib/tck/lambdas/chistacojs/source/node_modules/xpath/package.json
784
+ - lib/tck/lambdas/chistacojs/source/node_modules/xpath/test.js
785
+ - lib/tck/lambdas/chistacojs/source/node_modules/xpath/xpath.js
775
786
  - lib/tck/lambdas/chistacojs/source/post_chistaco.js
776
787
  - lib/tck/lambdas/chistacojs/source/refreshing_matter.js
777
788
  - lib/tck/lambdas/chistacojs/test/failed/module_not_found.json
778
789
  - lib/tck/lambdas/chistacojs/test/succeeded/basic.json
779
790
  - lib/tck/lambdas/chistacojs/test/succeeded/chistescortos_module.json
791
+ - lib/tck/lambdas/chistacojs/test/succeeded/chyton_module.json
780
792
  - lib/tck/lambdas/chistacojs/test/succeeded/refreshing_module.json
781
793
  - lib/tck/lambdas/cli.rb
782
794
  - lib/tck/lambdas/contact_form/source/conf.js