raydash 0.2.1 → 0.2.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 +2 -4
- data/lib/generators/templates/ClientBox.swf +0 -0
- data/lib/generators/templates/RecordBox.swf +0 -0
- data/lib/raydash/version.rb +1 -1
- metadata +4 -4
data/Readme
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
== Introduction
|
2
2
|
|
3
|
-
Raydash allows you to easily integrate
|
4
|
-
|
5
|
-
Raydash's servers. Then, embed videostream and videorecord to have
|
6
|
-
camera and display boxes in the application.
|
3
|
+
Raydash allows you to easily integrate live video and/or audio into your
|
4
|
+
Rails applications. You will need a userid and secret to access Raydash's servers. This can be obtained by signing up for the beta at http://www.raydash.com. Next, you will follow the instructions below. You will be using helpers to embed videostream and videorecord flash objects into your application for playing and recording real-time audio and/or video.
|
7
5
|
|
8
6
|
== Quickstart
|
9
7
|
|
Binary file
|
Binary file
|
data/lib/raydash/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raydash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Gershon Bialer
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-03-10 00:00:00 -06:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|