kita 0.5.2 → 0.5.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
  SHA256:
3
- metadata.gz: fe0fd7f04327305a031aca0a2563141fcb80917b16a413c83047baec25bf562e
4
- data.tar.gz: 9ef30212fbe2fb7e6f895f43311bfcaaa7e0f206d8d6e62e618613c392d70234
3
+ metadata.gz: 4490982ee2a55cd63614c60c73a8046bfd0b2d25fc8b14178941679de9b13cd2
4
+ data.tar.gz: 375a7ddd27b6d00757efc0ad32814a1b7f1f6d04fd3c0e6849cb377d59b01d03
5
5
  SHA512:
6
- metadata.gz: d979ad149e0782b4e7ea705e0d1eca590c3d3b06b0fbd90c7ff5b057de21144b38a2c225a2fd78cf8b425f173c69d5e82b855405a41c5877518ddbbea884a4a4
7
- data.tar.gz: 3cb5a9979c7b7f01b003ac53c37657176b93382e39d75e29720028a28ee2d09a1fd64918ece4e2533acc1d945323f4b34fcd4539de140170cfea0ab15f2c5b76
6
+ metadata.gz: 4628f8eb832ff482c311e96334f48c4dea97f29e16b032ef60ac59a5f27247c42e17aef1853d6ed30a7658b1a0fa4a377249bac49e22c5645ff702112b721bfe
7
+ data.tar.gz: 45b2216ff06714670eba51f67894e62632c13acdc88a4c12999e3399babe85b2ce4b66c04ae1962ba3f66839bf20ef3bd8fff7cca80137f74141012d48b2d289
@@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
- - Marketing banner to prompt users to upgrade to a free account
10
9
 
11
10
  ### Changed
12
11
 
@@ -22,7 +22,7 @@ class Audio
22
22
 
23
23
  def play(uri)
24
24
  @playbin.stop
25
- @playbin.uri = Gst.filename_to_uri("./sounds/#{uri}.ogg")
25
+ @playbin.uri = Gst.filename_to_uri("#{@application_root_path}/sounds/#{uri}.ogg")
26
26
  @playbin.play
27
27
  end
28
28
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kita
4
- VERSION = '0.5.2'
4
+ VERSION = '0.5.3'
5
5
  end
@@ -40,5 +40,5 @@ apps:
40
40
  - desktop
41
41
  - wayland
42
42
  - audio-playback
43
- - pulseaudio
43
+ # - pulseaudio
44
44
  common-id: uk.danbishop.kita
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kita
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Bishop