Skip to content

Commit d2f9fe0

Browse files
committed
* update readme file
1 parent b111c37 commit d2f9fe0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Serverless Offline Python Plugin
1+
# Serverless Offline Python/Ruby Plugin
22

33
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
4-
[![npm version](https://badge.fury.io/js/serverless-offline.svg)](https://badge.fury.io/js/serverless-offline)
4+
[![npm version](https://badge.fury.io/js/serverless-offline-python.svg)](https://badge.fury.io/js/serverless-offline-python)
55
[![Build Status](https://travis-ci.org/dherault/serverless-offline-python.svg?branch=master)](https://travis-ci.org/dherault/serverless-offline)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)
77

@@ -10,7 +10,7 @@ To do so, it starts an HTTP server that handles the request's lifecycle like API
1010

1111
**Features:**
1212

13-
* Nodejs λ, Python 2.7, and Python 3.6 only.
13+
* Nodejs λ, Python 2.7, Python 3.6, and Ruby only.
1414
* Velocity templates support.
1515
* Lazy loading of your files with require cache invalidation: no need for a reloading tool like Nodemon.
1616
* And more: integrations, authorizers, proxies, timeouts, responseParameters, HTTPS, Babel runtime, CORS, etc...

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-offline-python",
3-
"version": "3.21.4",
3+
"version": "3.22.0",
44
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
55
"main": "src/index.js",
66
"scripts": {
@@ -17,6 +17,7 @@
1717
"Python",
1818
"AWS",
1919
"Lambda",
20+
"Ruby",
2021
"API Gateway"
2122
],
2223
"author": "David Hérault <[email protected]> (https://github.com/dherault)",

0 commit comments

Comments
 (0)