jpeg_camera 1.0.0 → 1.0.1
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/jpeg_camera.rb +0 -2
- metadata +8 -3
- data/lib/jpeg_camera/version.rb +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05bc1164940b3d79859cd0c4654a3bfad8c5605b
|
|
4
|
+
data.tar.gz: 9261c1d24e3243fc9b91f51ea071c2778236c646
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7597ee77da4f1f48b7b08377257c7687c23ca1ecbb18c6c159cc76a444f2a11c387ccac8bb02696840713c5af910c291149e7e0dd561d96e9fcca89496e1758
|
|
7
|
+
data.tar.gz: e1c30491363130897e80e04ab3a4cb1a9bef23e8a9c6b0f9b798772cfc801533e5d9a2d403241e5615a964c46dae61e1e79623577a3d89440dc72be48c71f009
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
JpegCamera is a JavaScript library that allows you display a camera stream on
|
|
4
4
|
a web page and then capture, show and upload JPEG snapshots to the server. It
|
|
5
5
|
uses HTML5 in Chrome, Firefox and Opera and falls back to Flash in less capable
|
|
6
|
-
browsers.
|
|
6
|
+
browsers. The video stream is placed without any UI in a container of your
|
|
7
7
|
choice and you control it through JavaScript API and your own UI elements.
|
|
8
8
|
|
|
9
9
|
The idea is based on a similar
|
data/lib/jpeg_camera.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jpeg_camera
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Wróbel
|
|
@@ -24,14 +24,19 @@ dependencies:
|
|
|
24
24
|
- - '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.1'
|
|
27
|
-
description:
|
|
27
|
+
description: |2
|
|
28
|
+
JpegCamera is a JavaScript library that allows you display a camera stream
|
|
29
|
+
on a web page and then capture, show and upload JPEG snapshots to the
|
|
30
|
+
server. It uses HTML5 in Chrome, Firefox and Opera and falls back to Flash
|
|
31
|
+
in less capable browsers. The video stream is placed without any UI in a
|
|
32
|
+
container of your choice and you control it through JavaScript API and your
|
|
33
|
+
own UI elements.
|
|
28
34
|
email:
|
|
29
35
|
- adam@adamwrobel.com
|
|
30
36
|
executables: []
|
|
31
37
|
extensions: []
|
|
32
38
|
extra_rdoc_files: []
|
|
33
39
|
files:
|
|
34
|
-
- lib/jpeg_camera/version.rb
|
|
35
40
|
- lib/jpeg_camera.rb
|
|
36
41
|
- vendor/assets/audios/jpeg_camera/shutter.mp3
|
|
37
42
|
- vendor/assets/images/jpeg_camera/jpeg_camera.swf
|
data/lib/jpeg_camera/version.rb
DELETED