File: 0010_update_readme_after_rename.patch

package info (click to toggle)
ruby-aws 2.10.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 748 kB
  • sloc: ruby: 7,748; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Readme update - fixed require syntax after aws -> ruby-aws rename.
Author: Tomasz Nitecki <tnnn@tnnn.pl>
Last-Update: 2015-08-21

--- a/README.markdown
+++ b/README.markdown
@@ -20,7 +20,7 @@
 
     gem install aws
 
-Then `require 'aws'` in your application.
+Then `require 'ruby-aws'` in your application.
 
 ## DESCRIPTION: