Skip to content

Commit

Permalink
Bundlified
Browse files Browse the repository at this point in the history
Integrated Bundler into the project
  • Loading branch information
argent-smith committed Jan 24, 2012
1 parent 7f593d0 commit 990d7c9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,6 @@ pkg
.DS_Store
nbproject
*.gem
*.rbc
*.rbc
.rvmrc
Gemfile.lock
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
# A sample Gemfile
source "http://rubygems.org"

# take all from a gemspec
gemspec
4 changes: 3 additions & 1 deletion Rakefile
@@ -1,5 +1,7 @@
require 'rubygems'
gem 'hoe', '>= 2.8.0'

require 'bundler/setup'

require 'hoe'
require 'fileutils'
require './lib/autotest_notification.rb'
Expand Down
4 changes: 4 additions & 0 deletions autotest-notification.gemspec
Expand Up @@ -39,4 +39,8 @@ Gem::Specification.new do |s|
# s.add_dependency(%q<rubyforge>, [">= 2.0.4"])
# s.add_dependency(%q<hoe>, [">= 2.6.0"])
end
s.add_development_dependency(%q<hoe>, '>= 2.8.0')
s.add_development_dependency(%q<newgem>)
s.add_development_dependency(%q<rdoc>)
s.add_development_dependency(%q<mocha>)
end
Empty file modified bin/an-install 100644 → 100755
Empty file.
Empty file modified bin/an-uninstall 100644 → 100755
Empty file.

0 comments on commit 990d7c9

Please sign in to comment.