refinerycms-inquiries 0.9.8.7 → 0.9.8.8
Sign up to get free protection for your applications and to get access to all the features.
- data/features/manage_inquiries.feature +1 -1
- data/lib/gemspec.rb +1 -1
- data/refinerycms-inquiries.gemspec +2 -2
- metadata +4 -4
@@ -53,5 +53,5 @@ Feature: Manage Inquiries
|
|
53
53
|
When I go to the list of inquiries
|
54
54
|
And I follow "Read the inquiry"
|
55
55
|
And I follow "Remove this inquiry forever"
|
56
|
-
Then I should see "'David Jones' was successfully
|
56
|
+
Then I should see "'David Jones' was successfully removed."
|
57
57
|
And I should have 0 inquiries
|
data/lib/gemspec.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{refinerycms-inquiries}
|
3
|
-
s.version = %q{0.9.8.
|
4
|
-
s.date = %q{2010-09-
|
3
|
+
s.version = %q{0.9.8.8}
|
4
|
+
s.date = %q{2010-09-20}
|
5
5
|
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
|
6
6
|
s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
|
7
7
|
s.homepage = %q{http://refinerycms.com}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-inquiries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 8
|
10
|
-
-
|
11
|
-
version: 0.9.8.
|
10
|
+
- 8
|
11
|
+
version: 0.9.8.8
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Resolve Digital
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-09-
|
19
|
+
date: 2010-09-20 00:00:00 +12:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|