summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2011-11-02 18:05:08 +0000
committerpgollucci <pgollucci@FreeBSD.org>2011-11-02 18:05:08 +0000
commita3d97104ac2b07a7755216de8762283df0506edd (patch)
tree63b9d24f8179133a8d1a077a86039e816ecbb7a1
parent0c92db53c6b55c351e24540e60a27887de176624 (diff)
downloadFreeBSD-ports-a3d97104ac2b07a7755216de8762283df0506edd.zip
FreeBSD-ports-a3d97104ac2b07a7755216de8762283df0506edd.tar.gz
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@ Tested by: P6 TB Full rubygem run
-rw-r--r--archivers/rubygem-archive-zip/Makefile2
-rw-r--r--databases/rubygem-activemodel/Makefile2
-rw-r--r--databases/rubygem-dm-active_model/Makefile2
-rw-r--r--databases/rubygem-dm-core/Makefile2
-rw-r--r--databases/rubygem-dm-devise/Makefile2
-rw-r--r--databases/rubygem-dm-postgres-adapter/Makefile2
-rw-r--r--databases/rubygem-dm-rails/Makefile6
-rw-r--r--databases/rubygem-dm-serializer/Makefile4
-rw-r--r--databases/rubygem-dm-types/Makefile6
-rw-r--r--databases/rubygem-do_mysql/Makefile2
-rw-r--r--databases/rubygem-do_postgres/Makefile2
-rw-r--r--databases/rubygem-do_sqlite3/Makefile2
-rw-r--r--devel/rubygem-activesupport/Makefile2
-rw-r--r--devel/rubygem-coffee-script/Makefile2
-rw-r--r--devel/rubygem-devise/Makefile2
-rw-r--r--devel/rubygem-rascut/Makefile2
-rw-r--r--devel/rubygem-rash/Makefile2
-rw-r--r--devel/rubygem-rdoc/Makefile4
-rw-r--r--devel/rubygem-rspec-expectations/Makefile4
-rw-r--r--devel/rubygem-rspec/Makefile12
-rw-r--r--devel/rubygem-sprockets/Makefile6
-rw-r--r--devel/rubygem-treetop/Makefile2
-rw-r--r--net/rubygem-amq-client/Makefile2
-rw-r--r--net/rubygem-amqp-utils/Makefile4
-rw-r--r--net/rubygem-stompserver/Makefile2
-rw-r--r--net/rubygem-twitter/Makefile2
-rw-r--r--sysutils/rubygem-capistrano/Makefile2
-rw-r--r--sysutils/rubygem-chef/Makefile2
-rw-r--r--textproc/rubygem-albino/Makefile2
-rw-r--r--textproc/rubygem-compass/Makefile4
-rw-r--r--textproc/rubygem-sass-rails/Makefile2
-rw-r--r--www/rubygem-actionpack/Makefile8
-rw-r--r--www/rubygem-cuba/Makefile4
-rw-r--r--www/rubygem-faraday/Makefile4
-rw-r--r--www/rubygem-faraday_middleware/Makefile2
-rw-r--r--www/rubygem-jekyll/Makefile4
-rw-r--r--www/rubygem-jquery-rails/Makefile4
-rw-r--r--www/rubygem-rack-protection/Makefile2
-rw-r--r--www/rubygem-sinatra/Makefile6
-rw-r--r--www/rubygem-uglifier/Makefile4
40 files changed, 66 insertions, 66 deletions
diff --git a/archivers/rubygem-archive-zip/Makefile b/archivers/rubygem-archive-zip/Makefile
index 0ef37ad..73273bb 100644
--- a/archivers/rubygem-archive-zip/Makefile
+++ b/archivers/rubygem-archive-zip/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Provides interface to working with ZIP archives
-RUN_DEPENDS= rubygem-io-like>=0.1.0:${PORTSDIR}/devel/rubygem-io-like
+RUN_DEPENDS= rubygem-io-like>=0.3.0:${PORTSDIR}/devel/rubygem-io-like
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/databases/rubygem-activemodel/Makefile b/databases/rubygem-activemodel/Makefile
index 01dbb6d..aa4fabe 100644
--- a/databases/rubygem-activemodel/Makefile
+++ b/databases/rubygem-activemodel/Makefile
@@ -15,7 +15,7 @@ COMMENT= A toolkit for building modeling frameworks
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
rubygem-bcrypt-ruby>=3.0.0:${PORTSDIR}/security/rubygem-bcrypt-ruby \
- rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n
+ rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/databases/rubygem-dm-active_model/Makefile b/databases/rubygem-dm-active_model/Makefile
index 9dd1f3c..213915d 100644
--- a/databases/rubygem-dm-active_model/Makefile
+++ b/databases/rubygem-dm-active_model/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A dm plugin for active_model compliance and thus rails 3 compatibility
-RUN_DEPENDS= rubygem-activemodel>=3.0.4:${PORTSDIR}/databases/rubygem-activemodel \
+RUN_DEPENDS= rubygem-activemodel>=3.1.0:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
diff --git a/databases/rubygem-dm-core/Makefile b/databases/rubygem-dm-core/Makefile
index 70d22ed..ca9000f 100644
--- a/databases/rubygem-dm-core/Makefile
+++ b/databases/rubygem-dm-core/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= An Object/Relational Mapper for Ruby
RUN_DEPENDS= rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \
- rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable
+ rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/databases/rubygem-dm-devise/Makefile b/databases/rubygem-dm-devise/Makefile
index dcf1db0..32ea615 100644
--- a/databases/rubygem-dm-devise/Makefile
+++ b/databases/rubygem-dm-devise/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Adds DataMapper support to devise
-RUN_DEPENDS= rubygem-devise>=1.3.0:${PORTSDIR}/devel/rubygem-devise \
+RUN_DEPENDS= rubygem-devise>=1.3:${PORTSDIR}/devel/rubygem-devise \
rubygem-dm-core>=1.0.2:${PORTSDIR}/databases/rubygem-dm-core \
rubygem-dm-migrations>=1.0.2:${PORTSDIR}/databases/rubygem-dm-migrations \
rubygem-dm-rails>=1.0.3:${PORTSDIR}/databases/rubygem-dm-rails \
diff --git a/databases/rubygem-dm-postgres-adapter/Makefile b/databases/rubygem-dm-postgres-adapter/Makefile
index 47cb274..e440e26 100644
--- a/databases/rubygem-dm-postgres-adapter/Makefile
+++ b/databases/rubygem-dm-postgres-adapter/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= PostgreSQL Adapter for DataMapper
-RUN_DEPENDS= rubygem-do_postgres>=0.10.2:${PORTSDIR}/databases/rubygem-do_postgres \
+RUN_DEPENDS= rubygem-do_postgres>=0.10.6:${PORTSDIR}/databases/rubygem-do_postgres \
rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter
USE_RUBY= yes
diff --git a/databases/rubygem-dm-rails/Makefile b/databases/rubygem-dm-rails/Makefile
index 4c5e508..d791dfa 100644
--- a/databases/rubygem-dm-rails/Makefile
+++ b/databases/rubygem-dm-rails/Makefile
@@ -13,11 +13,11 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Integrate DataMapper with Rails 3
-RUN_DEPENDS= rubygem-actionpack>=3.0.4:${PORTSDIR}/www/rubygem-actionpack \
+RUN_DEPENDS= rubygem-actionpack>=3.1.0:${PORTSDIR}/www/rubygem-actionpack \
rubygem-activesupport>=3.1.1:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-dm-active_model>=1.1.0:${PORTSDIR}/databases/rubygem-dm-active_model \
+ rubygem-dm-active_model>=1.2.0:${PORTSDIR}/databases/rubygem-dm-active_model \
rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \
- rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties
+ rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/databases/rubygem-dm-serializer/Makefile b/databases/rubygem-dm-serializer/Makefile
index e0a0548..b7d7494 100644
--- a/databases/rubygem-dm-serializer/Makefile
+++ b/databases/rubygem-dm-serializer/Makefile
@@ -14,9 +14,9 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= DataMapper plugin for serializing Resources and Collections
RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \
- rubygem-json>=1.5.4:${PORTSDIR}/devel/rubygem-json \
+ rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json \
rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json \
- rubygem-json_pure>=1.5.4:${PORTSDIR}/devel/rubygem-json_pure \
+ rubygem-json_pure>=1.6.1:${PORTSDIR}/devel/rubygem-json_pure \
rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv
USE_RUBY= yes
diff --git a/databases/rubygem-dm-types/Makefile b/databases/rubygem-dm-types/Makefile
index 5db1b9b..8467742 100644
--- a/databases/rubygem-dm-types/Makefile
+++ b/databases/rubygem-dm-types/Makefile
@@ -14,12 +14,12 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= DataMapper plugin providing extra data types
RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \
- rubygem-stringex>=1.2.0:${PORTSDIR}/devel/rubygem-stringex \
+ rubygem-stringex>=1.3.0:${PORTSDIR}/devel/rubygem-stringex \
rubygem-uuidtools>=2.1.2:${PORTSDIR}/devel/rubygem-uuidtools \
rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json \
- rubygem-json>=1.5.4:${PORTSDIR}/devel/rubygem-json \
+ rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json \
rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv \
- rubygem-bcrypt-ruby>=2.1.4:${PORTSDIR}/security/rubygem-bcrypt-ruby
+ rubygem-bcrypt-ruby>=3.0.0:${PORTSDIR}/security/rubygem-bcrypt-ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/databases/rubygem-do_mysql/Makefile b/databases/rubygem-do_mysql/Makefile
index cf60f5d..ab3b259 100644
--- a/databases/rubygem-do_mysql/Makefile
+++ b/databases/rubygem-do_mysql/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for MySQL
-RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects
+RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects
USE_MYSQL= yes
USE_RUBY= yes
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile
index ec382cf..f8b73d6 100644
--- a/databases/rubygem-do_postgres/Makefile
+++ b/databases/rubygem-do_postgres/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for PostgreSQL
-RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects
+RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects
USE_PGSQL= yes
diff --git a/databases/rubygem-do_sqlite3/Makefile b/databases/rubygem-do_sqlite3/Makefile
index 6ebc679..6408ddc 100644
--- a/databases/rubygem-do_sqlite3/Makefile
+++ b/databases/rubygem-do_sqlite3/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS= rubygem-data_objects>=0.10.6:${PORTSDIR}/databases/rubygem-data_objects
+RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/devel/rubygem-activesupport/Makefile b/devel/rubygem-activesupport/Makefile
index fed512b..8179c7c 100644
--- a/devel/rubygem-activesupport/Makefile
+++ b/devel/rubygem-activesupport/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Utility classes and extension that are required by Rails MVC Framework
-RUN_DEPENDS= rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json
+RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/devel/rubygem-coffee-script/Makefile b/devel/rubygem-coffee-script/Makefile
index 9a002d4..e2db899 100644
--- a/devel/rubygem-coffee-script/Makefile
+++ b/devel/rubygem-coffee-script/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
RUN_DEPENDS= rubygem-coffee-script-source>=0:${PORTSDIR}/devel/rubygem-coffee-script-source \
- rubygem-execjs>=1.2.4:${PORTSDIR}/devel/rubygem-execjs
+ rubygem-execjs>=0:${PORTSDIR}/devel/rubygem-execjs
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/devel/rubygem-devise/Makefile b/devel/rubygem-devise/Makefile
index 4773e5c..ba3e42b 100644
--- a/devel/rubygem-devise/Makefile
+++ b/devel/rubygem-devise/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Flexible authentication solution for Rails with Warden
-RUN_DEPENDS= rubygem-bcrypt-ruby>=3.0.1:${PORTSDIR}/security/rubygem-bcrypt-ruby \
+RUN_DEPENDS= rubygem-bcrypt-ruby>=3.0:${PORTSDIR}/security/rubygem-bcrypt-ruby \
rubygem-warden>=1.0.3:${PORTSDIR}/devel/rubygem-warden \
rubygem-orm_adapter>=0.0.3:${PORTSDIR}/devel/rubygem-orm_adapter
diff --git a/devel/rubygem-rascut/Makefile b/devel/rubygem-rascut/Makefile
index d2ac0d5..1396e8a 100644
--- a/devel/rubygem-rascut/Makefile
+++ b/devel/rubygem-rascut/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Ruby ActionSCript UTility
RUN_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \
- rubygem-json_pure>=1.5.1:${PORTSDIR}/devel/rubygem-json_pure \
+ rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure \
rackup:${PORTSDIR}/www/rubygem-rack \
fcsh:${PORTSDIR}/devel/flex-sdk
diff --git a/devel/rubygem-rash/Makefile b/devel/rubygem-rash/Makefile
index 228aba3..97ea83e 100644
--- a/devel/rubygem-rash/Makefile
+++ b/devel/rubygem-rash/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= Simple extension to Hashie::Mash for rubyified keys
-RUN_DEPENDS= rubygem-hashie>=1.0.0:${PORTSDIR}/devel/rubygem-hashie
+RUN_DEPENDS= rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile
index 911a81f..bf4f6eb 100644
--- a/devel/rubygem-rdoc/Makefile
+++ b/devel/rubygem-rdoc/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
-BUILD_DEPENDS= rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json
-RUN_DEPENDS= rubygem-json>=1.6.1:${PORTSDIR}/devel/rubygem-json
+BUILD_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json
+RUN_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile
index 20a5ed5..4ae6087 100644
--- a/devel/rubygem-rspec-expectations/Makefile
+++ b/devel/rubygem-rspec-expectations/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rspec-expectations adds should and should_not to every object
-BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
-RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
+BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs
+RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs
USE_RUBY= yes
USE_RAKE= yes
diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile
index 48318ab..4df705a 100644
--- a/devel/rubygem-rspec/Makefile
+++ b/devel/rubygem-rspec/Makefile
@@ -12,12 +12,12 @@ MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
-BUILD_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
- rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
- rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
-RUN_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
- rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
- rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
+BUILD_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
+ rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
+ rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
+RUN_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
+ rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
+ rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
USE_RUBY= yes
USE_RAKE= yes
diff --git a/devel/rubygem-sprockets/Makefile b/devel/rubygem-sprockets/Makefile
index 968ec9a..9fb3433 100644
--- a/devel/rubygem-sprockets/Makefile
+++ b/devel/rubygem-sprockets/Makefile
@@ -15,9 +15,9 @@ COMMENT= Ruby library that preprocesses and concatenates JavaScript files
LICENSE= MIT
-RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
- rubygem-hike>=1.2.1:${PORTSDIR}/devel/rubygem-hike \
- rubygem-rack>=1.3.2:${PORTSDIR}/www/rubygem-rack
+RUN_DEPENDS= rubygem-tilt>=1.1:${PORTSDIR}/devel/rubygem-tilt \
+ rubygem-hike>=1.2:${PORTSDIR}/devel/rubygem-hike \
+ rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/devel/rubygem-treetop/Makefile b/devel/rubygem-treetop/Makefile
index f2b8c37..0865f7a3 100644
--- a/devel/rubygem-treetop/Makefile
+++ b/devel/rubygem-treetop/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby-based DSL for text parsing and interpretation
-RUN_DEPENDS= rubygem-polyglot>=0.3.1:${PORTSDIR}/devel/rubygem-polyglot
+RUN_DEPENDS= rubygem-polyglot>=0:${PORTSDIR}/devel/rubygem-polyglot
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/net/rubygem-amq-client/Makefile b/net/rubygem-amq-client/Makefile
index 7b6e28a8..16e4266 100644
--- a/net/rubygem-amq-client/Makefile
+++ b/net/rubygem-amq-client/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= A fully-featured, low-level AMQP 0.9.1 client in Ruby
-RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine \
+RUN_DEPENDS= rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-amq-protocol>=0.8.0:${PORTSDIR}/net/rubygem-amq-protocol
USE_RUBY= yes
diff --git a/net/rubygem-amqp-utils/Makefile b/net/rubygem-amqp-utils/Makefile
index dba450d..bb63a70 100644
--- a/net/rubygem-amqp-utils/Makefile
+++ b/net/rubygem-amqp-utils/Makefile
@@ -14,9 +14,9 @@ COMMENT= Command line utilies for interacting with AMQP compliant queues
RUN_DEPENDS= rubygem-amqp>=0.7.1:${PORTSDIR}/net/rubygem-amqp \
rubygem-clio>=0.3.0:${PORTSDIR}/devel/rubygem-clio \
- rubygem-facets>=2.9.1:${PORTSDIR}/devel/rubygem-facets \
+ rubygem-facets>=2.9:${PORTSDIR}/devel/rubygem-facets \
rubygem-heredoc_unindent>=1.1.2:${PORTSDIR}/textproc/rubygem-heredoc_unindent \
- rubygem-json>=1.5.3:${PORTSDIR}/devel/rubygem-json \
+ rubygem-json>=1.5:${PORTSDIR}/devel/rubygem-json \
rubygem-msgpack>=0.4.5:${PORTSDIR}/devel/rubygem-msgpack \
rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop
diff --git a/net/rubygem-stompserver/Makefile b/net/rubygem-stompserver/Makefile
index db65d41..8f97ee6 100644
--- a/net/rubygem-stompserver/Makefile
+++ b/net/rubygem-stompserver/Makefile
@@ -18,7 +18,7 @@ RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/stompserver
-RUN_DEPENDS:= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
+RUN_DEPENDS:= rubygem-eventmachine>=0.7.2:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe \
rubygem-daemons>=1.0.2:${PORTSDIR}/devel/rubygem-daemons
diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile
index 405c946..eafc69c 100644
--- a/net/rubygem-twitter/Makefile
+++ b/net/rubygem-twitter/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= Command line twits and an API wrapper
RUN_DEPENDS= rubygem-simple_oauth>=0.1.5:${PORTSDIR}/net/rubygem-simple_oauth \
- rubygem-multi_xml>=0.4.1:${PORTSDIR}/textproc/rubygem-multi_xml \
+ rubygem-multi_xml>=0.4.0:${PORTSDIR}/textproc/rubygem-multi_xml \
rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-faraday_middleware>=0.7.0:${PORTSDIR}/www/rubygem-faraday_middleware \
rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday \
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
index 8f37db4..b64473d 100644
--- a/sysutils/rubygem-capistrano/Makefile
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A utility for executing commands in parallel on multiple machines
-RUN_DEPENDS= rubygem-net-ssh-gateway>=1.0.0:${PORTSDIR}/security/rubygem-net-ssh-gateway \
+RUN_DEPENDS= rubygem-net-ssh-gateway>=1.1.0:${PORTSDIR}/security/rubygem-net-ssh-gateway \
rubygem-net-sftp>=2.0.0:${PORTSDIR}/security/rubygem-net-sftp \
rubygem-net-scp>=1.0.0:${PORTSDIR}/security/rubygem-net-scp \
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile
index dbc6258..a569c65 100644
--- a/sysutils/rubygem-chef/Makefile
+++ b/sysutils/rubygem-chef/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \
rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \
rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
rubygem-mixlib-authentication>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-authentication \
- rubygem-json>=1.4.6:${PORTSDIR}/devel/rubygem-json146 \
+ rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json146 \
rubygem-uuidtools>=0:${PORTSDIR}/devel/rubygem-uuidtools \
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
rubygem-moneta>=0:${PORTSDIR}/devel/rubygem-moneta \
diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile
index ec70d26..ee3bc7f 100644
--- a/textproc/rubygem-albino/Makefile
+++ b/textproc/rubygem-albino/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for pygmentize
-RUN_DEPENDS= rubygem-posix-spawn>=0:${PORTSDIR}/devel/rubygem-posix-spawn \
+RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \
${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments
USE_RUBY= yes
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile
index 0f1fee2..bfa881f 100644
--- a/textproc/rubygem-compass/Makefile
+++ b/textproc/rubygem-compass/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= RG
MAINTAINER= jhelfman@experts-exchange.com
COMMENT= Provides an open-source CSS authoring framework
-RUN_DEPENDS= rubygem-sass>=3.1.8:${PORTSDIR}/textproc/rubygem-sass \
+RUN_DEPENDS= rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass \
rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \
- rubygem-chunky_png>=1.2.5:${PORTSDIR}/graphics/rubygem-chunky_png
+ rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/textproc/rubygem-sass-rails/Makefile b/textproc/rubygem-sass-rails/Makefile
index f0530de..5dee92e 100644
--- a/textproc/rubygem-sass-rails/Makefile
+++ b/textproc/rubygem-sass-rails/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Sass adapter for the Rails asset pipeline
RUN_DEPENDS= rubygem-sass>=3.1.4:${PORTSDIR}/textproc/rubygem-sass \
- rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties
+ rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile
index 72f96d3..faa647d 100644
--- a/www/rubygem-actionpack/Makefile
+++ b/www/rubygem-actionpack/Makefile
@@ -17,12 +17,12 @@ RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-act
rubygem-tzinfo>=0.3.23:${PORTSDIR}/devel/rubygem-tzinfo \
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
rubygem-rack>=1.3.2:${PORTSDIR}/www/rubygem-rack \
- rubygem-rack-cache>=1.0.3:${PORTSDIR}/www/rubygem-rack-cache \
+ rubygem-rack-cache>=1.1:${PORTSDIR}/www/rubygem-rack-cache \
rubygem-rack-mount>=0.8.2:${PORTSDIR}/www/rubygem-rack-mount \
- rubygem-rack-test>=0.5.7:${PORTSDIR}/www/rubygem-rack-test \
+ rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test \
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
- rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \
- rubygem-sprockets>=2.0.0:${PORTSDIR}/devel/rubygem-sprockets
+ rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n \
+ rubygem-sprockets>=2.0.2:${PORTSDIR}/devel/rubygem-sprockets
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-cuba/Makefile b/www/rubygem-cuba/Makefile
index 10fa3e2..b18dee1 100644
--- a/www/rubygem-cuba/Makefile
+++ b/www/rubygem-cuba/Makefile
@@ -12,8 +12,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Cuba is a microframework for web applications
-RUN_DEPENDS= rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack \
- rubygem-tilt>=1.2:${PORTSDIR}/devel/rubygem-tilt
+RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
+ rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile
index baec3b8..9495719 100644
--- a/www/rubygem-faraday/Makefile
+++ b/www/rubygem-faraday/Makefile
@@ -14,8 +14,8 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= A HTTP/REST API client library in Ruby
RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack \
- rubygem-multipart-post>=1.1.0:${PORTSDIR}/www/rubygem-multipart-post \
- rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable
+ rubygem-multipart-post>=1.1.3:${PORTSDIR}/www/rubygem-multipart-post \
+ rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-faraday_middleware/Makefile b/www/rubygem-faraday_middleware/Makefile
index 9131dfd..67da6d1 100644
--- a/www/rubygem-faraday_middleware/Makefile
+++ b/www/rubygem-faraday_middleware/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= Collection of Ruby Faraday middlewares
-RUN_DEPENDS= rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday
+RUN_DEPENDS= rubygem-faraday>=0.7.3:${PORTSDIR}/www/rubygem-faraday
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-jekyll/Makefile b/www/rubygem-jekyll/Makefile
index 98d7c3f..ac10d5a 100644
--- a/www/rubygem-jekyll/Makefile
+++ b/www/rubygem-jekyll/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= rubygem-classifier>=1.3.1:${PORTSDIR}/devel/rubygem-classifier \
rubygem-maruku>=0.5.9:${PORTSDIR}/www/rubygem-maruku \
rubygem-directory_watcher>=1.1.1:${PORTSDIR}/devel/rubygem-directory_watcher \
rubygem-open4>=0.9.6:${PORTSDIR}/devel/rubygem-open4 \
- rubygem-albino>=0:${PORTSDIR}/textproc/rubygem-albino \
- rubygem-kramdown>=0:${PORTSDIR}/textproc/rubygem-kramdown
+ rubygem-albino>=1.3.2:${PORTSDIR}/textproc/rubygem-albino \
+ rubygem-kramdown>=0.13.2:${PORTSDIR}/textproc/rubygem-kramdown
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile
index aa93d0e..5e1182c 100644
--- a/www/rubygem-jquery-rails/Makefile
+++ b/www/rubygem-jquery-rails/Makefile
@@ -12,8 +12,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides a rails generator for jquery
-RUN_DEPENDS+= rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \
- rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor
+RUN_DEPENDS+= rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \
+ rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-rack-protection/Makefile b/www/rubygem-rack-protection/Makefile
index faa7c9a..a513ff2 100644
--- a/www/rubygem-rack-protection/Makefile
+++ b/www/rubygem-rack-protection/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Collection of Rack middleware to protect against opportunistic attack
-RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
+RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-sinatra/Makefile b/www/rubygem-sinatra/Makefile
index a437651..29b9ca4 100644
--- a/www/rubygem-sinatra/Makefile
+++ b/www/rubygem-sinatra/Makefile
@@ -12,9 +12,9 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A classy web development framework in ruby
-RUN_DEPENDS= rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack \
- rubygem-tilt>=1.2.2:${PORTSDIR}/devel/rubygem-tilt \
- rubygem-rack-protection>=0:${PORTSDIR}/www/rubygem-rack-protection
+RUN_DEPENDS= rubygem-rack>=1.3:${PORTSDIR}/www/rubygem-rack \
+ rubygem-tilt>=1.3:${PORTSDIR}/devel/rubygem-tilt \
+ rubygem-rack-protection>=1.1:${PORTSDIR}/www/rubygem-rack-protection
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-uglifier/Makefile b/www/rubygem-uglifier/Makefile
index 60d7b42..a17f168 100644
--- a/www/rubygem-uglifier/Makefile
+++ b/www/rubygem-uglifier/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
-RUN_DEPENDS= rubygem-execjs>=1.2.4:${PORTSDIR}/devel/rubygem-execjs \
- rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json
+RUN_DEPENDS= rubygem-execjs>=0.3.0:${PORTSDIR}/devel/rubygem-execjs \
+ rubygem-multi_json>=1.0.2:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
OpenPOWER on IntegriCloud