concerto_audio 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/concerto_audio/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 406040fa64847f752d4ec17a9345aa4d8515c44a
|
|
4
|
+
data.tar.gz: 3626fbba03b4c42cf3c30fa1412db728966ef71d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d63d11c48a387eeeb9f9e210ccff7fba0611faec5a66ccc3ab06f9e616c95f261deb3e4dbf0f25d139f7b3d74203b25e93c80d1e1194da7cac1eb875f203ded
|
|
7
|
+
data.tar.gz: 4094601a25f09e505ee9e342e9ee66f7e5f0b64f2d802bc8a4e4a11cd74d25775a710dda4f0f4242e6b684044735477f0f4fc884b0c3dad24146764a6a46f4aa
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Concerto 2 Audio Plugin
|
|
2
|
-
This plugin provides support to add audio content in Concerto 2, such as shoutcast.
|
|
2
|
+
This plugin provides support to add audio content in Concerto 2, such as shoutcast or icecast.
|
|
3
3
|
|
|
4
4
|
1. Add to your Gemfile: ```gem 'concerto_audio'```
|
|
5
5
|
2. ```bundle install```
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concerto_audio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marvin Frederickson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.0.
|
|
92
|
+
rubygems_version: 2.0.14
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: Audio plugin for Concerto 2.
|