diff --git a/Ruby/Gemfile.lock b/Ruby/Gemfile.lock index 9d70f0b..3790546 100644 --- a/Ruby/Gemfile.lock +++ b/Ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal-notifier-guard (1.5.0) + terminal-notifier-guard (1.6.0) GEM remote: https://rubygems.org/ diff --git a/Ruby/terminal-notifier-guard.gemspec b/Ruby/terminal-notifier-guard.gemspec index 34f8acd..e18ac10 100644 --- a/Ruby/terminal-notifier-guard.gemspec +++ b/Ruby/terminal-notifier-guard.gemspec @@ -1,10 +1,9 @@ # -*- encoding: utf-8 -*- -plist = File.expand_path('../../Terminal Notifiers/notify/Terminal Notifier/Terminal Notifier-Info.plist', __FILE__) -version = `/usr/libexec/PlistBuddy -c 'Print :CFBundleShortVersionString' '#{plist}'`.strip +VERSION = "1.6.0" Gem::Specification.new do |gem| gem.name = "terminal-notifier-guard" - gem.version = version + gem.version = VERSION gem.summary = 'Send User Notifications on Mac OS X 10.8 - with status icons.' gem.authors = ["Eloy Duran", "Wouter de Vos"] gem.email = ["wouter@springest.com"]