backup 3.0.1.build.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/backup/version.rb +1 -1
  3. metadata +4 -4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- backup (3.0.0.build.0)
4
+ backup (3.0.0)
5
5
  dropbox (~> 1.2.3)
6
6
  fog (~> 0.5.3)
7
7
  mail (~> 2.2.15)
@@ -22,7 +22,7 @@ module Backup
22
22
  # Defines the patch version
23
23
  # BUILD:
24
24
  # Defines the build version ( use 'false' if no build )
25
- MAJOR, MINOR, PATCH, BUILD = 3, 0, 1, 0
25
+ MAJOR, MINOR, PATCH, BUILD = 3, 0, 1, false
26
26
 
27
27
  # ========================================================= #
28
28
  # ADJUST THE CONSTANTS ABOVE TO CHANGE THE BACKUP VERSION #
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backup
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 3.0.1.build.0
4
+ prerelease:
5
+ version: 3.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael van Rooijen
@@ -231,9 +231,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
231
231
  required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  none: false
233
233
  requirements:
234
- - - ">"
234
+ - - ">="
235
235
  - !ruby/object:Gem::Version
236
- version: 1.3.1
236
+ version: "0"
237
237
  requirements: []
238
238
 
239
239
  rubyforge_project: