- updated to version 1.0.3
* binary win32 gems now include fastfilereader shim [#222] * fix long-standing connection timeout issues [27fdd5b, igrigorik/em-http-request#222] * http and line protocol cleanups [#193, #151] * reactor return value cleanup [#225] * fix double require from gemspec [#284] * fix smtp server reset behavior [#351] * fix EM.system argument handling [#322] * ruby 1.9 compat in smtp server and stomp protocols [#349, #315] * fix pause from post_init [#380] OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=21
This commit is contained in:
parent
e7e62c4500
commit
c4a76e7c7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a26c69e50ba15060a94ee8856d7832e6b58fa97d39927486414b169f36aaf1ec
|
||||
size 224256
|
3
eventmachine-1.0.3.gem
Normal file
3
eventmachine-1.0.3.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34424c87fc517f70ba137fe2281d16b53ce9c13f5cbfc2dda3ada56e96a65827
|
||||
size 225792
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 06:15:50 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.0.3
|
||||
* binary win32 gems now include fastfilereader shim [#222]
|
||||
* fix long-standing connection timeout issues [27fdd5b, igrigorik/em-http-request#222]
|
||||
* http and line protocol cleanups [#193, #151]
|
||||
* reactor return value cleanup [#225]
|
||||
* fix double require from gemspec [#284]
|
||||
* fix smtp server reset behavior [#351]
|
||||
* fix EM.system argument handling [#322]
|
||||
* ruby 1.9 compat in smtp server and stomp protocols [#349, #315]
|
||||
* fix pause from post_init [#380]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 19:30:39 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rubygem-eventmachine
|
||||
Version: 1.0.1
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
%define mod_name eventmachine
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user