site_logic 1.7.0 → 1.7.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.
- data/VERSION +1 -1
- data/app/views/admin/sites/_form.html.erb +1 -5
- data/site_logic.gemspec +8 -8
- metadata +5 -7
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.1
|
|
@@ -34,11 +34,7 @@
|
|
|
34
34
|
<br style="clear: both;" />
|
|
35
35
|
<div class="link_block">
|
|
36
36
|
<%= f.submit 'Save', :class => 'link_button' -%>
|
|
37
|
-
|
|
38
|
-
<%= link_to 'Cancel', admin_site_path(@site), :class => 'link_button' -%>
|
|
39
|
-
<%- else -%>
|
|
40
|
-
<%= link_to 'Cancel', admin_sites_path, :class => 'link_button' -%>
|
|
41
|
-
<%- end -%>
|
|
37
|
+
<%= link_to 'Cancel', admin_sites_path, :class => 'link_button' -%>
|
|
42
38
|
</div>
|
|
43
39
|
</fieldset>
|
|
44
40
|
|
data/site_logic.gemspec
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "1.7.
|
|
7
|
+
s.name = "site_logic"
|
|
8
|
+
s.version = "1.7.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Bantik"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.description =
|
|
14
|
-
s.email =
|
|
12
|
+
s.date = "2011-09-23"
|
|
13
|
+
s.description = "An engine for search-engine-optimized content management."
|
|
14
|
+
s.email = "corey@seologic.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README.rdoc"
|
|
17
17
|
]
|
|
@@ -817,10 +817,10 @@ Gem::Specification.new do |s|
|
|
|
817
817
|
"spec/spec_helper.rb",
|
|
818
818
|
"tasks/site_logic.rake"
|
|
819
819
|
]
|
|
820
|
-
s.homepage =
|
|
820
|
+
s.homepage = "http://github.com/ivanoblomov/site_logic"
|
|
821
821
|
s.require_paths = ["lib"]
|
|
822
|
-
s.rubygems_version =
|
|
823
|
-
s.summary =
|
|
822
|
+
s.rubygems_version = "1.8.10"
|
|
823
|
+
s.summary = "An engine for search-engine-optimized content management."
|
|
824
824
|
|
|
825
825
|
if s.respond_to? :specification_version then
|
|
826
826
|
s.specification_version = 3
|
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: 9
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.7.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bantik
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-09-23 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: bson_ext
|
|
@@ -1007,7 +1006,6 @@ files:
|
|
|
1007
1006
|
- spec/spec.opts
|
|
1008
1007
|
- spec/spec_helper.rb
|
|
1009
1008
|
- tasks/site_logic.rake
|
|
1010
|
-
has_rdoc: true
|
|
1011
1009
|
homepage: http://github.com/ivanoblomov/site_logic
|
|
1012
1010
|
licenses: []
|
|
1013
1011
|
|
|
@@ -1037,7 +1035,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1037
1035
|
requirements: []
|
|
1038
1036
|
|
|
1039
1037
|
rubyforge_project:
|
|
1040
|
-
rubygems_version: 1.
|
|
1038
|
+
rubygems_version: 1.8.10
|
|
1041
1039
|
signing_key:
|
|
1042
1040
|
specification_version: 3
|
|
1043
1041
|
summary: An engine for search-engine-optimized content management.
|