backup 3.3.2 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, 3, 2
16
+ MAJOR, MINOR, PATCH = 3, 4, 0
17
17
 
18
18
  ##
19
19
  # Returns the major version ( big release based off of multiple minor releases )
@@ -1,11 +1,3 @@
1
- Backup's Ruby Gem releases:
2
- http://rubygems.org/gems/backup
3
-
4
- Backup's Git repository:
5
- https://github.com/meskyanichi/backup
6
-
7
- Backup's Issue Tracker:
8
- https://github.com/meskyanichi/backup/issues
9
-
10
- Backup's Wikipedia/Documentation/Guides:
11
- https://github.com/meskyanichi/backup/wiki
1
+ Project Home: https://github.com/meskyanichi/backup
2
+ Documentation: https://github.com/meskyanichi/backup/wiki
3
+ Issue Tracker: https://github.com/meskyanichi/backup/issues
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van Rooijen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-18 00:00:00.000000000 Z
11
+ date: 2013-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -167,7 +167,7 @@ files:
167
167
  - templates/storage/dropbox/cache_file_written.erb
168
168
  - README.md
169
169
  - LICENSE.md
170
- homepage: http://rubygems.org/gems/backup
170
+ homepage: https://github.com/meskyanichi/backup
171
171
  licenses:
172
172
  - MIT
173
173
  metadata: {}