bulutfon_dashboard 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82b7f783f6c4c5d75751018f398077bf488896b3
|
4
|
+
data.tar.gz: e7100a1a285b38c937a916b10d9e8caef0fa9a26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 351d5c185444bc60e480b531d5274511c417d86a3d4af82d904c2454b42d4ffd6d315e6cc2753db4502dd5d297b5308d9ed4252339b49f5ec67f145b1cbd87c8
|
7
|
+
data.tar.gz: 0e961c8b0db5fead52facf7748656d40c562e789371b80fdcbe7167b4ac3c03fa9957b6443d44e7305a0f6c276a18a4271b9871cf2582b45ad183590581016d6
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bulutfon_dashboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hamit.turku.kaya
|
@@ -56,12 +56,10 @@ files:
|
|
56
56
|
- app/assets/images/bulutfon_dashboard/screenshot-step-1.png
|
57
57
|
- app/assets/images/bulutfon_dashboard/screenshot-step-2.png
|
58
58
|
- app/assets/images/bulutfon_dashboard/screenshot-step-3.png
|
59
|
-
- app/assets/javascripts/bulutfon_dashboard/application.js
|
60
59
|
- app/assets/javascripts/bulutfon_dashboard/audiojs/audiojs-player-graphics.gif
|
61
60
|
- app/assets/javascripts/bulutfon_dashboard/audiojs/audiojs.js.erb
|
62
61
|
- app/assets/javascripts/bulutfon_dashboard/audiojs/audiojs.swf
|
63
62
|
- app/assets/javascripts/bulutfon_dashboard/cdrs.js
|
64
|
-
- app/assets/stylesheets/bulutfon_dashboard/application.css
|
65
63
|
- app/assets/stylesheets/bulutfon_dashboard/bulutfon-fonts.css.sass
|
66
64
|
- app/controllers/bulutfon_dashboard/application_controller.rb
|
67
65
|
- app/controllers/bulutfon_dashboard/base_controller.rb
|
@@ -1,13 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// compiled file.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require_tree .
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any styles
|
10
|
-
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
11
|
-
* file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|