Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cucumber/cucumber-lua

A cucumber wire protocol implementation for Lua step definitions
https://github.com/cucumber/cucumber-lua

Revert "Merge pull request #16 from cucumber/whitesource/configure"

This reverts commit 59e3fa8cb960b685eaa6e12bf59542ffe1ac0f8a, reversing
changes made to 580826bf...

53002bd5105a1b5779e553dce71dcc692878deff authored about 2 years ago
Deduplicate renovate configuration

The configuration has been extracted to `cucumber/renovate-config`.

3f8f3b38569f4d4bf1e41531933310ae9d5c70d2 authored about 2 years ago
Merge pull request #16 from cucumber/whitesource/configure

Configure WhiteSource for GitHub.com

59e3fa8cb960b685eaa6e12bf59542ffe1ac0f8a authored about 2 years ago
Update CHANGELOG.md

580826bffef54ce76b410ce87d6a0f6889fab875 authored about 2 years ago
Merge pull request #3 from britzl/feature/end_scenario_hook

Feature/end scenario hook

4bdb6490b69f886a2b9a4b07929bbfcc1ec32a06 authored about 2 years ago
Merge pull request #13 from britzl/master

Changed from global to local variable assignments

e7a8f74c19dc9761849c85a394eb7e0f4e59bfaa authored about 2 years ago
Merge pull request #15 from cucumber/dependabot/bundler/ffi-1.13.1

Bump ffi from 1.9.6 to 1.13.1

0e5196b77a8627ace881f2160bc05f9914b79ba2 authored about 2 years ago
Merge pull request #17 from cucumber/renovate/configure

Configure Renovate

250836768f694171ef1d122f6dc07d78df93e691 authored about 2 years ago
Update links and installation instructions

Fixes #18

See https://github.com/cucumber/cucumber-ruby/blob/8461102347cdb17f22c75b474f1dd6f3...

21bf034c8dcd3fa3f4e33dea227479c5ed64d500 authored about 2 years ago
Add renovate.json

9a1b2a180632c51409702c1d46f2e226f9c9eb37 authored about 2 years ago
Add .whitesource configuration file

cad371bfc2bbe0d30537a2ad0734040d3f1f889d authored about 4 years ago
Bump ffi from 1.9.6 to 1.13.1

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.6 to 1.13.1.
- [Release notes](https://github.c...

818407e22bab5c8ad80ed0773530a6276ee08820 authored over 4 years ago
Changed from global to local variable assignments

Don't pollute the global scope!

92355ac37ac9dc3aba86067748e309ef3a4447cd authored over 6 years ago
Added end_scenario hook and global After keyword

dfbcc5fab5c48397e0fdd7b8894293b0d5860f39 authored over 6 years ago
Support for lua 5.3 (#10)

86532983586acf2a5eb258bd4dba184ebae46682 authored almost 7 years ago
Readme: Added Travis CI badge

bc6c6521e8ee7ca7ceff0deccde6b4b3925d3219 authored almost 7 years ago
Added Travis CI (#12)

79aa6ce98d21727776554a52d7c15bbbf4881873 authored almost 7 years ago
Merge pull request #6 from cucumber/changelog-add

CHANGELOG add for cucumber/cucumber #251

874abc98e4bc4290fe5307ea0275d358ae976e8f authored over 7 years ago
Update CHANGELOG.md

4ec02311802cb9b801a6daba6be513a8d5af8bbf authored over 7 years ago
CHANGELOG add for cucumber/cucumber #251

01bce79d14dc46eeb9b2f59d58e81b2e85f6caa0 authored over 7 years ago
Lua syntax highlighting in readme

c976ad2bfd94d9a22746092aefc1600f73962f22 authored almost 10 years ago
Merge pull request #5 from britzl/fix/global_response

Fix global response

7245412e7a0d82e7b35c7f4a9198a61aba424163 authored almost 10 years ago
Merge pull request #4 from britzl/fix/pcall_before_hook

Wrap begin hooks in a pcall

84ee32ef1b3c8cc0a9529e38e7c2825e6d4bce6c authored almost 10 years ago
Merge pull request #2 from britzl/fix/double_reload_steps

Don't reload steps in StartListening

e90a328314d564343195656a3fa4e37f6b6ef0f8 authored almost 10 years ago
updates for Lua 5.2 compatibility

d4e7e2ff5ec96045d2328eec98037a14874f9d62 authored almost 10 years ago
Makefile

dc0cf9ee693f799d4bf4c8764faa9da1a3a81f69 authored almost 10 years ago
lua 5.2 compatible regex

b06a220c6592417000979ff6f87b923f0166d8ae authored almost 10 years ago
upgrade ruby dependencies

9d06c50163dd5713d30ca9612305ba4a29828dd9 authored almost 10 years ago
use https://rubygems.org in gemfile

338df5fd0469434d91adfed14b03e39eb1d1e86b authored almost 10 years ago
Fix global response

The response received from a wire request is stored in a global
variable. Surely this must be an...

0ae7db37cceedc89f7d323a2c11d49c975e0adcf authored about 10 years ago
Wrap begin hooks in a pcall

Fail early if a begin hook call results in an error

ed1a062f33b538c92283fdb60db0ada8d84085d0 authored about 10 years ago
Don't reload steps in StartListening

Doing so will result in ReloadSteps being called twice the first time.
This will create double B...

61b5528fd6c56088dfa30f578e5e7010ef02526a authored about 10 years ago
Merge pull request #1 from britzl/fix/renamed_example_folder

Fix/renamed example folder

1e761aa2fbc62d70b4ea95bd11a987778d0aad86 authored about 10 years ago
merge britzl/renamed_example_folder

a3e3e8d44fb7cde32445dc26fa24bf6dd438fbb8 authored about 10 years ago
Removed accidentally added test code

ff85cf8b6d17b7846473c0b137269951f1184280 authored about 10 years ago
Fixed folder name type

calcluator -> calculator

b00f4ba72b90e8f9522ef11e75e0e725abedd9d5 authored about 10 years ago
license

4154884f2c884e2f815338c4a6fd8cd515bc2d3f authored almost 13 years ago
rename .wire file in example

0225f9c38a1d9fc837895d5d521e05458b42b1eb authored almost 13 years ago
more detailed README

4610aa5b9251dff9129af6832c5895617a33a209 authored almost 13 years ago
correct rockspec package name

350d2f3c77e32465c9108cc0a92a72fb00a52a63 authored almost 13 years ago
fix rockspec reference in readme

1ec43adcddbf43af4bc5325c5c329f9848f96b6c authored almost 13 years ago
rockspec

732ed95c5e89959c17d65e314071b425384a168c authored almost 13 years ago
cucumber-lua 0.0.1

05ecf2263abe3598804e427a39a9007e75be10de authored almost 13 years ago
first commit

5b9d4fa5bf72d967071e446eba55715e559ff4bd authored almost 13 years ago