[DRE-commits] [ruby-org] 131/303: Added Gemfile

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:42 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit d118f5288eb8f13e521e8a21951c4afadec4c6e1
Author: Waldemar Quevedo <waldemar.quevedo at mail.rakuten.com>
Date:   Sat Mar 31 13:57:12 2012 +0900

    Added Gemfile
---
 Gemfile  |    8 ++++++++
 Rakefile |    8 +-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..36a0b4a
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,8 @@
+source :rubygems
+
+gemspec
+
+group :development do
+  gem 'rspec'
+  gem 'tilt'
+end
diff --git a/Rakefile b/Rakefile
index d912166..dee90e3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,10 +1,4 @@
-
-begin
-  require 'bones'
-rescue LoadError
-  abort '### Please install the "bones" gem ###'
-end
-
+require 'bones'
 ensure_in_path 'lib'
 require 'org-ruby'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list