site_logic 1.7.1 → 1.8.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.
- data/VERSION +1 -1
- data/app/views/admin/pages/_index.html.erb +1 -1
- data/app/views/admin/sites/show.html.erb +3 -1
- data/features/manage_sites.feature +1 -1
- data/site_logic.gemspec +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.8.0
|
|
@@ -24,7 +24,7 @@ Feature: Manage Sites
|
|
|
24
24
|
Scenario: Delete Site
|
|
25
25
|
Given I have sites named IHD
|
|
26
26
|
When I go to the admin_sites page
|
|
27
|
-
And I
|
|
27
|
+
And I press "" within "[@class='crud_links']"
|
|
28
28
|
Then I should not see "IHD"
|
|
29
29
|
|
|
30
30
|
Scenario: View Site
|
data/site_logic.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: site_logic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 55
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 1.
|
|
8
|
+
- 8
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.8.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bantik
|