Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion terminitor.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- encoding: utf-8 -*-
require File.expand_path("../lib/terminitor/version", __FILE__)
require 'rbconfig'

Gem::Specification.new do |s|
s.name = "terminitor"
Expand All @@ -15,7 +16,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "terminitor"

# Platform Specific Dependencies
case RUBY_PLATFORM.downcase
case Config::CONFIG['host_os'].downcase
when %r{darwin}
s.add_dependency "rb-appscript", "~>0.6.1"
when %r{linux}
Expand Down