blavosync 0.5.1 → 0.5.2

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 05753b98a6bf4b9c45b74712b2b667a88731262e
4
+ data.tar.gz: a58b967f28cffa8b5204f3fdea4f6925d4967f45
5
+ SHA512:
6
+ metadata.gz: 2c0a1b82b2b16a8c659bf1b3c722dd6073dff97660c396b630b252b27ae50ee571caeaff961d0c487807e24dd3df02c84c463d0a41134a9dacae1f7bba39996e
7
+ data.tar.gz: 95a1f707b7dec922cf711ed0b7b777021e333836498fe73806ad98e23fc15808052822a088c1673f7332165d23ab722879a8524835308443c9498d74277983e4
data/Blavosync.gemspec CHANGED
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{blavosync}
8
- s.version = "0.5.1"
7
+ s.name = "blavosync"
8
+ s.version = "0.5.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jayronc"]
12
- s.date = %q{2013-08-27}
13
- s.description = %q{Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.}
14
- s.email = %q{jerrodblavos@mac.com}
12
+ s.date = "2013-09-12"
13
+ s.description = "Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually."
14
+ s.email = "jerrodblavos@mac.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -36,18 +36,9 @@ Gem::Specification.new do |s|
36
36
  "test/test_blavosync.rb",
37
37
  "test/test_helper.rb"
38
38
  ]
39
- s.homepage = %q{http://github.com/indierockmedia/Blavosync}
39
+ s.homepage = "http://github.com/indierockmedia/Blavosync"
40
40
  s.require_paths = ["lib"]
41
- s.rubygems_version = %q{1.5.3}
42
- s.summary = %q{Sync a remote db and rsync content to your development environment.}
43
-
44
- if s.respond_to? :specification_version then
45
- s.specification_version = 3
46
-
47
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
48
- else
49
- end
50
- else
51
- end
41
+ s.rubygems_version = "2.0.3"
42
+ s.summary = "Sync a remote db and rsync content to your development environment."
52
43
  end
53
44
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
@@ -16,7 +16,7 @@ Capistrano::Configuration.instance(:must_exist).load do
16
16
  remote_user = fetch(:user)
17
17
  end
18
18
  if exists?(:port)
19
- remote_port = "-p #{fetch(:user)}"
19
+ remote_port = "-p #{fetch(:port)}"
20
20
  end
21
21
  system("rsync -avz -e 'ssh #{remote_port}' '#{[remote_user, remote_domain].join("@")}:#{content_path}' '#{rails_root}/tmp/'")
22
22
  end
data/lib/blavosync.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Blavosync
2
- VERSION = '0.5.1'
3
- end
2
+ VERSION = '0.5.2'
3
+ end
metadata CHANGED
@@ -1,34 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: blavosync
3
- version: !ruby/object:Gem::Version
4
- hash: 9
5
- prerelease:
6
- segments:
7
- - 0
8
- - 5
9
- - 1
10
- version: 0.5.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.2
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - jayronc
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2013-08-27 00:00:00 -04:00
19
- default_executable:
11
+ date: 2013-09-12 00:00:00.000000000 Z
20
12
  dependencies: []
21
-
22
- description: Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.
13
+ description: Sync a remote db and rsync content to your development environment. Useful
14
+ for small teams and developers who are not able to do this manually.
23
15
  email: jerrodblavos@mac.com
24
16
  executables: []
25
-
26
17
  extensions: []
27
-
28
- extra_rdoc_files:
18
+ extra_rdoc_files:
29
19
  - LICENSE
30
20
  - README.rdoc
31
- files:
21
+ files:
32
22
  - Blavosync.gemspec
33
23
  - History.txt
34
24
  - LICENSE
@@ -47,39 +37,27 @@ files:
47
37
  - lib/blavosync/recipes/util.rb
48
38
  - test/test_blavosync.rb
49
39
  - test/test_helper.rb
50
- has_rdoc: true
51
40
  homepage: http://github.com/indierockmedia/Blavosync
52
41
  licenses: []
53
-
42
+ metadata: {}
54
43
  post_install_message:
55
44
  rdoc_options: []
56
-
57
- require_paths:
45
+ require_paths:
58
46
  - lib
59
- required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
- requirements:
62
- - - ">="
63
- - !ruby/object:Gem::Version
64
- hash: 3
65
- segments:
66
- - 0
67
- version: "0"
68
- required_rubygems_version: !ruby/object:Gem::Requirement
69
- none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 3
74
- segments:
75
- - 0
76
- version: "0"
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
77
57
  requirements: []
78
-
79
58
  rubyforge_project:
80
- rubygems_version: 1.5.2
59
+ rubygems_version: 2.0.3
81
60
  signing_key:
82
- specification_version: 3
61
+ specification_version: 4
83
62
  summary: Sync a remote db and rsync content to your development environment.
84
63
  test_files: []
85
-