Skip to content

Commit 4cc36ef

Browse files
committed
Release 1.3.1
1 parent f0f6924 commit 4cc36ef

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ task :changelog do
230230
'Aaron Suggs',
231231
'Brian Hartsock',
232232
'Christopher Oliver',
233+
'Decklin Foster',
233234
'Dylan Egan',
234235
'geemus',
235236
'Henry Addison',

changelog.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
1.3.1 03/27/2012 f0f692456956fe2e414ef8205d0268259901644a
2+
=========================================================
3+
4+
Stats! { 'collaborators' => 32, 'downloads' => 527366, 'forks' => 392, 'open_issues' => 27, 'watchers' => 1901 }
5+
6+
MVP! George Scott
7+
8+
[aws|dns]
9+
Preserves change_id. Support for checking sync status via reload. thanks George Scott
10+
Changed #insync? to #ready?. thanks George Scott
11+
12+
[ibm]
13+
avoid using constants (Rails loads files multiple times, issue #807). thanks Decklin Foster
14+
Make usage of #state rather than #status consistent. thanks Decklin Foster
15+
16+
[ibm|compute]
17+
Add clone/destroy methods and tests to Image. thanks Decklin Foster
18+
Add request test for list_vlans and fix mock. thanks Decklin Foster
19+
20+
[ibm|storage]
21+
Restore storage_area, platform_version, clone_status Volume attributes. thanks Decklin Foster
22+
23+
[misc]
24+
Allow custom headers in Storage#put_object_url. thanks Jacob Mattingley
25+
Use https_url instead of deprecated url for put_object_url. thanks Jacob Mattingley
26+
Adding Vlan class to IBM SmartCloud. thanks Joe Kinsella
27+
bump excon dep to get jruby openssl fixes. thanks geemus
28+
29+
[storage]
30+
properly update content-type at save time for file models. thanks geemus
31+
32+
133
1.3.0 03/21/2012 f78afe98242a60ae4dbbfcd8c5ab67ba71c6d773
234
=========================================================
335

fog.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
66
## If your rubyforge_project name is different, then edit it and comment out
77
## the sub! line in the Rakefile
88
s.name = 'fog'
9-
s.version = '1.3.0'
10-
s.date = '2012-03-21'
9+
s.version = '1.3.1'
10+
s.date = '2012-03-27'
1111
s.rubyforge_project = 'fog'
1212

1313
## Make sure your summary is short. The description may be as long

lib/fog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Fog
44

55
unless const_defined?(:VERSION)
6-
VERSION = '1.3.0'
6+
VERSION = '1.3.1'
77
end
88

99
end

0 commit comments

Comments
 (0)