tlb-rspec1 0.1.0 → 0.1.1

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/gem_common.rb +1 -0
  2. data/tlb-rspec1.gemspec +0 -2
  3. metadata +13 -5
data/gem_common.rb CHANGED
@@ -53,4 +53,5 @@ def configure_tlb s
53
53
 
54
54
  s.add_runtime_dependency 'open4', '>= 1.0.1'
55
55
  s.add_runtime_dependency 'rake'
56
+ s.add_runtime_dependency 'rspec', '>= 1.3.0', '< 2.0.0'
56
57
  end
data/tlb-rspec1.gemspec CHANGED
@@ -6,6 +6,4 @@ Gem::Specification.new do |s|
6
6
  configure_tlb(s)
7
7
 
8
8
  s.files = files('tests', File.join('lib', 'tlb', 'test_unit'))
9
-
10
- s.add_development_dependency 'rspec', '>= 1.3.0'
11
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tlb-rspec1
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Janmejay Singh
@@ -63,7 +63,15 @@ dependencies:
63
63
  - 3
64
64
  - 0
65
65
  version: 1.3.0
66
- type: :development
66
+ - - <
67
+ - !ruby/object:Gem::Version
68
+ hash: 15
69
+ segments:
70
+ - 2
71
+ - 0
72
+ - 0
73
+ version: 2.0.0
74
+ type: :runtime
67
75
  version_requirements: *id003
68
76
  description: |
69
77
  TLB ruby implementation base, which provides support for load balancing tests written in rspec-1.x.
@@ -137,6 +145,6 @@ rubyforge_project: tlb-rb
137
145
  rubygems_version: 1.3.7
138
146
  signing_key:
139
147
  specification_version: 3
140
- summary: tlb-rspec1-0.1.0-rspec-1
148
+ summary: tlb-rspec1-0.1.1-rspec-1
141
149
  test_files: []
142
150