From 2f0431545636eb53d10c56bd0bc23538841f378f Mon Sep 17 00:00:00 2001 From: Wouter de Vos Date: Wed, 22 Oct 2014 21:10:50 +0200 Subject: [PATCH] Bumped version number to 1.6.0 --- Ruby/Gemfile.lock | 2 +- Ruby/terminal-notifier-guard.gemspec | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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"]