audiojs 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md
CHANGED
|
@@ -20,6 +20,8 @@ Put on manifest file (default, `application.js`):
|
|
|
20
20
|
|
|
21
21
|
//= require audiojs
|
|
22
22
|
|
|
23
|
+
You can read more about audio.js on http://kolber.github.com/audiojs/.
|
|
24
|
+
|
|
23
25
|
## Contributing
|
|
24
26
|
|
|
25
27
|
1. Fork it
|
|
@@ -27,3 +29,7 @@ Put on manifest file (default, `application.js`):
|
|
|
27
29
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
|
28
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
29
31
|
5. Create new Pull Request
|
|
32
|
+
|
|
33
|
+
## Credits
|
|
34
|
+
|
|
35
|
+
Thanks for [Anthony Kolber](https://github.com/kolber) for creating audio.js.
|
data/audiojs.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require File.expand_path('../lib/audiojs/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Alif Rachmawadi"]
|
|
6
6
|
gem.email = ["subosito@gmail.com"]
|
|
7
|
-
gem.description = %q{Audio.js
|
|
7
|
+
gem.description = %q{Audio.js on Rails Asset Pipeline}
|
|
8
8
|
gem.summary = %q{audio.js is a drop-in javascript library that allows HTML5's <audio> tag to be used anywhere.}
|
|
9
9
|
gem.homepage = ""
|
|
10
10
|
|
data/lib/audiojs/version.rb
CHANGED
|
File without changes
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
autoplay: false,
|
|
35
35
|
loop: false,
|
|
36
36
|
preload: true,
|
|
37
|
-
imageLocation: path + 'player-graphics.gif',
|
|
37
|
+
imageLocation: path + 'audiojs-player-graphics.gif',
|
|
38
38
|
swfLocation: path + 'audiojs.swf',
|
|
39
39
|
useFlash: (function() {
|
|
40
40
|
var a = document.createElement('audio');
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: audiojs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-04-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: Audio.js
|
|
14
|
+
description: Audio.js on Rails Asset Pipeline
|
|
15
15
|
email:
|
|
16
16
|
- subosito@gmail.com
|
|
17
17
|
executables: []
|
|
@@ -26,9 +26,9 @@ files:
|
|
|
26
26
|
- audiojs.gemspec
|
|
27
27
|
- lib/audiojs.rb
|
|
28
28
|
- lib/audiojs/version.rb
|
|
29
|
+
- vendor/assets/javascripts/audiojs-player-graphics.gif
|
|
29
30
|
- vendor/assets/javascripts/audiojs.js
|
|
30
31
|
- vendor/assets/javascripts/audiojs.swf
|
|
31
|
-
- vendor/assets/javascripts/player-graphics.gif
|
|
32
32
|
homepage: ''
|
|
33
33
|
licenses: []
|
|
34
34
|
post_install_message:
|
|
@@ -43,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
43
43
|
version: '0'
|
|
44
44
|
segments:
|
|
45
45
|
- 0
|
|
46
|
-
hash:
|
|
46
|
+
hash: 284085885901173356
|
|
47
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
48
|
none: false
|
|
49
49
|
requirements:
|
|
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
52
52
|
version: '0'
|
|
53
53
|
segments:
|
|
54
54
|
- 0
|
|
55
|
-
hash:
|
|
55
|
+
hash: 284085885901173356
|
|
56
56
|
requirements: []
|
|
57
57
|
rubyforge_project:
|
|
58
58
|
rubygems_version: 1.8.11
|