nsnotify 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/nsnotify/version.rb +1 -1
- data/nsnotify.gemspec +1 -1
- metadata +2 -2
data/lib/nsnotify/version.rb
CHANGED
data/nsnotify.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["Nsnotify@foxycoder.com"]
|
7
7
|
gem.description = %q{Notifications through the OS X Notification Center.}
|
8
8
|
gem.summary = %q{Notifications through the OS X Notification Center available since OS X 10.8 Mountain Lion.}
|
9
|
-
gem.homepage = "
|
9
|
+
gem.homepage = "https://github.com/foxycoder/nsnotify"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nsnotify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings
|
65
65
|
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib
|
66
66
|
- vendor/terminal-notifier_v1.0/terminal-notifier.app/Contents/_CodeSignature/CodeResources
|
67
|
-
homepage:
|
67
|
+
homepage: https://github.com/foxycoder/nsnotify
|
68
68
|
licenses: []
|
69
69
|
post_install_message:
|
70
70
|
rdoc_options: []
|