ruby-audio-heroku 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +0 -2
- data/ruby-audio-heroku.gemspec +2 -2
- metadata +2 -1
data/README.rdoc
CHANGED
@@ -21,8 +21,6 @@ I have made Stephen Augenstein's gem work on heroku.
|
|
21
21
|
|
22
22
|
== License
|
23
23
|
|
24
|
-
Copyright (C) 2012 Khurram Zaman
|
25
|
-
|
26
24
|
This program is free software; you can redistribute it and/or modify
|
27
25
|
it under the terms of the GNU General Public License as published by
|
28
26
|
the Free Software Foundation; either version 2 of the License, or
|
data/ruby-audio-heroku.gemspec
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'ruby-audio-heroku'
|
5
|
-
s.version = '1.6.
|
5
|
+
s.version = '1.6.2'
|
6
6
|
s.platform = Gem::Platform::RUBY
|
7
|
-
s.authors = ['Khurram Zaman']
|
7
|
+
s.authors = ['Khurram Zaman', 'Cooper Maruyama']
|
8
8
|
s.email = ['khurram.zaman@gmail.com']
|
9
9
|
s.homepage = 'https://github.com/khurramzaman/ruby-audio-heroku'
|
10
10
|
s.summary = 'libsndfile wrapper for ruby that works on heroku'
|
metadata
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-audio-heroku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Khurram Zaman
|
9
|
+
- Cooper Maruyama
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|