[rubygem-jquery-rails] Update to 3.0.4

Josef Stribny jstribny at fedoraproject.org
Thu Oct 24 13:30:19 UTC 2013


commit d96813dac933e98e63d862a9d7068e4059d69c12
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Oct 23 15:32:43 2013 +0200

    Update to 3.0.4

 .gitignore                |    1 +
 rubygem-jquery-rails.spec |   13 ++++++++-----
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ae6594..f355766 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jquery-rails-2.0.2.gem
+/jquery-rails-3.0.4.gem
diff --git a/rubygem-jquery-rails.spec b/rubygem-jquery-rails.spec
index c5850cf..2cde3cf 100644
--- a/rubygem-jquery-rails.spec
+++ b/rubygem-jquery-rails.spec
@@ -3,8 +3,8 @@
 
 Summary: Use jQuery with Rails 3
 Name: rubygem-%{gem_name}
-Version: 2.0.2
-Release: 4%{?dist}
+Version: 3.0.4
+Release: 1%{?dist}
 Group: Development/Languages
 # jquery-rails itself is MIT, bundled JavaScripts are the rest
 License: MIT and (MIT or GPLv2) and (MIT or BSD or GPLv2) and BSD
@@ -15,7 +15,7 @@ Requires: ruby(rubygems)
 Requires: rubygem(railties) >= 3.2.0
 Requires: rubygem(railties) < 5.0
 Requires: rubygem(thor) => 0.14
-Requires: rubygem(thor) < 1
+Requires: rubygem(thor) < 2
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby
@@ -51,7 +51,6 @@ cp -a .%{gem_dir}/* \
 pushd .%{gem_instdir}
 # no tests :(
 # see https://github.com/rails/jquery-rails/pull/56
-# rspec spec
 popd
 
 %files
@@ -68,13 +67,17 @@ popd
 %files doc
 %doc %{gem_docdir}
 %doc %{gem_instdir}/CHANGELOG.md
+%doc %{gem_instdir}/CONTRIBUTING.md
+%doc %{gem_instdir}/VERSIONS.md
 %{gem_instdir}/Gemfile
 %{gem_instdir}/%{gem_name}.gemspec
 %{gem_instdir}/Rakefile
 %doc %{gem_instdir}/README.md
-%{gem_instdir}/spec
 
 %changelog
+* Wed Oct 23 2013 Josef Stribny <jstribny at redhat.com> - 3.0.4-1
+- Update to jquery-rails 3.0.4
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 092ef9a..834f50b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1209916b8e600d3a6aa051015a90bbd4  jquery-rails-2.0.2.gem
+2ead8237dbd91edf691aa94b51ee8efa  jquery-rails-3.0.4.gem


More information about the scm-commits mailing list