README.md in star-1.0.0 vs README.md in star-1.1.0

- old
+ new

@@ -83,10 +83,12 @@ By default, this URL will only be publicly available for 30 seconds. This is useful to let your users download the file, while preventing them from sharing the URL and having other (unauthenticated) users download it. +To delete the file from S3, simply call `file.delete`. + Options ------- When you create a new remote file instance, you can set these options: @@ -172,11 +174,10 @@ all your files will be stored in your `public/` folder while developing. In production, your files will still be stored on S3. Your Rails controller/action that redirects to a file might look like this: - ```ruby if Star.remote? redirect_to file.url else send_file file.path, type: file.content_type @@ -212,10 +213,10 @@ Make sure all the tests are passing on [Travis CI](https://travis-ci.org/Fullscreen/star), document the changes in CHANGELOG.md and README.md, bump the version, then run rake release -Remember that the star gem follows [Semantic Versioning](http://semver.org). -Any new release that fixes bugs and does not add features should bump the *patch* version (1.0.x). -Any new release that is fully backward-compatible should bump the *minor* version (1.x.0). -Any new version that breaks compatibility should bump the *major* version (2.0.0). +Remember that the star gem follows [Semantic Versioning](http://semver.org): +* Any new release that fixes bugs and does not add features should bump the *patch* version (1.0.x). +* Any new release that is fully backward-compatible should bump the *minor* version (1.x.0). +* Any new version that breaks compatibility should bump the *major* version (2.0.0).