Hello community,
here is the log from the commit of package rubygem-orm_adapter for
openSUSE:Factory checked in at 2013-11-24 18:12:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-orm_adapter (Old)
and /work/SRC/openSUSE:Factory/.rubygem-orm_adapter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-orm_adapter"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-orm_adapter/rubygem-orm_adapter.changes
2012-09-03 18:56:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-orm_adapter.new/rubygem-orm_adapter.changes
2013-11-24 18:12:52.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov 22 08:40:33 UTC 2013 - [email protected]
+
+- updated to version 0.5.0
+ * Only send relation modifiers to ActiveRecord if they apply (don't send
#order, #limit, #offset unless specified)
+ Fixes plataformatec/devise#2711, ianwhite/orm_adapter#22
+ * Adds activerecord 4 to the test suite
+
+-------------------------------------------------------------------
Old:
----
orm_adapter-0.4.0.gem
New:
----
orm_adapter-0.5.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-orm_adapter.spec ++++++
--- /var/tmp/diff_new_pack.s2mvKv/_old 2013-11-24 18:12:53.000000000 +0100
+++ /var/tmp/diff_new_pack.s2mvKv/_new 2013-11-24 18:12:53.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-orm_adapter
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: rubygem-orm_adapter
-Version: 0.4.0
+Version: 0.5.0
Release: 0
%define mod_name orm_adapter
%define mod_full_name %{mod_name}-%{version}
@@ -25,8 +25,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
Url: http://github.com/ianwhite/orm_adapter
-Source: %{mod_full_name}.gem
-Summary: orm_adapter provides a single point of entry for using basic
features of popular ruby ORMs. Its target audience is gem authors who want to
support many ruby ORMs.
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary: orm_adapter provides a single point of entry for using basic
License: MIT
Group: Development/Languages/Ruby
@@ -59,9 +59,14 @@
%install
%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt
%buildroot/%{_docdir}/%{name}/History.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc
%buildroot/%{_docdir}/%{name}/README.rdoc
%files
%defattr(-,root,root,-)
+%{_docdir}/%{name}
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]