mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Release 1.14.0
This commit is contained in:
parent
b9f1659ebd
commit
aa1847e7d2
4 changed files with 17 additions and 2 deletions
|
@ -1,3 +1,17 @@
|
|||
1.14.0 07/19/2013 b9f1659ebd45c84db011c71b53cc581a1b7ac7e1
|
||||
==========================================================
|
||||
|
||||
Stats! { 'collaborators' => 49, 'downloads' => 2713501, 'forks' => 860, 'open_issues' => 155, 'watchers' => 2634 }
|
||||
|
||||
MVP! Erik Michaels-Ober
|
||||
|
||||
[misc]
|
||||
Create separate Gemfile for Ruby 1.8.7. thanks Erik Michaels-Ober
|
||||
Update nokogiri dependency to version ~>1.5. thanks Erik Michaels-Ober
|
||||
Add note about installing on Ruby 1.8.7 [ci skip]. thanks Erik Michaels-Ober
|
||||
add coveralls to Gemfile.1.8.7. thanks geemus
|
||||
|
||||
|
||||
1.13.0 07/19/2013 7f5b0b4931d8fe85596f67013ef285fd0b8335e0
|
||||
==========================================================
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|||
## If your rubyforge_project name is different, then edit it and comment out
|
||||
## the sub! line in the Rakefile
|
||||
s.name = 'fog'
|
||||
s.version = '1.13.0'
|
||||
s.version = '1.14.0'
|
||||
s.date = '2013-07-19'
|
||||
s.rubyforge_project = 'fog'
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Fog
|
||||
VERSION = '1.13.0'
|
||||
VERSION = '1.14.0'
|
||||
end
|
||||
|
|
|
@ -58,6 +58,7 @@ module Fog
|
|||
'Christopher Oliver',
|
||||
'Decklin Foster',
|
||||
'Dylan Egan',
|
||||
'Erik Michaels-Ober',
|
||||
'geemus',
|
||||
'Henry Addison',
|
||||
'James Bence',
|
||||
|
|
Loading…
Add table
Reference in a new issue