refinerycms-inquiries 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f72e5741f8019cc82253bc2479aa1e87ea3ebc96
4
- data.tar.gz: 7062094890592ac5fa41531e7848f3d978610d75
3
+ metadata.gz: b141298d3052862d6c2dbc8719fd30a91df8dcf1
4
+ data.tar.gz: bbbd8afac935fa871659f90a234f4e4d0e82a8ad
5
5
  SHA512:
6
- metadata.gz: ddcd85adb7c887f5be98bf117abaf28fe2e2ac1839efadb52dbb2093bf8fa6bbbf9cc033d09360c164be25f139a3fa2637fe5a7b4af1e63c01fa43e4c6e139da
7
- data.tar.gz: c4412b554ae3000ad8f5f4832471b46750fd38ee9f3fc7d01df64f8164e3ed24f553981499714b9c5e0879255f839c4c1ed233d8250229fb088315556f2ea705
6
+ metadata.gz: be78da9454e6c8f16872794bbd104470b15b40ea0ba81dbec578986a0776010cc73f36e6521299c1d935a589949547f8495449005afb9732635dcc34f555b8df
7
+ data.tar.gz: 2aec759304d347d9d96c08aaefb0391538c29122dc582c1644c9033a6b1dc8082e5e159200d157db0902c9903b4bff78aeccbe4bc36303eb6652c188051842fb
@@ -30,6 +30,6 @@
30
30
  </div>
31
31
  <div class="actions">
32
32
  <%= f.submit t('.send') %>
33
- <%= link_to t('.privacy_policy'), "/pages/privacy-policy", :id => "privacy_link" if Refinery::Inquiries.show_contact_privacy_link %>
33
+ <%= link_to t('.privacy_policy'), "/privacy-policy", :id => "privacy_link" if Refinery::Inquiries.show_contact_privacy_link %>
34
34
  </div>
35
35
  <% end %>
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{refinerycms-inquiries}
5
- s.version = %q{3.0.0}
5
+ s.version = %q{3.0.1}
6
6
  s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
7
7
  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.}
8
8
  s.homepage = %q{http://refinerycms.com}
@@ -74,7 +74,7 @@ module Refinery
74
74
  visit refinery.inquiries_new_inquiry_path
75
75
 
76
76
  expect(page).to have_no_content("We value your privacy")
77
- expect(page).to have_no_selector("a[href='/pages/privacy-policy']")
77
+ expect(page).to have_no_selector("a[href='/privacy-policy']")
78
78
  end
79
79
  end
80
80
 
@@ -87,7 +87,7 @@ module Refinery
87
87
  visit refinery.inquiries_new_inquiry_path
88
88
 
89
89
  expect(page).to have_content("We value your privacy")
90
- expect(page).to have_selector("a[href='/pages/privacy-policy']")
90
+ expect(page).to have_selector("a[href='/privacy-policy']")
91
91
  end
92
92
  end
93
93
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-inquiries
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uģis Ozols
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-01-27 00:00:00.000000000 Z
13
+ date: 2016-02-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: refinerycms-core