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 CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ *.DS_Store
@@ -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
 
@@ -1,7 +1,6 @@
1
1
  //= require 'font-awesome.css'
2
2
  //*= require normalize
3
3
  //*= require jquery.Jcrop.css
4
- //*= require chosen
5
4
  //*= require_self
6
5
  * {
7
6
  margin: 0;
@@ -1,3 +1,3 @@
1
1
  module Ideyabox
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
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.10
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-08-09 00:00:00.000000000 Z
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
Binary file