heroku-mongo-backup 0.4.3 → 0.4.31

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -65,3 +65,9 @@ For Rails 2 add this to your Rakefile to import rake tasks:
65
65
  4. [moonhouse - moonhouse.se](http://www.moonhouse.se/ "David Hall") - default config improvement
66
66
  5. [wolfpakz](https://github.com/wolfpakz "Dan Porter") - Rails2 support
67
67
  6. [solacreative](http://sola-la.com/creative "Taro Murao") - Max backups feature for aws/s3 and s3 gems
68
+ 7. [aarti](https://github.com/aarti "aarti") - minor fixes
69
+
70
+
71
+
72
+
73
+
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'heroku-mongo-backup'
3
- s.version = '0.4.3'
3
+ s.version = '0.4.31'
4
4
  s.summary = 'Rake task backups mongo database on Heroku and push gzipped file to Amazon S3 or FTP.'
5
5
  s.description = 'Rake task for backing up mongo database on heroku and push it to S3 or FTP. Library can be used as rake task or be easily integrated into daily cron job.'
6
6
 
7
- s.authors = ['Alex Kravets', 'matyi', 'Stef Lewandowski', 'David Hall', 'Dan Porter']
7
+ s.authors = ['Alex Kravets', 'matyi', 'Stef Lewandowski', 'David Hall', 'Dan Porter', 'aarti']
8
8
  s.email = 'santyor@gmail.com'
9
9
  s.homepage = 'https://github.com/alexkravets/heroku-mongo-backup'
10
10
 
@@ -114,8 +114,7 @@ if defined?(Fog)
114
114
  def HerokuMongoBackup::s3_upload(directory, filename)
115
115
  file = directory.files.create(
116
116
  :key => "backups/#{filename}",
117
- :body => open(filename),
118
- :public => true
117
+ :body => open(filename)
119
118
  )
120
119
  end
121
120
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku-mongo-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.31
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,10 +10,11 @@ authors:
10
10
  - Stef Lewandowski
11
11
  - David Hall
12
12
  - Dan Porter
13
+ - aarti
13
14
  autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
- date: 2012-10-05 00:00:00.000000000 Z
17
+ date: 2013-04-07 00:00:00.000000000 Z
17
18
  dependencies:
18
19
  - !ruby/object:Gem::Dependency
19
20
  name: mongo