beautiful_scaffold 0.1.0 → 0.1.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.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "beautiful_scaffold"
6
- s.version = "0.1.0"
6
+ s.version = "0.1.1"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.summary = "Beautiful Scaffold generate fully customizable scaffold"
9
9
  s.email = "claudel.sylvain@gmail.com"
@@ -59,6 +59,7 @@ class BeautifulScaffoldGenerator < Rails::Generators::Base
59
59
 
60
60
  # Js
61
61
  bc_js = [
62
+ "#{javascriptspath}beautiful_scaffold.js",
62
63
  "#{javascriptspath}bootstrap.js",
63
64
  "#{javascriptspath}bootstrap.min.js",
64
65
  "#{javascriptspath}bootstrap-alert.js",
@@ -8,8 +8,8 @@
8
8
  text-align:center;
9
9
  }
10
10
 
11
- $border-spinner:#4b9200;
12
- $shadow-spinner:#6fb200;
11
+ $border-spinner:#0088CC;
12
+ $shadow-spinner:#0060CC;
13
13
 
14
14
  /* http://www.alessioatzeni.com/blog/css3-loading-animation-loop/ */
15
15
  .loader{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beautiful_scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-25 00:00:00.000000000Z
12
+ date: 2012-07-26 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Beautiful Scaffold generate a complete scaffold (sort, export, paginate
15
15
  and filter data)
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  requirements: []
220
220
  rubyforge_project: beautiful_scaffold
221
- rubygems_version: 1.8.17
221
+ rubygems_version: 1.8.10
222
222
  signing_key:
223
223
  specification_version: 3
224
224
  summary: Beautiful Scaffold generate fully customizable scaffold