hyphy 0.0.1 → 0.0.2
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/Rakefile +1 -3
- data/VERSION +1 -1
- data/hyphy.gemspec +2 -2
- metadata +3 -8
data/Rakefile
CHANGED
|
@@ -17,9 +17,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
17
17
|
gem.homepage = "http://github.com/3dna/hyphy"
|
|
18
18
|
gem.license = "MIT"
|
|
19
19
|
gem.summary = %Q{A SQL bottleneck toolkit}
|
|
20
|
-
gem.description = %Q{
|
|
21
|
-
an adapter for an ORM and a Ruby block, Hyphy collects all executed queries in
|
|
22
|
-
a dataset. Afterward, it can filter the dataset and even benchmark the queries.}
|
|
20
|
+
gem.description = %Q{A SQL bottleneck toolkit}
|
|
23
21
|
gem.email = "david@nationbuilder.com"
|
|
24
22
|
gem.authors = ["David Huie"]
|
|
25
23
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/hyphy.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "hyphy"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["David Huie"]
|
|
12
12
|
s.date = "2013-07-30"
|
|
13
|
-
s.description = "
|
|
13
|
+
s.description = "A SQL bottleneck toolkit"
|
|
14
14
|
s.email = "david@nationbuilder.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hyphy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -139,12 +139,7 @@ dependencies:
|
|
|
139
139
|
- - ! '>='
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
141
|
version: '0'
|
|
142
|
-
description:
|
|
143
|
-
Given
|
|
144
|
-
|
|
145
|
-
an adapter for an ORM and a Ruby block, Hyphy collects all executed queries in
|
|
146
|
-
|
|
147
|
-
a dataset. Afterward, it can filter the dataset and even benchmark the queries.'
|
|
142
|
+
description: A SQL bottleneck toolkit
|
|
148
143
|
email: david@nationbuilder.com
|
|
149
144
|
executables: []
|
|
150
145
|
extensions: []
|
|
@@ -196,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
196
191
|
version: '0'
|
|
197
192
|
segments:
|
|
198
193
|
- 0
|
|
199
|
-
hash:
|
|
194
|
+
hash: 2422462501041634996
|
|
200
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
196
|
none: false
|
|
202
197
|
requirements:
|