combinaut_rehearsal 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rehearsal/version.rb +1 -1
  3. metadata +9 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1a4bc4a5f3d48de6ee54ae530bab070de5fe26ba587d9fee5aa68ba1233cf66
4
- data.tar.gz: 949c60a9477008abe1f43fcce62eafd6a81825d4dd48919c60d0310e762a7a75
3
+ metadata.gz: af67cb1886637ffe2381777ca11981e9776d724b4b89b975864d81b8f5fce9bd
4
+ data.tar.gz: c3baf96f16010feb49c42f8bdbf248fda27441cf89a4e29794c484fe408e17d0
5
5
  SHA512:
6
- metadata.gz: 0deadea53bcd5b1842294c04ea5a3add8b48b22b3e7360941f0f1aeba523a4eb8df3f1d7a3c7a13762671e317ebdb713efcb161283eeb8e6c14da6aebe04388f
7
- data.tar.gz: 1bfa5bfecc56881d9587bcaa93590126f287f2c23806b138a68e987d8fed5d966be0fa5fc8624aa7ee30ee7803e56fc92eaf0803fd334fbbeea7947df59ab118
6
+ metadata.gz: 27fd642d2e28bb4b2a0900cea90351daf095c87d09bddc0846115ff16586d6c988f671dc4a93d483f5135ab10094a5e56f42e658486fc213ec8706830dec1a2f
7
+ data.tar.gz: 73cde439455a377e0d2c40b365272cb71ad2051ff4add68a623fc500fbc94f372e4d2a263a969b9a1469e4a5cfa2aae0eba853442ab782174945faef6987c2c3
@@ -1,3 +1,3 @@
1
1
  module Rehearsal
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: combinaut_rehearsal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Wallace
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-10-26 00:00:00.000000000 Z
12
+ date: 2020-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -67,10 +67,12 @@ dependencies:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
- description: Rack Middleware that handles directs incoming requests to their aliased
71
- path targets
70
+ description: Rehearsal is a Rack Middleware gem that allows model changes to be previewed
71
+ without persisting them to the database. It achieves this by intercepting the original
72
+ update request and spawning a second request to Rails for a preview, wrapping both
73
+ in a single database transaction that is rolled back after the preview is generated.
72
74
  email:
73
- - hello@combinaut.ca
75
+ - hello@combinaut.com
74
76
  executables: []
75
77
  extensions: []
76
78
  extra_rdoc_files: []
@@ -107,6 +109,6 @@ rubyforge_project:
107
109
  rubygems_version: 2.7.9
108
110
  signing_key:
109
111
  specification_version: 4
110
- summary: Rack Middleware that handles directs incoming requests to their aliased path
111
- targets
112
+ summary: Rack Middleware that allows model changes to be previewed without persisting
113
+ them to the database
112
114
  test_files: []