culturecode_stagehand 0.7.10 → 0.7.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stagehand/staging/controller.rb +5 -0
- data/lib/stagehand/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9378183a11c9a05ec64fefcaad137653b15971c
|
4
|
+
data.tar.gz: 4de26867b93145bc52743a47bfa83f7f244d5547
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85189bbc25378aa9c27534789d59ff23bfcd563a9d14d7a7ec21b7397ed50e25e58030c295661e260e9fea6cf5fecd453e4fb7ebf1f0ee4fd3999a41f0b0b770
|
7
|
+
data.tar.gz: bce6518fd8559fbcf66ba040e61a8ba5c35a0e15a661d3d0672b747d387f6ff90003a4569df52a6f11aac57a906af1897ecbb0caa4ed74d9b393f30000957bda
|
@@ -17,6 +17,11 @@ module Stagehand
|
|
17
17
|
def sync_record(record)
|
18
18
|
Stagehand::Staging::Synchronizer.sync_record(record)
|
19
19
|
end
|
20
|
+
|
21
|
+
# Syncs the checklist's affected records to the production database
|
22
|
+
def sync_checklist(checklist)
|
23
|
+
Stagehand::Staging::Synchronizer.sync_checklist(checklist)
|
24
|
+
end
|
20
25
|
end
|
21
26
|
end
|
22
27
|
end
|
data/lib/stagehand/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: culturecode_stagehand
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas Jakobsen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.5.1
|
111
|
+
rubygems_version: 2.4.5.1
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: Simplify the management of a sandbox database that can sync content to a
|