bertclient_new 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 2
4
+ :patch: 3
5
5
  :build:
@@ -0,0 +1,44 @@
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_new}
8
+ s.version = "0.4.3"
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_new.gemspec",
24
+ "lib/bertclient.rb",
25
+ "lib/bertclient_new.rb"
26
+ ]
27
+ s.homepage = %q{http://github.com/WTK/bertclient}
28
+ s.require_paths = ["lib"]
29
+ s.rubygems_version = %q{1.7.2}
30
+ s.summary = %q{BERT::Client is a threadsafe BERT-RPC client with support for persistent connections and SSL}
31
+
32
+ if s.respond_to? :specification_version then
33
+ s.specification_version = 3
34
+
35
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
36
+ s.add_runtime_dependency(%q<bert>, [">= 0"])
37
+ else
38
+ s.add_dependency(%q<bert>, [">= 0"])
39
+ end
40
+ else
41
+ s.add_dependency(%q<bert>, [">= 0"])
42
+ end
43
+ end
44
+
@@ -0,0 +1 @@
1
+ require 'bertclient'
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.2
5
+ version: 0.4.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcin Wtorkowski
@@ -37,7 +37,9 @@ files:
37
37
  - README.md
38
38
  - Rakefile
39
39
  - VERSION.yml
40
+ - bertclient_new.gemspec
40
41
  - lib/bertclient.rb
42
+ - lib/bertclient_new.rb
41
43
  homepage: http://github.com/WTK/bertclient
42
44
  licenses: []
43
45