kerryb-right_aws 1.7.4 → 1.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ec2/right_ec2.rb +1 -1
  2. metadata +1 -1
@@ -122,7 +122,7 @@ module RightAws
122
122
  service_hash = {"Action" => action,
123
123
  "AWSAccessKeyId" => @aws_access_key_id,
124
124
  "Version" => @@api,
125
- "Timestamp" => Time.now.utc.strftime("%Y-%m-%dT%H:%M:%S.000Z"),
125
+ "Timestamp" => Time.now.strftime("%Y-%m-%dT%H:%M:%S.000Z"),
126
126
  "SignatureVersion" => signature_version }
127
127
  service_hash.update(params)
128
128
  # prepare string to sight
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kerryb-right_aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - RightScale, Inc.