culturecode_stagehand 0.2.1 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b8179d6ad93cd085a7295bea6448af7c5486c0a
4
- data.tar.gz: 0bf2ad0a345d0e838d78992da2f49f88d5a3410e
3
+ metadata.gz: db833ca765b28d4f8c2ee6700ffdd3e450dff705
4
+ data.tar.gz: ed31a76fa1c17d8edacdc595a2d7353c0c0720b2
5
5
  SHA512:
6
- metadata.gz: 611afcda68917bbfe7366473e4ef6a4d86c4a4fe81679b8cf05d032860d1a91ae9c1109744679e65968a203f6607eba738ae941049f383a27a27c4db654cd76e
7
- data.tar.gz: b85ff167090f1925b1c9b401675b5a3d6dd1e5a8025b24d40bccb398ed4f26409ac4d7e95535ec98d55bceb162fadc40b38ee631b8a708d6c5a808879ae13fbc
6
+ metadata.gz: 2cf9ce58d98f5c1b962036280f0ccb9f0da9ac3bb881c7f08f2689f944cb7b5e255062fb018b79b630f392258b39007316b636c90972aef4cc68cffb5e79946a
7
+ data.tar.gz: b0dea71a1f093f7f78fc836bc427a20a3e7b777fbfd5d6456909be62ea1b2be1c078d695ef0abbc8831cc63b7d64081ce8a1cb2901fd60ca2b94f69e8898a830
@@ -1,3 +1,3 @@
1
1
  module Stagehand
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -14,3 +14,6 @@ namespace :stagehand do
14
14
  end
15
15
  end
16
16
  end
17
+
18
+ # Enhance the regular db:migrate task to run the stagehand migration task so both stagehand databases are migrated
19
+ Rake::Task['db:migrate'].enhance(['stagehand:migrate'])
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.2.1
4
+ version: 0.3.0
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-04-11 00:00:00.000000000 Z
12
+ date: 2016-04-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails