ideyabox 0.1.10 → 0.1.11
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/.gitignore +1 -0
- data/app/assets/javascripts/default.js +0 -2
- data/app/assets/stylesheets/default.scss.erb +0 -1
- data/lib/ideyabox/version.rb +1 -1
- metadata +2 -4
- data/.DS_Store +0 -0
- data/app/.DS_Store +0 -0
data/.gitignore
CHANGED
|
@@ -7,13 +7,11 @@
|
|
|
7
7
|
//= require swfobject.js
|
|
8
8
|
//= require jquery.uploadify.min
|
|
9
9
|
//= require jquery-ui.min.js
|
|
10
|
-
//= require chosen.jquery.js
|
|
11
10
|
//= require jquery.mjs.nestedSortable.js
|
|
12
11
|
|
|
13
12
|
//
|
|
14
13
|
$(document).ready(function(){
|
|
15
14
|
|
|
16
|
-
$(".chosen_select").chosen();
|
|
17
15
|
$('.pagination').hide();
|
|
18
16
|
$("ol.sortable ol").hide();
|
|
19
17
|
|
data/lib/ideyabox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ideyabox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-11-03 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Gem for constructing admin panel
|
|
16
16
|
email:
|
|
@@ -20,13 +20,11 @@ executables: []
|
|
|
20
20
|
extensions: []
|
|
21
21
|
extra_rdoc_files: []
|
|
22
22
|
files:
|
|
23
|
-
- .DS_Store
|
|
24
23
|
- .gitignore
|
|
25
24
|
- Gemfile
|
|
26
25
|
- LICENSE
|
|
27
26
|
- README.md
|
|
28
27
|
- Rakefile
|
|
29
|
-
- app/.DS_Store
|
|
30
28
|
- app/assets/images/admin/addphoto.png
|
|
31
29
|
- app/assets/images/admin/background-image.png
|
|
32
30
|
- app/assets/images/admin/rdws_cat.png
|
data/.DS_Store
DELETED
|
Binary file
|
data/app/.DS_Store
DELETED
|
Binary file
|