[DRE-commits] [ruby-responders] 01/01: fix rails version epoch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Aug 28 17:06:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-responders.
commit cc0877efce351c0b94eaa142d5d1378b9886673d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Aug 28 22:34:23 2015 +0530
fix rails version epoch
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index db9fb69..32389ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-responders (2.1.0-2) experimental; urgency=medium
+
+ * Team upload
+ * Fix rails version epoch
+
+ -- Pirate Praveen <praveen at debian.org> Fri, 28 Aug 2015 22:34:14 +0530
+
ruby-responders (2.1.0-1) experimental; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index f86831b..34c8007 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Package: ruby-responders
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-railties (>= 4.2.0),
- ruby-railties (<< 5)
+ ruby-railties (>= 2:4.2.0),
+ ruby-railties (<< 2:5)
Description: set of Rails responders to dry up your application
A set of Rails responders to dry up your application. Responders is a
repository of Rails 3 responders like FlashResponder, HttpCacheResponder.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-responders.git
More information about the Pkg-ruby-extras-commits
mailing list