dbsync 0.1.1 → 0.1.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 +15 -0
- data/dbsync.gemspec +6 -3
- data/lib/dbsync/version.rb +1 -1
- metadata +11 -19
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
MjJhN2M5OTY4OGQ4MjE2MzY1NjU5OWEyZDMxMTVhMmYxZDZlMzUwMQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MWI5MWUwOTU4NGVhMjI1ZjY1OGE0MWEwYmVlYmY2ZTQ0MDcyZTM4Yg==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MGI4MjJmYmIxNTdhZWI1M2JlNTdlMjI0ZmY5YjQyYWRjN2QyM2YzNmU4NDI5
|
|
10
|
+
Y2UyMjhkNTZjYTIxNGVhZDI0MGZmMDNhY2RiODJiYTIwZWZmZjNmYWUzNjBj
|
|
11
|
+
ZWVlNDEyYWQzYjA5ZGU2OTU3MDRkYTNhYzc5NTY5NzkzNmViNTQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YWRjOWQ4MWI0ODNhOWNmYTI1YWQ1Y2UzYjVmYTkwNGJiZmJjM2NmNWMwYjRj
|
|
14
|
+
OTgwYTZiNDZlMjNmMDliMjFlZmRkOTEwNGIyODAxZjU4YjViMDhkNThlNzUy
|
|
15
|
+
ODY2MGNhMjIyZjI0ZjBhNTQ5NjViOWQ5Yzk5MDEzZmQyZmRjMmM=
|
data/dbsync.gemspec
CHANGED
|
@@ -18,7 +18,10 @@ Gem::Specification.new do |gem|
|
|
|
18
18
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
19
19
|
gem.require_paths = ["lib", "lib/tasks"]
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
gem.add_runtime_dependency "
|
|
21
|
+
# specify any dependencies here; for example:
|
|
22
|
+
# s.add_development_dependency "rspec"
|
|
23
|
+
gem.add_runtime_dependency "activesupport", ">= 3.2.8"
|
|
24
|
+
gem.add_runtime_dependency "activerecord", ">= 3.2.8"
|
|
25
|
+
gem.add_runtime_dependency "railties", ">= 3.2.8"
|
|
26
|
+
|
|
24
27
|
end
|
data/lib/dbsync/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,62 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dbsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Bryan Ricker
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-04-03 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: activesupport
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - ! '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: 3.2.8
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 3.2.8
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: activerecord
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - ! '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: 3.2.8
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - ! '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: 3.2.8
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
|
47
42
|
name: railties
|
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
|
49
|
-
none: false
|
|
50
44
|
requirements:
|
|
51
|
-
- -
|
|
45
|
+
- - ! '>='
|
|
52
46
|
- !ruby/object:Gem::Version
|
|
53
47
|
version: 3.2.8
|
|
54
48
|
type: :runtime
|
|
55
49
|
prerelease: false
|
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
none: false
|
|
58
51
|
requirements:
|
|
59
|
-
- -
|
|
52
|
+
- - ! '>='
|
|
60
53
|
- !ruby/object:Gem::Version
|
|
61
54
|
version: 3.2.8
|
|
62
55
|
description: A set of rake tasks to help you sync your remote production data with
|
|
@@ -78,27 +71,26 @@ files:
|
|
|
78
71
|
- lib/tasks/dbsync.rake
|
|
79
72
|
homepage: http://github.com/bricker/dbsync
|
|
80
73
|
licenses: []
|
|
74
|
+
metadata: {}
|
|
81
75
|
post_install_message:
|
|
82
76
|
rdoc_options: []
|
|
83
77
|
require_paths:
|
|
84
78
|
- lib
|
|
85
79
|
- lib/tasks
|
|
86
80
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
87
|
-
none: false
|
|
88
81
|
requirements:
|
|
89
82
|
- - ! '>='
|
|
90
83
|
- !ruby/object:Gem::Version
|
|
91
84
|
version: '0'
|
|
92
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
-
none: false
|
|
94
86
|
requirements:
|
|
95
87
|
- - ! '>='
|
|
96
88
|
- !ruby/object:Gem::Version
|
|
97
89
|
version: '0'
|
|
98
90
|
requirements: []
|
|
99
91
|
rubyforge_project: dbsync
|
|
100
|
-
rubygems_version:
|
|
92
|
+
rubygems_version: 2.0.2
|
|
101
93
|
signing_key:
|
|
102
|
-
specification_version:
|
|
94
|
+
specification_version: 4
|
|
103
95
|
summary: Easy syncing from remote to development database in Rails.
|
|
104
96
|
test_files: []
|