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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.6.3 2009-11-19
2
+
3
+ * Removed extraneous logging.
4
+
1
5
  == 0.6.2 2009-06-19
2
6
 
3
7
  * Handle href and fixed on service doc categories.
data/lib/atom/version.rb CHANGED
@@ -8,7 +8,7 @@ module Atom #:nodoc:
8
8
  module VERSION #:nodoc:
9
9
  MAJOR = 0
10
10
  MINOR = 6
11
- TINY = 2
11
+ TINY = 3
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY].join('.')
14
14
  end
@@ -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.2
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-06-19 00:00:00 +09:30
13
+ date: 2009-11-19 00:00:00 +10:30
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency