bulutfon_dashboard 0.7.2 → 0.7.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44bfb26f18a54de0463f415121b192ab3b1a91f0
4
- data.tar.gz: 96da4abaf6aebdd638824839115bc0b80983e59a
3
+ metadata.gz: 82b7f783f6c4c5d75751018f398077bf488896b3
4
+ data.tar.gz: e7100a1a285b38c937a916b10d9e8caef0fa9a26
5
5
  SHA512:
6
- metadata.gz: 3054e8e29d08f56b8e4f9d0d9c7c6f697823489d4bc44b8e4802cba57539f7c4d705df257ec433bcede0d60886e6f3dc75a01b0b8375724be980523e44f6fdae
7
- data.tar.gz: c09d661f864819af30d9a5747be2db5497f22743cac52f1fe2543e36355fe60918cbf836f67b25646bfcb6e702c549ba883e76aaf7b4e1837e207789d0953d17
6
+ metadata.gz: 351d5c185444bc60e480b531d5274511c417d86a3d4af82d904c2454b42d4ffd6d315e6cc2753db4502dd5d297b5308d9ed4252339b49f5ec67f145b1cbd87c8
7
+ data.tar.gz: 0e961c8b0db5fead52facf7748656d40c562e789371b80fdcbe7167b4ac3c03fa9957b6443d44e7305a0f6c276a18a4271b9871cf2582b45ad183590581016d6
@@ -1,3 +1,3 @@
1
1
  module BulutfonDashboard
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
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.2
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
- */