iproto 0.3.10 → 0.3.11

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.
Files changed (3) hide show
  1. data/iproto.gemspec +3 -2
  2. data/lib/iproto.rb +1 -1
  3. metadata +4 -3
data/iproto.gemspec CHANGED
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'iproto'
7
- s.version = '0.3.10'
8
- s.date = '2013-06-30'
7
+ s.version = '0.3.11'
8
+ s.date = '2013-12-10'
9
9
  s.rubyforge_project = 'iproto'
10
10
 
11
11
  s.summary = "Mail.Ru simple network protocol"
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.authors = ["Andrew Rudenko"]
15
15
  s.email = 'ceo@prepor.ru'
16
16
  s.homepage = 'http://github.com/mailru/iproto-ruby'
17
+ s.license = 'BSD-2-Clause'
17
18
 
18
19
  s.require_paths = %w[lib]
19
20
 
data/lib/iproto.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module IProto
2
- VERSION = '0.3.10'
2
+ VERSION = '0.3.11'
3
3
  class IProtoError < StandardError; end
4
4
  class ConnectionError < IProtoError; end
5
5
  class CouldNotConnect < ConnectionError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iproto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ version: 0.3.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-30 00:00:00.000000000 Z
12
+ date: 2013-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  type: :runtime
@@ -45,7 +45,8 @@ files:
45
45
  - lib/iproto/em.rb
46
46
  - lib/iproto/tcp_socket.rb
47
47
  homepage: http://github.com/mailru/iproto-ruby
48
- licenses: []
48
+ licenses:
49
+ - BSD-2-Clause
49
50
  post_install_message:
50
51
  rdoc_options:
51
52
  - --charset=UTF-8