backup 3.1.0 → 3.1.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.
@@ -11,7 +11,7 @@ module Backup
11
11
  DEPENDENCIES = {
12
12
  'fog' => {
13
13
  :require => 'fog',
14
- :version => '~> 1.4',
14
+ :version => '~> 1.9.0',
15
15
  :for => 'Amazon S3, Rackspace Cloud Files (S3, CloudFiles Storages)',
16
16
  :dependencies => ['net-ssh', 'net-scp']
17
17
  },
@@ -50,7 +50,7 @@ module Backup
50
50
 
51
51
  'twitter' => {
52
52
  :require => 'twitter',
53
- :version => '~> 4.0',
53
+ :version => '~> 4.5.0',
54
54
  :for => 'Sending Twitter Updates (Twitter Notifier)'
55
55
  },
56
56
 
@@ -13,7 +13,7 @@ module Backup
13
13
  # Defines the minor version
14
14
  # PATCH:
15
15
  # Defines the patch version
16
- MAJOR, MINOR, PATCH = 3, 1, 0
16
+ MAJOR, MINOR, PATCH = 3, 1, 1
17
17
 
18
18
  ##
19
19
  # Returns the major version ( big release based off of multiple minor releases )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-04 00:00:00.000000000 Z
12
+ date: 2013-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor