Skip to content

Commit 873b5d6

Browse files
committed
Document TideLift Enterprise support.
1 parent 30b3dca commit 873b5d6

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
#### Features
44

5-
* Your contribution here.
5+
* [#2048](https://github.com/ruby-grape/grape/issues/2034): Grape Enterprise support is now available [via TideLift](https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-grape&utm_medium=referral&utm_campaign=enterprise) - [@dblock](https://github.com/dblock).
66
* [#2039](https://github.com/ruby-grape/grape/pull/2039): Travis - update rails versions - [@ericproulx](https://github.com/ericproulx).
77
* [#2038](https://github.com/ruby-grape/grape/pull/2038): Travis - update ruby versions - [@ericproulx](https://github.com/ericproulx).
8+
* Your contribution here.
89

910
#### Fixes
10-
* [#2043](https://github.com/ruby-grape/grape/pull/2043): Modify declared for nested array and hash - [@kadotami](https://github.com/kadotami).
1111

12+
* [#2043](https://github.com/ruby-grape/grape/pull/2043): Modify declared for nested array and hash - [@kadotami](https://github.com/kadotami).
1213
* Your contribution here.
1314

1415
### 1.3.2 (2020/04/12)
1516

1617
#### Features
18+
1719
* [#2020](https://github.com/ruby-grape/grape/pull/2020): Reduce array allocation - [@ericproulx](https://github.com/ericproulx).
1820
* [#2015](https://github.com/ruby-grape/grape/pull/2014): Reduce MatchData allocation - [@ericproulx](https://github.com/ericproulx).
1921
* [#2014](https://github.com/ruby-grape/grape/pull/2014): Reduce total allocated arrays - [@ericproulx](https://github.com/ericproulx).

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2019 Michael Bleigh, Intridea Inc. and Contributors.
1+
Copyright (c) 2010-2020 Michael Bleigh, Intridea Inc. and Contributors.
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [What is Grape?](#what-is-grape)
1313
- [Stable Release](#stable-release)
1414
- [Project Resources](#project-resources)
15+
- [Grape for Enterprise](#grape-for-enterprise)
1516
- [Installation](#installation)
1617
- [Basic Usage](#basic-usage)
1718
- [Mounting](#mounting)
@@ -141,6 +142,7 @@
141142
- [format_response.grape](#format_responsegrape)
142143
- [Monitoring Products](#monitoring-products)
143144
- [Contributing to Grape](#contributing-to-grape)
145+
- [Security](#security)
144146
- [License](#license)
145147
- [Copyright](#copyright)
146148

@@ -165,6 +167,14 @@ The current stable release is [1.3.2](https://github.com/ruby-grape/grape/blob/v
165167
* Need help? Try [Grape Google Group](http://groups.google.com/group/ruby-grape) or [Gitter](https://gitter.im/ruby-grape/grape)
166168
* [Follow us on Twitter](https://twitter.com/grapeframework)
167169

170+
## Grape for Enterprise
171+
172+
Available as part of the Tidelift Subscription.
173+
174+
The maintainers of Grape are working with Tidelift to deliver commercial support and maintenance. Save time, reduce risk, and improve code health, while paying the maintainers of Grape. Click [here](https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-grape&utm_medium=referral&utm_campaign=enterprise) for more details.
175+
176+
In 2020, we plan to use the money towards gathering Grape contributors for dinner in New York City.
177+
168178
## Installation
169179

170180
Ruby 2.4 or newer is required.
@@ -3852,7 +3862,7 @@ Grape integrates with following third-party tools:
38523862
* **Librato Metrics** - [grape-librato](https://github.com/seanmoon/grape-librato) gem
38533863
* **[Skylight](https://www.skylight.io/)** - [skylight](https://github.com/skylightio/skylight-ruby) gem, [documentation](https://docs.skylight.io/grape/)
38543864
* **[AppSignal](https://www.appsignal.com)** - [appsignal-ruby](https://github.com/appsignal/appsignal-ruby) gem, [documentation](http://docs.appsignal.com/getting-started/supported-frameworks.html#grape)
3855-
* **[ElasticAPM](https://www.elastic.co/products/apm) - [elastic-apm](https://github.com/elastic/apm-agent-ruby) gem, [documentation](https://www.elastic.co/guide/en/apm/agent/ruby/3.x/getting-started-rack.html#getting-started-grape)
3865+
* **[ElasticAPM](https://www.elastic.co/products/apm)** - [elastic-apm](https://github.com/elastic/apm-agent-ruby) gem, [documentation](https://www.elastic.co/guide/en/apm/agent/ruby/3.x/getting-started-rack.html#getting-started-grape)
38563866

38573867
## Contributing to Grape
38583868

@@ -3861,10 +3871,14 @@ features and discuss issues.
38613871

38623872
See [CONTRIBUTING](CONTRIBUTING.md).
38633873

3874+
## Security
3875+
3876+
See [SECURITY](SECURITY.md) for details.
3877+
38643878
## License
38653879

3866-
MIT License. See LICENSE for details.
3880+
MIT License. See [LICENSE](LICENSE) for details.
38673881

38683882
## Copyright
38693883

3870-
Copyright (c) 2010-2019 Michael Bleigh, Intridea Inc. and Contributors.
3884+
Copyright (c) 2010-2020 Michael Bleigh, Intridea Inc. and Contributors.

0 commit comments

Comments
 (0)