em-xmlrpc-client 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Em::Xmlrpc::Client::VERSION
8
8
  s.authors = ["Christopher J. Bottaro"]
9
9
  s.email = ["cjbottaro@alumni.cs.utexas.edu"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/cjbottaro/em-xmlrpc-client"
11
11
  s.summary = %q{Evented and fibered XMLRPC Client}
12
12
  s.description = %q{Monkey patches Ruby's standard XMLRPC Client to use EventMachine and fibers}
13
13
 
@@ -1,7 +1,7 @@
1
1
  module Em
2
2
  module Xmlrpc
3
3
  module Client
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-xmlrpc-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine
16
- requirement: &70204197997120 !ruby/object:Gem::Requirement
16
+ requirement: &70150662000700 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70204197997120
24
+ version_requirements: *70150662000700
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: em-http-request
27
- requirement: &70204197996700 !ruby/object:Gem::Requirement
27
+ requirement: &70150662000280 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70204197996700
35
+ version_requirements: *70150662000280
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: webmock
38
- requirement: &70204197996280 !ruby/object:Gem::Requirement
38
+ requirement: &70150661999860 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70204197996280
46
+ version_requirements: *70150661999860
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rr
49
- requirement: &70204197995860 !ruby/object:Gem::Requirement
49
+ requirement: &70150661999440 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70204197995860
57
+ version_requirements: *70150661999440
58
58
  description: Monkey patches Ruby's standard XMLRPC Client to use EventMachine and
59
59
  fibers
60
60
  email:
@@ -67,17 +67,15 @@ files:
67
67
  - .gitignore
68
68
  - Gemfile
69
69
  - Gemfile.lock
70
- - LICENSE.txt
71
70
  - README.rdoc
72
71
  - Rakefile
73
- - VERSION
74
72
  - em-xmlrpc-client.gemspec
75
73
  - lib/em-xmlrpc-client.rb
76
74
  - lib/em-xmlrpc-client/version.rb
77
75
  - test/data/response
78
76
  - test/helper.rb
79
77
  - test/test_em-xmlrpc-client.rb
80
- homepage: ''
78
+ homepage: https://github.com/cjbottaro/em-xmlrpc-client
81
79
  licenses: []
82
80
  post_install_message:
83
81
  rdoc_options: []
@@ -91,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
89
  version: '0'
92
90
  segments:
93
91
  - 0
94
- hash: -159327133412347017
92
+ hash: -2923146931211216479
95
93
  required_rubygems_version: !ruby/object:Gem::Requirement
96
94
  none: false
97
95
  requirements:
@@ -100,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  version: '0'
101
99
  segments:
102
100
  - 0
103
- hash: -159327133412347017
101
+ hash: -2923146931211216479
104
102
  requirements: []
105
103
  rubyforge_project: em-xmlrpc-client
106
104
  rubygems_version: 1.8.11
@@ -1,20 +0,0 @@
1
- Copyright (c) 2011 Christopher J. Bottaro
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.0