bertclient_new 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- metadata +1 -2
- data/bertclient.gemspec +0 -43
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: bertclient_new
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.4.
|
|
5
|
+
version: 0.4.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Marcin Wtorkowski
|
|
@@ -37,7 +37,6 @@ files:
|
|
|
37
37
|
- README.md
|
|
38
38
|
- Rakefile
|
|
39
39
|
- VERSION.yml
|
|
40
|
-
- bertclient.gemspec
|
|
41
40
|
- lib/bertclient.rb
|
|
42
41
|
homepage: http://github.com/WTK/bertclient
|
|
43
42
|
licenses: []
|
data/bertclient.gemspec
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
|
-
# -*- encoding: utf-8 -*-
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |s|
|
|
7
|
-
s.name = %q{bertclient}
|
|
8
|
-
s.version = "0.4.0"
|
|
9
|
-
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Marcin Wtorkowski"]
|
|
12
|
-
s.date = %q{2011-04-12}
|
|
13
|
-
s.email = %q{marcin.wtorkowski@gmail.com}
|
|
14
|
-
s.extra_rdoc_files = [
|
|
15
|
-
"LICENSE",
|
|
16
|
-
"README.md"
|
|
17
|
-
]
|
|
18
|
-
s.files = [
|
|
19
|
-
"LICENSE",
|
|
20
|
-
"README.md",
|
|
21
|
-
"Rakefile",
|
|
22
|
-
"VERSION.yml",
|
|
23
|
-
"bertclient.gemspec",
|
|
24
|
-
"lib/bertclient.rb"
|
|
25
|
-
]
|
|
26
|
-
s.homepage = %q{http://github.com/wtk/bertclient}
|
|
27
|
-
s.require_paths = ["lib"]
|
|
28
|
-
s.rubygems_version = %q{1.7.2}
|
|
29
|
-
s.summary = %q{BERT::Client is a threadsafe BERT-RPC client with support for persistent connections and SSL}
|
|
30
|
-
|
|
31
|
-
if s.respond_to? :specification_version then
|
|
32
|
-
s.specification_version = 3
|
|
33
|
-
|
|
34
|
-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
35
|
-
s.add_runtime_dependency(%q<bert>, [">= 0"])
|
|
36
|
-
else
|
|
37
|
-
s.add_dependency(%q<bert>, [">= 0"])
|
|
38
|
-
end
|
|
39
|
-
else
|
|
40
|
-
s.add_dependency(%q<bert>, [">= 0"])
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
|