stickynotifications 0.0.2 → 0.0.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: 32fdf6dea3971b37c84d9c13b19921150287ab03
4
- data.tar.gz: a23d7b890185adef5e3c86028495c5937325955a
3
+ metadata.gz: 55dec5a3686fdff700936da1456b732dc442692b
4
+ data.tar.gz: 9ef8ec5972cf7db76716521cdca0e0cfcf85aa8a
5
5
  SHA512:
6
- metadata.gz: b56f41b4a320d16f053f97137f2ce9260f1aefc40b2a1b669696da4ecfcac1ebf602d4ed580a098302d98a5b0a35fef70d2d11feb33c905458db3617fed1eadc
7
- data.tar.gz: fd82d90235a0ad94937a1a2cc01fb8ec5f9999f82446c35fdac59755825e67112a9f4e338a6ddeb96c5d5183a5f89516104c7748a8596d85ac8d3498489c3494
6
+ metadata.gz: dbc9518f95f703e851aef8d3e580c5edf28eefe9feebc70346a873e6383ab61c5890c15456f3ba92cf5fad0608ff9c115fcf0a7f071c2d2b87bc3431d6eeaa3d
7
+ data.tar.gz: 4663aca6528b47f7e2701373565d0879084e673e41362e8c9d9fe66f3385056082adf0c44e07dc62a26053e2de13764a739188ef0a8444e0844e736911832cf2
@@ -1,3 +1,3 @@
1
1
  module Stickynotifications
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -5,7 +5,7 @@ require 'thor'
5
5
  class StickyNotifications < Thor
6
6
  desc "new TEXT", "create new Sticky Notification with TEXT"
7
7
  def new(sticky_text)
8
- %x{open sticky-notifications://note?message=#{escape_string(sticky_text)}}
8
+ %x{open "sticky-notifications://note?message=#{escape_string(sticky_text)}"}
9
9
  end
10
10
 
11
11
  no_commands do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stickynotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - brandonpittman