optimus-ep 0.10.0 → 0.10.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/lib/transformers/column_calculator.rb +1 -1
- data/lib/version.rb +1 -2
- data/optimus-ep.gemspec +3 -5
- metadata +8 -49
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -2
@@ -70,7 +70,7 @@ module Optimus
|
|
70
70
|
end
|
71
71
|
|
72
72
|
def counter_column(name, options = {})
|
73
|
-
start_val = options[:
|
73
|
+
start_val = options[:start_value] || 1
|
74
74
|
options[:reset_when] ||= :once
|
75
75
|
options[:count_when] ||= true
|
76
76
|
computed_column(name, start_val, options)
|
data/lib/version.rb
CHANGED
data/optimus-ep.gemspec
CHANGED
@@ -2,12 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "optimus-ep"
|
5
|
-
s.version = "0.10.
|
5
|
+
s.version = "0.10.1"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Nate Vack"]
|
9
|
-
s.
|
10
|
-
s.date = "2012-02-17"
|
9
|
+
s.date = "2012-04-13"
|
11
10
|
s.description = "Utilities to process behavioral data generated by E-Prime"
|
12
11
|
s.email = "njvack@wisc.edu"
|
13
12
|
s.executables = ["eprime2tabfile", "extract_timings"]
|
@@ -17,8 +16,7 @@ Gem::Specification.new do |s|
|
|
17
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Optimus-ep", "--main", "README"]
|
18
17
|
s.require_paths = ["lib"]
|
19
18
|
s.rubyforge_project = "optimus-ep"
|
20
|
-
s.rubygems_version = "1.8.
|
21
|
-
s.signing_key = "/Users/njvack/.gem/cert/gem-private_key.pem"
|
19
|
+
s.rubygems_version = "1.8.16"
|
22
20
|
s.summary = "Utilities to process behavioral data generated by E-Prime"
|
23
21
|
|
24
22
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,60 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optimus-ep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Nate Vack
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
|
-
cert_chain:
|
12
|
-
-
|
13
|
-
|
14
|
-
MIIDPDCCAiSgAwIBAgIBADANBgkqhkiG9w0BAQUFADBEMQ8wDQYDVQQDDAZuanZh
|
15
|
-
|
16
|
-
Y2sxHDAaBgoJkiaJk/IsZAEZFgxmcmVzaGZvcmV2ZXIxEzARBgoJkiaJk/IsZAEZ
|
17
|
-
|
18
|
-
FgNuZXQwHhcNMTAxMTAxMTYzNjU3WhcNMTExMTAxMTYzNjU3WjBEMQ8wDQYDVQQD
|
19
|
-
|
20
|
-
DAZuanZhY2sxHDAaBgoJkiaJk/IsZAEZFgxmcmVzaGZvcmV2ZXIxEzARBgoJkiaJ
|
21
|
-
|
22
|
-
k/IsZAEZFgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDn2bwf
|
23
|
-
|
24
|
-
toh5i82PTx92q2Q9NGgsRnCZyJBPygrzxIVlZIJCG/o6PHi1nsjL9PFV4e80GQit
|
25
|
-
|
26
|
-
/BfhXQu9qI3FEB4V3JnipGM1ROQ5Otxp0sjRbt6TUqdt6EsgogfC+92FcOLjq0e5
|
27
|
-
|
28
|
-
0IhBCsiAl59mCVLVIKCc8opChciqUvepj8aWm9f1dIsTqizohxX0/3GctBTpPb7V
|
29
|
-
|
30
|
-
uJiKwaXyYuWpVzw2W8+nahgZkfmt7u+U0z3+HCG55wBXU/jlvkdf9WV3zkF73FWn
|
31
|
-
|
32
|
-
cI2Ka/Fe/+niMTnA0NqvDAmdaLho862L+nXrNf8hQ7QhNThGYfaLLrvx2J+MzUOl
|
33
|
-
|
34
|
-
6CmX9nyt1f6zbuXVAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
|
35
|
-
|
36
|
-
A1UdDgQWBBScWwkwM7HNNwydyqUm/468FWq92jANBgkqhkiG9w0BAQUFAAOCAQEA
|
37
|
-
|
38
|
-
iVKqrGzBiyDldc/Jj2rWoP5dxoxTBfMIUseclbIPuji0L/nPUMRovMANuASyTeLG
|
39
|
-
|
40
|
-
35Sz5cVaZKT8DRXLWrivo8Mni1K/Av3vjy0zJpI2fOvpGtxHxCIvA1Rn3DDUYN2V
|
41
|
-
|
42
|
-
kxGd07Yx2oBgz6NAzG+joCLpV7a9Ourrf0GF2fPskyym0iiD5wK3UqPCf7qjnlK+
|
43
|
-
|
44
|
-
XsLIxgC5XAnJ0KLg04svAkuzhdZDmcFSMjbVV1m/2k/6wHD7g2wA75c+fQIXzsAo
|
45
|
-
|
46
|
-
RoSvN+kCqfmclbI+KrvOxed/zBOLHjsnT/5ELSX481qDe3rdYNVPsY0tdRidNUgC
|
47
|
-
|
48
|
-
YCKiqOZ/UpDcaNKaGup13w==
|
49
|
-
|
50
|
-
-----END CERTIFICATE-----
|
51
|
-
|
52
|
-
'
|
53
|
-
date: 2012-02-17 00:00:00.000000000 Z
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-04-13 00:00:00.000000000 Z
|
54
13
|
dependencies:
|
55
14
|
- !ruby/object:Gem::Dependency
|
56
15
|
name: rparsec-ruby19
|
57
|
-
requirement: &
|
16
|
+
requirement: &70123679912640 !ruby/object:Gem::Requirement
|
58
17
|
none: false
|
59
18
|
requirements:
|
60
19
|
- - ! '>='
|
@@ -62,10 +21,10 @@ dependencies:
|
|
62
21
|
version: '1.0'
|
63
22
|
type: :runtime
|
64
23
|
prerelease: false
|
65
|
-
version_requirements: *
|
24
|
+
version_requirements: *70123679912640
|
66
25
|
- !ruby/object:Gem::Dependency
|
67
26
|
name: rspec
|
68
|
-
requirement: &
|
27
|
+
requirement: &70123679911540 !ruby/object:Gem::Requirement
|
69
28
|
none: false
|
70
29
|
requirements:
|
71
30
|
- - ! '>='
|
@@ -73,7 +32,7 @@ dependencies:
|
|
73
32
|
version: '0'
|
74
33
|
type: :development
|
75
34
|
prerelease: false
|
76
|
-
version_requirements: *
|
35
|
+
version_requirements: *70123679911540
|
77
36
|
description: Utilities to process behavioral data generated by E-Prime
|
78
37
|
email: njvack@wisc.edu
|
79
38
|
executables:
|
@@ -202,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
161
|
version: '1.2'
|
203
162
|
requirements: []
|
204
163
|
rubyforge_project: optimus-ep
|
205
|
-
rubygems_version: 1.8.
|
164
|
+
rubygems_version: 1.8.16
|
206
165
|
signing_key:
|
207
166
|
specification_version: 3
|
208
167
|
summary: Utilities to process behavioral data generated by E-Prime
|
data.tar.gz.sig
DELETED
Binary file
|
metadata.gz.sig
DELETED