aws 1.11.0 → 1.11.1

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.
@@ -53,7 +53,7 @@ module RightAws #:nodoc:
53
53
  module VERSION #:nodoc:
54
54
  MAJOR = 1
55
55
  MINOR = 11
56
- TINY = 0
56
+ TINY = 1
57
57
 
58
58
  STRING = [MAJOR, MINOR, TINY].join('.')
59
59
  end
@@ -1130,8 +1130,8 @@ module RightAws
1130
1130
  end
1131
1131
  def tagend(name)
1132
1132
  case name
1133
- when 'LastModified' : @result[:last_modified] = @text
1134
- when 'ETag' : @result[:e_tag] = @text
1133
+ when 'LastModified' then @result[:last_modified] = @text
1134
+ when 'ETag' then @result[:e_tag] = @text
1135
1135
  end
1136
1136
  end
1137
1137
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder