From 59ca55bbb731dca0b96f2850ec07e0b36580dd1a Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 28 Jun 2011 19:17:40 -0700 Subject: [PATCH] Allow bundling of unreleased versions of sub-gems --- oa-basic/Gemfile | 4 ++++ oa-enterprise/Gemfile | 4 ++++ oa-more/Gemfile | 4 ++++ oa-oauth/Gemfile | 4 ++++ oa-openid/Gemfile | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/oa-basic/Gemfile b/oa-basic/Gemfile index 1e01eae..73a8e19 100644 --- a/oa-basic/Gemfile +++ b/oa-basic/Gemfile @@ -1,5 +1,9 @@ +require File.expand_path('../lib/omniauth/version', __FILE__) + source 'http://rubygems.org' +gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core' + platforms :jruby do gem 'jruby-openssl', '~> 0.7' end diff --git a/oa-enterprise/Gemfile b/oa-enterprise/Gemfile index 1e01eae..73a8e19 100644 --- a/oa-enterprise/Gemfile +++ b/oa-enterprise/Gemfile @@ -1,5 +1,9 @@ +require File.expand_path('../lib/omniauth/version', __FILE__) + source 'http://rubygems.org' +gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core' + platforms :jruby do gem 'jruby-openssl', '~> 0.7' end diff --git a/oa-more/Gemfile b/oa-more/Gemfile index 1e01eae..73a8e19 100644 --- a/oa-more/Gemfile +++ b/oa-more/Gemfile @@ -1,5 +1,9 @@ +require File.expand_path('../lib/omniauth/version', __FILE__) + source 'http://rubygems.org' +gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core' + platforms :jruby do gem 'jruby-openssl', '~> 0.7' end diff --git a/oa-oauth/Gemfile b/oa-oauth/Gemfile index 1e01eae..73a8e19 100644 --- a/oa-oauth/Gemfile +++ b/oa-oauth/Gemfile @@ -1,5 +1,9 @@ +require File.expand_path('../lib/omniauth/version', __FILE__) + source 'http://rubygems.org' +gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core' + platforms :jruby do gem 'jruby-openssl', '~> 0.7' end diff --git a/oa-openid/Gemfile b/oa-openid/Gemfile index 1e01eae..73a8e19 100644 --- a/oa-openid/Gemfile +++ b/oa-openid/Gemfile @@ -1,5 +1,9 @@ +require File.expand_path('../lib/omniauth/version', __FILE__) + source 'http://rubygems.org' +gem 'oa-core', OmniAuth::Version::STRING, :path => '../oa-core' + platforms :jruby do gem 'jruby-openssl', '~> 0.7' end