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.
- data/gem_common.rb +1 -0
- data/tlb-rspec1.gemspec +0 -2
- metadata +13 -5
data/gem_common.rb
CHANGED
data/tlb-rspec1.gemspec
CHANGED
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:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
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
|
-
|
|
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.
|
|
148
|
+
summary: tlb-rspec1-0.1.1-rspec-1
|
|
141
149
|
test_files: []
|
|
142
150
|
|