From 9c456b4fdd846504ca765cc80e24f11f534b4040 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Wed, 18 May 2011 08:46:04 -0400 Subject: [PATCH] Update yard dependency to version 0.7 --- Gemfile | 4 ---- oa-basic/Gemfile | 4 ---- oa-basic/oa-basic.gemspec | 2 +- oa-core/Gemfile | 4 ---- oa-core/oa-core.gemspec | 2 +- oa-enterprise/Gemfile | 4 ---- oa-enterprise/oa-enterprise.gemspec | 2 +- oa-more/Gemfile | 4 ---- oa-more/oa-more.gemspec | 2 +- oa-oauth/Gemfile | 4 ---- oa-oauth/oa-oauth.gemspec | 2 +- oa-openid/Gemfile | 4 ---- oa-openid/oa-openid.gemspec | 2 +- 13 files changed, 6 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index da5b4cf..3080aad 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,6 @@ platforms :jruby do gem 'jruby-openssl', '~> 0.7' end -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec :path => 'oa-basic' gemspec :path => 'oa-core' gemspec :path => 'oa-enterprise' diff --git a/oa-basic/Gemfile b/oa-basic/Gemfile index af3f2ef..1e01eae 100644 --- a/oa-basic/Gemfile +++ b/oa-basic/Gemfile @@ -4,8 +4,4 @@ platforms :jruby do gem 'jruby-openssl', '~> 0.7' end -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec diff --git a/oa-basic/oa-basic.gemspec b/oa-basic/oa-basic.gemspec index 276807f..bdde539 100644 --- a/oa-basic/oa-basic.gemspec +++ b/oa-basic/oa-basic.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rake', '~> 0.8' gem.add_development_dependency 'rspec', '~> 2.5' gem.add_development_dependency 'webmock', '~> 1.6' - # gem.add_development_dependency 'yard', '~> 0.7' + gem.add_development_dependency 'yard', '~> 0.7' gem.add_development_dependency 'ZenTest', '~> 4.5' gem.name = 'oa-basic' gem.version = OmniAuth::Version::STRING diff --git a/oa-core/Gemfile b/oa-core/Gemfile index 3c1dac6..d65e2a6 100644 --- a/oa-core/Gemfile +++ b/oa-core/Gemfile @@ -1,7 +1,3 @@ source 'http://rubygems.org' -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec diff --git a/oa-core/oa-core.gemspec b/oa-core/oa-core.gemspec index 21be5b1..12614c0 100644 --- a/oa-core/oa-core.gemspec +++ b/oa-core/oa-core.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rack-test', '~> 0.5' gem.add_development_dependency 'rake', '~> 0.8' gem.add_development_dependency 'rspec', '~> 2.5' - # gem.add_development_dependency 'yard', '~> 0.7' + gem.add_development_dependency 'yard', '~> 0.7' gem.add_development_dependency 'ZenTest', '~> 4.5' gem.name = 'oa-core' gem.version = OmniAuth::Version::STRING diff --git a/oa-enterprise/Gemfile b/oa-enterprise/Gemfile index af3f2ef..1e01eae 100644 --- a/oa-enterprise/Gemfile +++ b/oa-enterprise/Gemfile @@ -4,8 +4,4 @@ platforms :jruby do gem 'jruby-openssl', '~> 0.7' end -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec diff --git a/oa-enterprise/oa-enterprise.gemspec b/oa-enterprise/oa-enterprise.gemspec index a0fcc01..fece365 100644 --- a/oa-enterprise/oa-enterprise.gemspec +++ b/oa-enterprise/oa-enterprise.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rake', '~> 0.8' gem.add_development_dependency 'rspec', '~> 2.5' gem.add_development_dependency 'webmock', '~> 1.6' - # gem.add_development_dependency 'yard', '~> 0.7' + gem.add_development_dependency 'yard', '~> 0.7' gem.add_development_dependency 'ZenTest', '~> 4.5' gem.name = 'oa-enterprise' gem.version = OmniAuth::Version::STRING diff --git a/oa-more/Gemfile b/oa-more/Gemfile index af3f2ef..1e01eae 100644 --- a/oa-more/Gemfile +++ b/oa-more/Gemfile @@ -4,8 +4,4 @@ platforms :jruby do gem 'jruby-openssl', '~> 0.7' end -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec diff --git a/oa-more/oa-more.gemspec b/oa-more/oa-more.gemspec index d617cc9..eb355e0 100644 --- a/oa-more/oa-more.gemspec +++ b/oa-more/oa-more.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rspec', '~> 2.5' gem.add_development_dependency 'simplecov', '~> 0.4' gem.add_development_dependency 'webmock', '~> 1.6' - # gem.add_development_dependency 'yard', '~> 0.7' + gem.add_development_dependency 'yard', '~> 0.7' gem.add_development_dependency 'ZenTest', '~> 4.5' gem.name = 'oa-more' gem.version = OmniAuth::Version::STRING diff --git a/oa-oauth/Gemfile b/oa-oauth/Gemfile index af3f2ef..1e01eae 100644 --- a/oa-oauth/Gemfile +++ b/oa-oauth/Gemfile @@ -4,8 +4,4 @@ platforms :jruby do gem 'jruby-openssl', '~> 0.7' end -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec diff --git a/oa-oauth/oa-oauth.gemspec b/oa-oauth/oa-oauth.gemspec index 0e0f3d8..0f7e565 100644 --- a/oa-oauth/oa-oauth.gemspec +++ b/oa-oauth/oa-oauth.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rspec', '~> 2.5' gem.add_development_dependency 'simplecov', '~> 0.4' gem.add_development_dependency 'webmock', '~> 1.6' - # gem.add_development_dependency 'yard', '~> 0.7' + gem.add_development_dependency 'yard', '~> 0.7' gem.add_development_dependency 'ZenTest', '~> 4.5' gem.name = 'oa-oauth' gem.version = OmniAuth::Version::STRING diff --git a/oa-openid/Gemfile b/oa-openid/Gemfile index af3f2ef..1e01eae 100644 --- a/oa-openid/Gemfile +++ b/oa-openid/Gemfile @@ -4,8 +4,4 @@ platforms :jruby do gem 'jruby-openssl', '~> 0.7' end -group :development do - gem 'yard', :git => 'https://github.com/lsegal/yard.git' -end - gemspec diff --git a/oa-openid/oa-openid.gemspec b/oa-openid/oa-openid.gemspec index 3864527..522f80b 100644 --- a/oa-openid/oa-openid.gemspec +++ b/oa-openid/oa-openid.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency 'rspec', '~> 2.5' gem.add_development_dependency 'simplecov', '~> 0.4' gem.add_development_dependency 'webmock', '~> 1.6' - # gem.add_development_dependency 'yard', '~> 0.7' + gem.add_development_dependency 'yard', '~> 0.7' gem.add_development_dependency 'ZenTest', '~> 4.5' gem.name = 'oa-openid' gem.version = OmniAuth::Version::STRING