watch_tower.gemspec in watch_tower-0.0.1.beta6 vs watch_tower.gemspec in watch_tower-0.0.1.beta7

- old
+ new

@@ -1,9 +1,8 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "watch_tower/version" -require 'rbconfig' Gem::Specification.new do |s| s.name = "watch_tower" s.version = WatchTower.version s.authors = ["Wael Nasreddine"] @@ -43,13 +42,10 @@ #### # Run-time dependencies #### - # Appscript - s.add_dependency 'rb-appscript', '~>0.6.1' if RbConfig::CONFIG['target_os'] =~ /darwin/i - # Active Support s.add_dependency 'activesupport', '~>3.1.1' s.add_dependency 'i18n', '~>0.6.0' # Active Record @@ -71,10 +67,10 @@ # System commands s.add_dependency 'systemu', '~>2.4.0' # Crontab editor - s.add_dependency 'cronedit', '~>0.3.0' if RbConfig::CONFIG['target_os'] =~ /linux/i + s.add_dependency 'cronedit', '~>0.3.0' #### # Development dependencies ####