Skip to content

Commit

Permalink
Bumped version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter de Vos committed Oct 22, 2014
1 parent 7c141d1 commit 2f04315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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/
Expand Down
5 changes: 2 additions & 3 deletions 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"]
Expand Down

0 comments on commit 2f04315

Please sign in to comment.