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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb0020e7057089d1dd9b4edaebad1cde9e3bdc11
4
- data.tar.gz: 7867f06f582a1ffe28969f4f33790fab9b388a39
3
+ metadata.gz: 406040fa64847f752d4ec17a9345aa4d8515c44a
4
+ data.tar.gz: 3626fbba03b4c42cf3c30fa1412db728966ef71d
5
5
  SHA512:
6
- metadata.gz: 03624032fb6a1e47feae2f37e6eac8dc1f2b08044d58a205833461fdbbda0b6ccefd5cce60d7ff0d5afbf629de45c3736a91aec35f1187b7e151a28ec735a0c6
7
- data.tar.gz: 613745215e1e6fc35465b0ce2251227752bd255eb58ba5ea993c7077b376188a8a1206581a5e5ac2abaceed66025973fa2f63edbbf8cf58cfb64a9199681c3db
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```
@@ -1,3 +1,3 @@
1
1
  module ConcertoAudio
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-01-07 00:00:00.000000000 Z
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.3
92
+ rubygems_version: 2.0.14
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Audio plugin for Concerto 2.