scaffold_logic 1.7.2 → 1.7.3
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/lib/scaffold_logic/helper.rb +1 -1
- data/scaffold_logic.gemspec +2 -6
- metadata +5 -8
- data/lib/generators/scaffold_logic/layout/templates/images/src/black_bar.psd +0 -0
- data/lib/generators/scaffold_logic/layout/templates/images/src/branding.psd +0 -0
- data/lib/generators/scaffold_logic/layout/templates/images/src/legend_bg.psd +0 -0
- data/lib/generators/scaffold_logic/layout/templates/images/src/menu_icons.psd +0 -0
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.3
|
|
@@ -58,7 +58,7 @@ module ScaffoldLogic
|
|
|
58
58
|
elsif action == :edit
|
|
59
59
|
_html << link_to(image_tag('icons/edit.png', :class => 'crud_icon', :width => 14, :height => 14), actions_and_paths[action], :title => 'Edit')
|
|
60
60
|
elsif action == :destroy
|
|
61
|
-
_html << button_to('', actions_and_paths[action], :class => 'delete_crud_icon', :confirm => 'Are you sure? This action cannot be undone.', :method => :delete)
|
|
61
|
+
_html << button_to('Delete', actions_and_paths[action], :class => 'delete_crud_icon', :confirm => 'Are you sure? This action cannot be undone.', :method => :delete)
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
data/scaffold_logic.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "scaffold_logic"
|
|
8
|
-
s.version = "1.7.
|
|
8
|
+
s.version = "1.7.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Corey Ehmke"]
|
|
12
|
-
s.date = "2011-
|
|
12
|
+
s.date = "2011-10-28"
|
|
13
13
|
s.description = "Scaffold and UI generator for SEO Logic applications."
|
|
14
14
|
s.email = "corey@seologic.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -73,10 +73,6 @@ Gem::Specification.new do |s|
|
|
|
73
73
|
"lib/generators/scaffold_logic/layout/templates/images/layout/text_field_error_bg.png",
|
|
74
74
|
"lib/generators/scaffold_logic/layout/templates/images/layout/th_bg.png",
|
|
75
75
|
"lib/generators/scaffold_logic/layout/templates/images/layout/th_bg_selected.png",
|
|
76
|
-
"lib/generators/scaffold_logic/layout/templates/images/src/black_bar.psd",
|
|
77
|
-
"lib/generators/scaffold_logic/layout/templates/images/src/branding.psd",
|
|
78
|
-
"lib/generators/scaffold_logic/layout/templates/images/src/legend_bg.psd",
|
|
79
|
-
"lib/generators/scaffold_logic/layout/templates/images/src/menu_icons.psd",
|
|
80
76
|
"lib/generators/scaffold_logic/layout/templates/layout.html.erb",
|
|
81
77
|
"lib/generators/scaffold_logic/layout/templates/layout_helper.rb",
|
|
82
78
|
"lib/generators/scaffold_logic/layout/templates/stylesheets/application.css",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scaffold_logic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.7.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Corey Ehmke
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-10-28 00:00:00 Z
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
21
|
description: Scaffold and UI generator for SEO Logic applications.
|
|
@@ -84,10 +84,6 @@ files:
|
|
|
84
84
|
- lib/generators/scaffold_logic/layout/templates/images/layout/text_field_error_bg.png
|
|
85
85
|
- lib/generators/scaffold_logic/layout/templates/images/layout/th_bg.png
|
|
86
86
|
- lib/generators/scaffold_logic/layout/templates/images/layout/th_bg_selected.png
|
|
87
|
-
- lib/generators/scaffold_logic/layout/templates/images/src/black_bar.psd
|
|
88
|
-
- lib/generators/scaffold_logic/layout/templates/images/src/branding.psd
|
|
89
|
-
- lib/generators/scaffold_logic/layout/templates/images/src/legend_bg.psd
|
|
90
|
-
- lib/generators/scaffold_logic/layout/templates/images/src/menu_icons.psd
|
|
91
87
|
- lib/generators/scaffold_logic/layout/templates/layout.html.erb
|
|
92
88
|
- lib/generators/scaffold_logic/layout/templates/layout_helper.rb
|
|
93
89
|
- lib/generators/scaffold_logic/layout/templates/stylesheets/application.css
|
|
@@ -182,3 +178,4 @@ specification_version: 3
|
|
|
182
178
|
summary: Scaffold and UI generator for SEO Logic applications.
|
|
183
179
|
test_files: []
|
|
184
180
|
|
|
181
|
+
has_rdoc:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|