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.
Files changed (4) hide show
  1. data/README.rdoc +4 -1
  2. data/VERSION +1 -1
  3. data/enigmamachine.gemspec +1 -1
  4. 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.2
1
+ 0.2.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{enigmamachine}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["dave"]
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: 19
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - dave