config/hoe.rb in urubatan-autotest-notification-0.2.0 vs config/hoe.rb in urubatan-autotest-notification-1.0.1
- old
+ new
@@ -1,15 +1,17 @@
require 'autotest_notification/version'
-AUTHOR = "Carlos Brando, Rodrigo Urubatan, Alexandre da Silva, Carlos Júnior, Davis Zanetti Cabral"
+AUTHOR = "Carlos Brando, Rodrigo Urubatan, Alexandre da Silva, Carlos Júnior, Davis Zanetti Cabral, Marcos Tapajós"
EMAIL = "eduardobrando@gmail.com"
-DESCRIPTION = "Set the autotest to display messages on the operating system using software such as Growl and LibNotify."
+DESCRIPTION = "This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results."
GEM_NAME = 'autotest-notification' # what ppl will type to install your gem
-RUBYFORGE_PROJECT = '' # The unix name for your project
+RUBYFORGE_PROJECT = nil # 'autotestnotific' # The unix name for your project
HOMEPATH = "http://github.com/carlosbrando/autotest-notification/"
DOWNLOAD_PATH = "http://github.com/carlosbrando/autotest-notification/tarball/master"
+
EXTRA_DEPENDENCIES = [
+ ['ZenTest', '>= 3.9.2']
# ['activesupport', '>= 1.3.1']
] # An array of rubygem dependencies [name, version]
@config_file = "~/.rubyforge/user-config.yml"
@config = nil
@@ -59,10 +61,10 @@
p.test_globs = ["test/**/test_*.rb"]
p.clean_globs |= ['**/.*.sw?', '*.gem', '.config', '**/.DS_Store'] #An array of file patterns to delete on clean.
# == Optional
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
- #p.extra_deps = EXTRA_DEPENDENCIES
+ p.extra_deps = EXTRA_DEPENDENCIES
#p.spec_extras = {} # A hash of extra values to set in the gemspec.
end
CHANGES = $hoe.paragraphs_of('History.txt', 0..1).join("\\n\\n")
\ No newline at end of file