bulutfon_dashboard 0.7.3 → 0.7.4
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: 8f15fdc3d1f86a5aef1a49c4f5967d38a62a9a47
|
4
|
+
data.tar.gz: 8aa14503ff61de88816163ff3dad4dc95a1f2727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef9414e7aab4c1fdc995a3d6bfe1d0479cbc51daafe57f5cd7713dd902a99c1d629fb4d69eddabaac72809708e57620ea0d8a50dff6443058eda04ace6e754a9
|
7
|
+
data.tar.gz: d1446cee10b8321846dd137a0cea533f99f04626bec9c37afdc6edde4e5240dd5317c1da1620285659fb117a66479cf1c46bdb92cb355f45ab3aa465303de837
|
@@ -0,0 +1,13 @@
|
|
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 .
|
@@ -0,0 +1,15 @@
|
|
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
|
+
*/
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hamit.turku.kaya
|
@@ -56,10 +56,12 @@ 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
|
59
60
|
- app/assets/javascripts/bulutfon_dashboard/audiojs/audiojs-player-graphics.gif
|
60
61
|
- app/assets/javascripts/bulutfon_dashboard/audiojs/audiojs.js.erb
|
61
62
|
- app/assets/javascripts/bulutfon_dashboard/audiojs/audiojs.swf
|
62
63
|
- app/assets/javascripts/bulutfon_dashboard/cdrs.js
|
64
|
+
- app/assets/stylesheets/bulutfon_dashboard/application.css
|
63
65
|
- app/assets/stylesheets/bulutfon_dashboard/bulutfon-fonts.css.sass
|
64
66
|
- app/controllers/bulutfon_dashboard/application_controller.rb
|
65
67
|
- app/controllers/bulutfon_dashboard/base_controller.rb
|