whysoslow 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -1
- data/lib/whysoslow/version.rb +1 -1
- data/whysoslow.gemspec +1 -0
- metadata +18 -3
data/Gemfile.lock
CHANGED
data/lib/whysoslow/version.rb
CHANGED
data/whysoslow.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whysoslow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Kelly Redding
|
@@ -45,6 +45,21 @@ dependencies:
|
|
45
45
|
version: "0"
|
46
46
|
version_requirements: *id002
|
47
47
|
name: assert
|
48
|
+
- !ruby/object:Gem::Dependency
|
49
|
+
type: :runtime
|
50
|
+
prerelease: false
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
52
|
+
none: false
|
53
|
+
requirements:
|
54
|
+
- - ~>
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
hash: 7
|
57
|
+
segments:
|
58
|
+
- 1
|
59
|
+
- 4
|
60
|
+
version: "1.4"
|
61
|
+
version_requirements: *id003
|
62
|
+
name: ansi
|
48
63
|
description: A little runner/printer to benchmark Ruby code blocks
|
49
64
|
email:
|
50
65
|
- kelly@kellyredding.com
|