Skip to content

Commit

Permalink
update gemspec + deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Aug 15, 2011
1 parent caa6d7a commit 300b7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gemspec
Expand Up @@ -11,9 +11,8 @@ Gem::Specification.new do |s|
s.summary = "A command/task framework similar to rake and thor that opens your ruby universe to the commandline and irb."
s.description = "Boson is a command/task framework with the power to turn any ruby method into a full-fledged executable with options. Some unique features that differentiate it from rake and thor include being usable from irb and the commandline, optional automated views generated by hirb and allowing libraries to be written as plain ruby. For my libraries that use this, see irbfiles. Works with all major ruby versions."
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = 'tagaholic'
s.executables = ['boson']
s.add_dependency 'hirb', '>= 0.3.5'
s.add_dependency 'hirb', '>= 0.5.0'
s.add_dependency 'alias', '>= 0.2.2'
s.add_development_dependency 'mocha'
s.add_development_dependency 'bacon', '>= 1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion deps.rip
@@ -1,2 +1,2 @@
hirb >=0.3.5
hirb >=0.5.0
alias >=0.2.2

0 comments on commit 300b7e6

Please sign in to comment.