wagn 1.17.0 → 1.17.1
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 +4 -4
- metadata +4 -6
- data/features/flexmail.feature +0 -54
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1de10292bee2d047c0675f2cc7502b563bfa221
|
|
4
|
+
data.tar.gz: b597e1b7814fc144aea882abbd2ddc9f98af8992
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f2ac3c306e89b5e12a85fc2e8254586299766b109d8f48f5000112e65504e9a069ac0ce5db42743779609d5584433bf6d2138b6ca693fdf342319bce759d62c
|
|
7
|
+
data.tar.gz: 29155933b3dea45f1d212917e87bcd80a8335dbc9fcf3297019d15c6424e0952d8eb4cac93de45f33765b679f6a0fc299405478babed1a599f17e5762ed73dd4
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wagn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.17.
|
|
4
|
+
version: 1.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-01-
|
|
14
|
+
date: 2016-01-28 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -33,14 +33,14 @@ dependencies:
|
|
|
33
33
|
requirements:
|
|
34
34
|
- - '='
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 1.17.
|
|
36
|
+
version: 1.17.1
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
41
|
- - '='
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: 1.17.
|
|
43
|
+
version: 1.17.1
|
|
44
44
|
description: a wiki approach to stuctured data, dynamic interaction, and web design
|
|
45
45
|
email:
|
|
46
46
|
- info@wagn.org
|
|
@@ -80,7 +80,6 @@ files:
|
|
|
80
80
|
- features/attach.feature
|
|
81
81
|
- features/autonaming.feature
|
|
82
82
|
- features/conflict.feature
|
|
83
|
-
- features/flexmail.feature
|
|
84
83
|
- features/follow.feature
|
|
85
84
|
- features/history.feature
|
|
86
85
|
- features/layouts.feature
|
|
@@ -763,7 +762,6 @@ test_files:
|
|
|
763
762
|
- features/attach.feature
|
|
764
763
|
- features/autonaming.feature
|
|
765
764
|
- features/conflict.feature
|
|
766
|
-
- features/flexmail.feature
|
|
767
765
|
- features/follow.feature
|
|
768
766
|
- features/history.feature
|
|
769
767
|
- features/layouts.feature
|
data/features/flexmail.feature
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
#Feature: Flexmail
|
|
2
|
-
# As a Wagneer
|
|
3
|
-
# I want to be able to set up email configs
|
|
4
|
-
# So that we can create emailing forms
|
|
5
|
-
#
|
|
6
|
-
# Background:
|
|
7
|
-
# Given I am signed in as Joe Admin
|
|
8
|
-
# And I create Cardtype card "Testimony"
|
|
9
|
-
# And I create Pointer card "Testimony+*type+*send" with content "[[Testemailconfig]]"
|
|
10
|
-
# And I create card "Testimony+*type+*structure" with content
|
|
11
|
-
# """
|
|
12
|
-
# {{+name}} {{+email}} {{+Testimony}} {{+recipients}}
|
|
13
|
-
# """
|
|
14
|
-
# And I create Search card "search test+*right+*structure" with content "{"type":"User"}"
|
|
15
|
-
## And I create Basic card "Testemailconfig"
|
|
16
|
-
# And I create Search card "Testemailconfig+*to" with content
|
|
17
|
-
# """
|
|
18
|
-
# {"referred_to_by":{"left":"_self","right":"recipients"}}
|
|
19
|
-
# """
|
|
20
|
-
# And I create Search card "Testemailconfig+*from" with content "{"left":"_self","right":"email"}"
|
|
21
|
-
# And I create Phrase card "Testemailconfig+*subject" with content "Subjectimus"
|
|
22
|
-
## And I create Phrase card "Testemailconfig+*bcc"
|
|
23
|
-
# And I create Basic card "Testemailconfig+*message" with content
|
|
24
|
-
# """
|
|
25
|
-
# Pleistocles, {{_self+name|core}} says: {{_self+Testimony|core}} {{_self+search test|core;item:name}}
|
|
26
|
-
# buena,
|
|
27
|
-
# Thaddeus
|
|
28
|
-
# """
|
|
29
|
-
#
|
|
30
|
-
# And I create Phrase card "A+email" with content "argumus@test.com"
|
|
31
|
-
# And I create Phrase card "B+email" with content "tacitus@test.com"
|
|
32
|
-
# # FIXME: apparently cucumber or webrat or something can't handle saving
|
|
33
|
-
# # multiple line entries. Everything I've tried so far has resulted in
|
|
34
|
-
# # truncation after the first line. which fucking bites.
|
|
35
|
-
# # so for now I will eunicize our tests and only check for one email delivery.
|
|
36
|
-
# And I create Pointer card "List1" with content
|
|
37
|
-
# """
|
|
38
|
-
# [[A+email]]
|
|
39
|
-
# [[B+email]]
|
|
40
|
-
# """
|
|
41
|
-
# And I am signed in as Joe User
|
|
42
|
-
#
|
|
43
|
-
# Scenario: Submitting a new Testimony
|
|
44
|
-
# Given I go to new Testimony
|
|
45
|
-
# When I create Testimony card "MoanE" with plusses:
|
|
46
|
-
# |name|email|Testimony|recipients|
|
|
47
|
-
# |Lee|lee@user.net|This is outrageous|[[List1]]|
|
|
48
|
-
# Then "argumus@test.com" should receive 1 email
|
|
49
|
-
# When "argumus@test.com" opens the email with subject "Subjectimus"
|
|
50
|
-
# And they should see the email delivered from "lee@user.net"
|
|
51
|
-
# And they should see "Pleistocles" in the email body
|
|
52
|
-
# And they should see "Lee" in the email body
|
|
53
|
-
# And they should see "This is outrageous" in the email body
|
|
54
|
-
#
|