iproto 0.3.9 → 0.3.10

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 +2 -2
  2. data/lib/iproto.rb +1 -1
  3. metadata +1 -7
data/iproto.gemspec CHANGED
@@ -4,7 +4,7 @@ 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.9'
7
+ s.version = '0.3.10'
8
8
  s.date = '2013-06-30'
9
9
  s.rubyforge_project = 'iproto'
10
10
 
@@ -37,5 +37,5 @@ Gem::Specification.new do |s|
37
37
  ## Test files will be grabbed from the file list. Make sure the path glob
38
38
  ## matches what you actually use.
39
39
  s.test_files = s.files.select { |path| path =~ /^spec\/.*_spec\.rb/ }
40
- s.add_dependency 'bin_utils', ['~> 0.0', '>= 0.0.3']
40
+ s.add_dependency 'bin_utils', ['~> 0.0.3']
41
41
  end
data/lib/iproto.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module IProto
2
- VERSION = '0.3.9'
2
+ VERSION = '0.3.10'
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.9
4
+ version: 0.3.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,18 +16,12 @@ dependencies:
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
18
  - - ~>
19
- - !ruby/object:Gem::Version
20
- version: '0.0'
21
- - - ! '>='
22
19
  - !ruby/object:Gem::Version
23
20
  version: 0.0.3
24
21
  none: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '0.0'
30
- - - ! '>='
31
25
  - !ruby/object:Gem::Version
32
26
  version: 0.0.3
33
27
  none: false