rubygem-rest-client-1_5

Edit Package rubygem-rest-client-1_5
No description set
Refresh
Refresh
Source Files
Filename Size Changed
gem2rpm.yml 0000001662 1.62 KB
rest-client-1.5.1.gem 0000053248 52 KB
rubygem-rest-client-1_5.changes 0000004793 4.68 KB
rubygem-rest-client-1_5.spec 0000002012 1.96 KB
Latest Revision
Thomas Boerger's avatar Thomas Boerger (tboerger) committed (revision 1)
- Created a downgraded 1.5 suffixed version

A    gem2rpm.yml
A    rest-client-1.5.1.gem
A    rubygem-rest-client-1_5.changes
A    rubygem-rest-client-1_5.spec

Diff for working copy: .
Index: rest-client-1.5.1.gem
===================================================================
Binary file 'rest-client-1.5.1.gem' added.

Index: gem2rpm.yml
===================================================================
--- gem2rpm.yml	(revision 0)
+++ gem2rpm.yml	(revision 0)
@@ -0,0 +1,72 @@
+# ---
+# ## used by gem2rpm
+# :summary: this is a custom summary
+# ## used by gem2rpm
+# :description: |-
+#   this is a custom description
+#
+#   it can be multiline
+# ## used by gem2rpm
+# :license: MIT or Ruby
+# ## used by gem2rpm and gem_packages
+# :version_suffix: -x_y
+# ## used by gem2rpm and gem_packages
+# :disable_docs: true
+# ## used by gem2rpm
+# :disable_automatic_rdoc_dep: true
+# ## used by gem2rpm
+# :preamble: |-
+#   BuildRequires: foobar
+#   Requires: foobar
+# ## used by gem2rpm
+# :patches:
+#   foo.patch: -p1
+#   bar.patch: 
+# ## used by gem2rpm
+# :sources:
+# - foo.desktop
+# - bar.desktop
+# :gem_install_args: '....'
+# ## used by gem2rpm
+# :pre_install: |-
+#   %if 0%{?use_system_libev}
+#   export USE_VENDORED_LIBEV="no"
+#   %endif
+# ## used by gem2rpm
+# :post_install: |-
+#   # delete custom files here or do other fancy stuff
+#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
+# ## used by gem2rpm
+# :testsuite_command: |-
+#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
+# ## used by gem2rpm
+# :filelist: |-
+#   /usr/bin/gem2rpm-opensuse
+# ## used by gem2rpm
+# :scripts:
+#   :post: |-
+#     /bin/echo foo
+# ## used by gem_packages
+# :main:
+#   :preamble: |-
+#     Requires: util-linux
+#     Recommends: pwgen
+#   :filelist: |-
+#     /usr/bin/gem2rpm-opensuse
+# ## used by gem_packages
+# :custom:
+#   apache:
+#     :preamble: |-
+#       Requires: .....
+#     :filelist: |-
+#       /etc/apache2/conf.d/passenger.conf
+#     :summary: Custom summary is optional
+#     :description: |-
+#       Custom description is optional
+#
+#       bar
+#     :post: |-
+#       /bin/echo foo
+#
+---
+:version_suffix: '-1_5'

Index: rubygem-rest-client-1_5.changes
===================================================================
--- rubygem-rest-client-1_5.changes	(revision 0)
+++ rubygem-rest-client-1_5.changes	(revision 0)
@@ -0,0 +1,136 @@
+-------------------------------------------------------------------
+Tue Jun 23 10:42:41 UTC 2015 - tboerger@suse.com
+
+- Created a downgraded 1.5 suffixed version
+
+-------------------------------------------------------------------
+Thu Jun 11 04:37:27 UTC 2015 - coolo@suse.com
+
+- updated to version 1.6.9
+ see installed history.md
+
+  # 1.6.9
+  
+  - Move rdoc to a development dependency
+
+-------------------------------------------------------------------
+Tue Feb 10 18:24:51 UTC 2015 - coolo@suse.com
+
+- updated to version 1.6.8
+
+-------------------------------------------------------------------
+Wed Nov 12 09:24:06 UTC 2014 - tboerger@suse.com
+
+- Created version suffixed package to keep a ruby 1.8 compatible
+  version
+
+-------------------------------------------------------------------
+Wed Oct 22 08:12:25 UTC 2014 - tboerger@suse.com
+
+- Made it really aware of new macros
+
+-------------------------------------------------------------------
+Mon Oct 13 06:13:02 UTC 2014 - adrian@suse.de
+
+- adapt to new rubygem packaging style
+
+------------------------------------------------------------------
+Fri Mar 28 06:35:09 UTC 2014 - coolo@suse.com
+
+- regenerate with new template
+
+-------------------------------------------------------------------
+Fri Oct  7 13:29:54 UTC 2011 - fcastelli@suse.com
+
+- Udate to 1.6.7
+
+-------------------------------------------------------------------
+Wed Aug 24 20:53:51 UTC 2011 - fcastelli@novell.com
+
+- add provides rubygem-rest-client-1_6
+
+-------------------------------------------------------------------
+Sun Nov 14 00:34:01 UTC 2010 - mrueckert@suse.de
+
+- update to version 1.6.1
+
+-------------------------------------------------------------------
+Tue Jun 22 18:05:39 UTC 2010 - mrueckert@suse.de
+
+- add 1.4.2
+
+-------------------------------------------------------------------
+Mon Jun 14 16:19:16 UTC 2010 - mrueckert@suse.de
+
+- update to version 1.5.1
+  - only converts headers keys which are Symbols
+  - use CGI for cookie parsing instead of custom code
+  - unescape user and password before using them (patch provided by
+    Lars Gierth)
+  - expand ~ in ~/.restclientrc (patch provided by Mike Fletcher)
+  - ssl verification raise an exception when the ca certificate is
+    incorrect (patch provided by Braintree)
+- additional changes from version 1.5.0
+  - the response is now a String with the Response module a.k.a.
+    the change in 1.4.0 was a mistake (Response.body is returning
+    self for compatability)
+  - added AbstractResponse.to_i to improve semantic
+  - multipart Payloads ignores the name attribute if it's not set
+    (patch provided by Tekin Suleyman)
+  - correctly takes into account user headers whose keys are
+    strings (path provided by Cyril Rohr)
+  - use binary mode for payload temp file
+  - concatenate cookies with ';'
+  - fixed deeper parameter handling
+  - do not quote the boundary in the Content-Type header (patch
+    provided by W. Andrew Loe III)
+- additional changes from version 1.4.2
+  - fixed RestClient.add_before_execution_proc (patch provided by
+    Nicholas Wieland)
+  - fixed error when an exception is raised without a response
+    (patch provided by Caleb Land)
+- additional changes from version 1.4.1
+  - fixed parameters managment when using hash
+- additional changes from version 1.4.0
+  - Response is no more a String, and the mixin is replaced by an
+    abstract_response, existing calls are redirected to response
+    body with a warning.
+  - enable repeated parameters  RestClient.post
+    'http://example.com/resource', :param1 => ['one', 'two',
+    'three'], => :param2 => 'foo' (patch provided by Rodrigo
+    Panachi)
+  - fixed the redirect code concerning relative path and query
+    string combination (patch provided by Kevin Read)
+  - redirection code moved to Response so redirection can be
+    customized using the block syntax
+  - only get and head redirections are now followed by default, as
+    stated in the specification
+  - added RestClient.add_before_execution_proc to hack the http
+    request, like for oauth
+  The response change may be breaking in rare cases.
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Thu Feb 18 22:48:44 UTC 2010 - prusnak@suse.cz
+
+- updated to 1.3.1
+
+-------------------------------------------------------------------
+Wed Jan  6 19:47:12 CET 2010 - prusnak@suse.cz
+
+- updated to 1.2.0
+
+-------------------------------------------------------------------
+Fri Dec 25 02:38:16 UTC 2009 - prusnak@suse.cz
+
+- update to 1.0.4
+
+-------------------------------------------------------------------
+Sat Aug 29 08:58:55 UTC 2009 - dmacvicar@novell.com
+
+- initial package for 1.0.3
+

Index: rubygem-rest-client-1_5.spec
===================================================================
--- rubygem-rest-client-1_5.spec	(revision 0)
+++ rubygem-rest-client-1_5.spec	(revision 0)
@@ -0,0 +1,62 @@
+#
+# spec file for package rubygem-rest-client-1_5
+#
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
+Name:           rubygem-rest-client-1_5
+Version:        1.5.1
+Release:        0
+%define mod_name rest-client
+%define mod_full_name %{mod_name}-%{version}
+%define mod_version_suffix -1_5
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 5
+BuildRequires:  %{ruby}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  update-alternatives
+Url:            http://github.com/archiloque/rest-client
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
+Summary:        Simple REST client for Ruby, inspired by microframework syntax for
+License:        MIT
+Group:          Development/Languages/Ruby
+PreReq:         update-alternatives
+
+%description
+A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
+microframework style of specifying actions: get, put, post, delete.
+
+%prep
+
+%build
+
+%install
+%gem_install \
+  --symlink-binaries \
+  --doc-files="README.rdoc history.md" \
+  -f
+
+%gem_packages
+
+%changelog
Comments 0
openSUSE Build Service is sponsored by