Skip to content

Commit

Permalink
- added rspec and newgem to hoe.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Oct 20, 2009
1 parent e6f4e93 commit 7f56d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion config/hoe.rb
Expand Up @@ -25,7 +25,8 @@
['rack-cache', '>= 0.5.2'],
['rack-contrib', '>= 0.9.2'],
['rack-test', '>= 0.5.0'],
['rspec', '>= 1.2.9']
['rspec', '>= 1.2.9'],
['newgem', '>= 1.5.2']
] # An array of rubygem dependencies [name, version]

@config_file = "~/.rubyforge/user-config.yml"
Expand Down
6 changes: 0 additions & 6 deletions lib/trellis/utils.rb
Expand Up @@ -24,12 +24,6 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++

module Kernel
def with( object, &block )
object.instance_eval(&block); object
end
end

class Object #:nodoc:
def meta_def(m,&b) #:nodoc:
metaclass.send(:define_method,m,&b)
Expand Down

0 comments on commit 7f56d64

Please sign in to comment.