From: Eric Wong <normalperson@yhbt.net>
To: raindrops@librelist.org
Subject: [PATCH 3/3] switch back to gemspec development dependencies
Date: Sat, 13 Apr 2013 02:25:17 +0000 [thread overview]
Message-ID: <1365819917-27535-3-git-send-email-normalperson@yhbt.net> (raw)
In-Reply-To: 1365819917-27535-1-git-send-email-normalperson@yhbt.net
This is more standardized than bundler for gem development.
---
.gitignore | 2 --
Gemfile | 6 ------
raindrops.gemspec | 6 +++++-
3 files changed, 5 insertions(+), 9 deletions(-)
delete mode 100644 Gemfile
diff --git a/.gitignore b/.gitignore
index 52fa812..0a82218 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,5 +14,3 @@ Makefile
/LATEST
/tmp
/.rbx
-# http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
-/Gemfile.lock
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index c9a1b64..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,6 +0,0 @@
-source(ENV["GEM_SOURCE"] || :rubygems)
-gem 'aggregate', '~> 0.2'
-gem 'io-extra', '~> 1.2.3'
-gem 'posix_mq', '~> 1.0'
-gem 'rack', '~> 1.2'
-gem 'unicorn', '>= 0.98'
diff --git a/raindrops.gemspec b/raindrops.gemspec
index dc44b75..ed8eaf5 100644
--- a/raindrops.gemspec
+++ b/raindrops.gemspec
@@ -22,7 +22,11 @@ Gem::Specification.new do |s|
s.rdoc_options = rdoc_options
s.rubyforge_project = %q{rainbows}
s.test_files = test_files
- s.add_development_dependency('bundler', '~> 1.0.10')
+ s.add_development_dependency('aggregate', '~> 0.2')
+ s.add_development_dependency('io-extra', [ '~> 1.2', '>= 1.2.3'])
+ s.add_development_dependency('posix_mq', '~> 2.0')
+ s.add_development_dependency('rack', '~> 1.2')
+ s.add_development_dependency('unicorn', '>= 0.98')
# s.licenses = %w(LGPLv3) # accessor not compatible with older RubyGems
end
--
1.8.2.1.366.ge2af9e3
prev parent reply other threads:[~2013-04-13 2:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-13 2:25 [PATCH 1/3] linux_inet_diag: avoid unnecessary sockaddr initialization Eric Wong
2013-04-13 2:25 ` [PATCH 2/3] .gitignore: add .rbx Eric Wong
2013-04-13 2:25 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://yhbt.net/raindrops/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365819917-27535-3-git-send-email-normalperson@yhbt.net \
--to=normalperson@yhbt.net \
--cc=raindrops@librelist.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhbt.net/raindrops.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).