sweety_backy 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SweetyBacky
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/sweety_backy.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = SweetyBacky::VERSION
8
8
  s.authors = ["Fernando Guillen"]
9
9
  s.email = ["fguillen.mail@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/fguillen/SweetyBacky"
11
11
  s.summary = "Ruby backup mechanism"
12
12
  s.description = "Simple mechanism to configure and execute backups of folders and MySQL DBs and store them in local folder or S3 bucket"
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sweety_backy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fernando Guillen
@@ -119,7 +119,7 @@ files:
119
119
  - test/test_helper.rb
120
120
  - test/utils_test.rb
121
121
  has_rdoc: true
122
- homepage: ""
122
+ homepage: https://github.com/fguillen/SweetyBacky
123
123
  licenses: []
124
124
 
125
125
  post_install_message: