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: 82b7f783f6c4c5d75751018f398077bf488896b3
4
- data.tar.gz: e7100a1a285b38c937a916b10d9e8caef0fa9a26
3
+ metadata.gz: 8f15fdc3d1f86a5aef1a49c4f5967d38a62a9a47
4
+ data.tar.gz: 8aa14503ff61de88816163ff3dad4dc95a1f2727
5
5
  SHA512:
6
- metadata.gz: 351d5c185444bc60e480b531d5274511c417d86a3d4af82d904c2454b42d4ffd6d315e6cc2753db4502dd5d297b5308d9ed4252339b49f5ec67f145b1cbd87c8
7
- data.tar.gz: 0e961c8b0db5fead52facf7748656d40c562e789371b80fdcbe7167b4ac3c03fa9957b6443d44e7305a0f6c276a18a4271b9871cf2582b45ad183590581016d6
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
+ */
@@ -1,3 +1,3 @@
1
1
  module BulutfonDashboard
2
- VERSION = '0.7.3'
2
+ VERSION = '0.7.4'
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.3
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