ratom 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/atom/version.rb +1 -1
- data/lib/atom/xml/parser.rb +0 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/atom/version.rb
CHANGED
data/lib/atom/xml/parser.rb
CHANGED
@@ -273,7 +273,6 @@ module Atom
|
|
273
273
|
request.basic_auth(opts[:user], opts[:pass])
|
274
274
|
elsif opts[:hmac_access_id] && opts[:hmac_secret_key]
|
275
275
|
if Atom::Configuration.auth_hmac_enabled?
|
276
|
-
puts "Signing with HMAC"
|
277
276
|
AuthHMAC.sign!(request, opts[:hmac_access_id], opts[:hmac_secret_key])
|
278
277
|
else
|
279
278
|
raise ArgumentError, "AuthHMAC credentials provides by auth-hmac gem is not installed"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peerworks
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-11-19 00:00:00 +10:30
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|