Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ucnv committed Dec 12, 2014
1 parent c7f16d8 commit 0a1def0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.5 / 2014-12-12

* Fix Frames#concat and two other method to return self.
* Some internal changes.

### 0.1.4 / 2014-04-10

* Added an enumerator style on AviGlitch::Base#glitch and
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ It creates the keyframes removed video.
$ datamosh /path/to/your.avi -o /path/to/broken.avi
```

For more practical usages, please check <https://github.com/ucnv/aviglitch-utils/tree/master/bin>.

## Installation

```sh
Expand Down
5 changes: 1 addition & 4 deletions aviglitch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ Gem::Specification.new do |spec|
spec.version = AviGlitch::VERSION
spec.authors = ["ucnv"]
spec.email = ["[email protected]"]
spec.description = %q{AviGlitch destroys your AVI files.
This library provides ways to manipulate data in each AVI frames.
It can easily generate keyframes-removed video known as "datamoshing".
}
spec.summary = %q{A Ruby library to destroy your AVI files.}
spec.description = spec.summary
spec.homepage = "http://ucnv.github.com/aviglitch/"
spec.license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion lib/aviglitch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
module AviGlitch

VERSION = '0.1.4'
VERSION = '0.1.5'

BUFFER_SIZE = 2 ** 24

Expand Down

0 comments on commit 0a1def0

Please sign in to comment.