enigmamachine 0.2.2 → 0.2.4
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.rdoc +4 -1
- data/VERSION +1 -1
- data/enigmamachine.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -56,7 +56,10 @@ Videos are encoded sequentially as they arrive.
|
|
|
56
56
|
|
|
57
57
|
All requests, whether they come from your browser or from your code, are
|
|
58
58
|
protected by HTTP basic auth. By default, the username is
|
|
59
|
-
<i>admin</i> and the password is <i>admin</i>.
|
|
59
|
+
<i>admin</i> and the password is <i>admin</i>. If you're accessing your
|
|
60
|
+
Enigmamachine programatically, the server expects a Base64 encoded hash
|
|
61
|
+
of the username and password, separated by a colon (":"), in a parameter
|
|
62
|
+
called "HTTP_AUTHORIZATION".
|
|
60
63
|
|
|
61
64
|
Programmatic requests in Ruby might look something like this:
|
|
62
65
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.4
|
data/enigmamachine.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enigmamachine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.2.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- dave
|