exner 1.0.0 → 1.0.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/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source :rubygems
2
+ gem "sinatra"
3
+ gem "sinatra-reloader"
4
+ gem "rspec"
5
+ gem "haml"
6
+ gem "thin"
@@ -0,0 +1,47 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ backports (2.3.0)
5
+ daemons (1.1.4)
6
+ diff-lcs (1.1.3)
7
+ eventmachine (0.12.10)
8
+ haml (3.1.3)
9
+ monkey-lib (0.5.4)
10
+ backports
11
+ rack (1.3.3)
12
+ rspec (2.6.0)
13
+ rspec-core (~> 2.6.0)
14
+ rspec-expectations (~> 2.6.0)
15
+ rspec-mocks (~> 2.6.0)
16
+ rspec-core (2.6.4)
17
+ rspec-expectations (2.6.0)
18
+ diff-lcs (~> 1.1.2)
19
+ rspec-mocks (2.6.0)
20
+ sinatra (1.2.6)
21
+ rack (~> 1.1)
22
+ tilt (< 2.0, >= 1.2.2)
23
+ sinatra-advanced-routes (0.5.1)
24
+ monkey-lib (~> 0.5.0)
25
+ sinatra (~> 1.0)
26
+ sinatra-sugar (~> 0.5.0)
27
+ sinatra-reloader (0.5.0)
28
+ sinatra (~> 1.0)
29
+ sinatra-advanced-routes (~> 0.5.0)
30
+ sinatra-sugar (0.5.1)
31
+ monkey-lib (~> 0.5.0)
32
+ sinatra (~> 1.0)
33
+ thin (1.2.11)
34
+ daemons (>= 1.0.9)
35
+ eventmachine (>= 0.12.6)
36
+ rack (>= 1.0.0)
37
+ tilt (1.3.3)
38
+
39
+ PLATFORMS
40
+ ruby
41
+
42
+ DEPENDENCIES
43
+ haml
44
+ rspec
45
+ sinatra
46
+ sinatra-reloader
47
+ thin
@@ -1,3 +1,7 @@
1
+ === 1.0.1 / 2011-09-23
2
+ * Added webapp
3
+ * Updated depi test
4
+
1
5
  === 1.0.0 / 2011-09-21
2
6
 
3
7
  * First operational version. Incluse executables for Zulliger and Rorscach analysis.
@@ -1,4 +1,6 @@
1
1
  .autotest
2
+ Gemfile
3
+ Gemfile.lock
2
4
  History.txt
3
5
  Manifest.txt
4
6
  README.txt
@@ -40,3 +42,8 @@ test/test_rorschach.rb
40
42
  test/test_scon.rb
41
43
  test/test_sczi.rb
42
44
  test/text_cdi.rb
45
+ webapp/app.rb
46
+ webapp/log/app.log
47
+ webapp/public/main.css
48
+ webapp/views/index.haml
49
+ webapp/views/layout.haml
data/README.txt CHANGED
@@ -5,23 +5,33 @@
5
5
  == DESCRIPTION:
6
6
 
7
7
  Create structural summary for Rorschach Comprehensive System. Works with
8
- Znudic method for Zulliger test, based on Exner's RCS.
8
+ standard Exner's RCS for Rorschach test and Znudic method for Zulliger test, based on Exner's RCS.
9
9
 
10
10
  == FEATURES
11
11
 
12
- * Command line and web interface(TODO)
12
+ * Command line and web interface
13
13
 
14
14
  == SYNOPSIS:
15
15
 
16
16
  * Using command line:
17
17
  $ zulliger data/zulli_test.txt
18
18
 
19
+ or
20
+
21
+ $ rorschach data/test_manchas.txt
22
+
23
+ * Using Sinatra webapp
24
+ $ cd webapp
25
+ $ ruby app.rb
26
+
27
+
28
+
19
29
  == REQUIREMENTS:
20
30
 
21
31
 
22
32
  == INSTALL:
23
33
 
24
- gem install rorschach
34
+ gem install exner
25
35
 
26
36
  == LICENSE:
27
37
 
@@ -6,7 +6,7 @@ require 'exner/respuesta.rb'
6
6
  require 'exner/rtf'
7
7
  # Clase que almacena información sobre una respuesta a una lámina
8
8
  module Exner
9
- VERSION="1.0.0"
9
+ VERSION="1.0.1"
10
10
  # De números arábigos a romanos
11
11
  ROMANOS={1=>'I',2=>'II', 3=>'III',4=>'IV',5=>'V', 6=>'VI',7=>'VII',8=>'VIII',9=>'IX',10=>'X'}
12
12
  # Localizaciones válidas
@@ -101,7 +101,7 @@ module Exner
101
101
  end
102
102
 
103
103
  def to_s
104
- Exner.a_romano(@lamina)+" "+@respuesta.to_s+" "+@localizacion+@dq+" "+@determinantes.join('.')+@fq+" "+(@par ? "(2) ":" ")+@contenidos.join(',')+" "+(@popular ? "P " :" ")+@z.to_s+" "+@ccee.join(',')
104
+ Exner.a_romano(@lamina)+" "+@respuesta.to_s+" "+@localizacion+@dq+" "+@determinantes.join('.')+@fq+" "+(@par ? "(2) " : " ")+@contenidos.join(',')+" "+(@popular ? "P " :" ")+@z.to_s+" "+@ccee.join(',')
105
105
  end
106
106
  def <=>(resp)
107
107
  @respuesta<=>resp.respuesta
@@ -5,13 +5,13 @@ module Exner
5
5
  def depi(lista=false)
6
6
  total=0
7
7
  cons={
8
- 1=>(sumdet('V')>0 or _d['FD']>2),
9
- 2=>(scon_col_sombra>0 or localizaciones['S']>2),
10
- 3=>((aislamiento_r>0.44 and sumdet('r')==0) or (aislamiento_r<0.33)),
11
- 4=>(self.Afr<0.46 or @complejos.size<4),
12
- 5=> ((sumdet("C'")>sumdet('FM')+sumdet('m')) or sumdet("C'")>2) ,
13
- 6=>((_ccee['MOR']>2) or (intelectualizacion>3)),
14
- 7=>((_ccee['COP']<2) or (aislamiento_r>0.24))
8
+ 1=>(sumdet('V')>0 or _d['FD']>2),
9
+ 2=>(scon_col_sombra>0 or localizaciones['S']>2),
10
+ 3=>((aislamiento_r > 0.44 and sumdet('r')==0) or (aislamiento_r < 0.33)),
11
+ 4=>(self.Afr<0.46 or @complejos.size<4),
12
+ 5=> ((sumdet("C'")>sumdet('FM')+sumdet('m')) or sumdet("C'")>2) ,
13
+ 6=>((_ccee['MOR']>2) or (intelectualizacion>3)),
14
+ 7=>((_ccee['COP']<2) or (aislamiento_r>0.24))
15
15
  }.each {|n,r|
16
16
  total+=1 if r
17
17
  }
@@ -19,8 +19,8 @@ module Exner
19
19
 
20
20
  end
21
21
  def depi_si
22
- return (depi > 4) ? 'Sí':'No'
23
- end
22
+ return (depi > 4) ? 'Sí':'No'
23
+ end
24
24
  private
25
25
  def scon_col_sombra
26
26
  suma=0
@@ -35,4 +35,4 @@ module Exner
35
35
  suma
36
36
  end
37
37
  end
38
- end
38
+ end
@@ -74,8 +74,8 @@ module Exner
74
74
  end
75
75
  def open_file(file)
76
76
  raise "No se definió archivo" if file.nil?
77
- File.open(file,'r') {|file|
78
- open_stream(file)
77
+ File.open(file,'r') {|f|
78
+ open_stream(f)
79
79
  }
80
80
  end
81
81
  def each_determinante
@@ -8,21 +8,21 @@ class TC_ExnerDepi < Test::Unit::TestCase
8
8
  @lista=@a.depi(true)
9
9
  @p=@a.depi
10
10
  end
11
- def teardown
12
- end
13
11
  def test_numero
14
- assert(@p==2)
12
+ assert_equal(3,@p)
15
13
  end
14
+
16
15
  def test_lista
17
- {1=>false,
16
+ {
17
+ 1=>false,
18
18
  2=>false,
19
- 3=>false,
19
+ 3=>true,
20
20
  4=>true,
21
21
  5=>false,
22
22
  6=>false,
23
23
  7=>true
24
24
  }.each {|k,v|
25
- assert_equal(v,@lista[k],k)
25
+ assert_equal(v,@lista[k], "Element #{k} should be #{v} but was #{@lista[k]}")
26
26
  }
27
27
  end
28
28
  end
@@ -54,7 +54,7 @@ def test_controles
54
54
  assert_equal(3,@a.COP)
55
55
  assert_equal(0,@a.AG)
56
56
  assert_equal(0,@a.Fd)
57
- assert_equal(0.25,@a.aislamiento_r)
57
+ assert_equal(0.25, @a.aislamiento_r)
58
58
  assert_equal('3:4',@a.h_h_hd_hd)
59
59
  assert_equal('3:1',@a.p_h_hd_p_a_ad)
60
60
  assert_equal('8:1',@a.h_a_hd_ad)
@@ -11,7 +11,7 @@ class TC_ExnerHvi < Test::Unit::TestCase
11
11
  @p=@a.hvi
12
12
  end
13
13
  def test_numero
14
- assert(@p==3)
14
+ assert_equal(3,@p)
15
15
  end
16
16
  def test_lista
17
17
  {1=>true,
@@ -0,0 +1,64 @@
1
+ # encoding: UTF-8
2
+
3
+ $:.unshift(File.dirname(__FILE__)+"/.")
4
+ $:.unshift(File.dirname(__FILE__)+"/../lib/")
5
+ require 'haml'
6
+
7
+ require "bundler/setup"
8
+ require 'sinatra'
9
+ require 'sinatra/reloader' if development?
10
+
11
+ require 'logger'
12
+ require 'exner'
13
+ $log = Logger.new('log/app.log')
14
+
15
+
16
+
17
+ configure :development do |c|
18
+ c.enable :logging, :dump_errors, :raise_errors, :sessions
19
+ end
20
+
21
+ configure :production do |c|
22
+ c.enable :logging, :dump_errors, :raise_errors, :sessions
23
+ end
24
+
25
+ helpers do
26
+ def ejemplo
27
+
28
+ "I 1 Wo Fo A P 1.0 PER
29
+ I 5 Wv VFu Ls
30
+ I 6 Dd+ FC'.mau (Hd),Fi 4.0 DR1
31
+ I 7 WSo FT.mpo Ad 3.5 MOR,DR1
32
+ II 2 W+ FMa.VF.Co (2) A,Ls 5.5 AG
33
+ II 8 DSo CF- An 4.0
34
+ II 9 DdS+ CF- (2) Ls 3.0
35
+ III 3 D+ Mao (2) H P 4.0 COP
36
+ III 4 D+ Mp.Co (2) H,Id P 3.0 DR1
37
+ III 10 D+ Ma.FC.mpu (2) H,Cg 3.0 DV2
38
+ III 11 W+ Ma.FTo H,Sc P 5.5"
39
+ end
40
+ end
41
+
42
+ get "/" do
43
+ @ejemplo=ejemplo
44
+
45
+ haml :index
46
+ end
47
+
48
+ post "/" do
49
+ begin
50
+ @tabulacion=params["tabulacion"]
51
+ @tipo=params["tipo"]
52
+ out=case @tipo
53
+ when "zulliger"
54
+ Exner::Rtf::Zulliger.process(@tabulacion)
55
+ when "rorschach"
56
+ Exner::Rtf::Rorschach.process(@tabulacion)
57
+ end
58
+ [200,{"Content-type"=>"application/rtf","Content-disposition"=>"attachment;filename=informe.rtf"},out]
59
+ rescue RuntimeError=>e
60
+ @error=e
61
+ haml :index
62
+ end
63
+ end
64
+
@@ -0,0 +1 @@
1
+ # Logfile created on 2011-09-21 18:46:12 -0300 by logger.rb/31641
@@ -0,0 +1,147 @@
1
+ @import "cuadros.css";
2
+ body {
3
+ font-family: Verdana, Arial, Helvetica, sans-serif;
4
+ font-size: 12px;
5
+ margin:0px;
6
+ padding:0px;
7
+
8
+ }
9
+ textarea {
10
+ font-size:90%;
11
+ }
12
+
13
+
14
+ #outer {
15
+ }
16
+ #header {
17
+ background:#eee;
18
+ padding:0.2em 2em;
19
+ border-bottom:1px solid #ccc;
20
+ }
21
+
22
+ #primarycontent {
23
+ padding:0px 2em;
24
+ clear:both;
25
+ }
26
+
27
+ #footer {
28
+ border-top:1px solid #ccc;
29
+ background:#eee;
30
+ text-align:center;
31
+ }
32
+
33
+
34
+ #menu ul li {
35
+ display:inline;
36
+ }
37
+
38
+ img
39
+ {
40
+ cursor:pointer;
41
+ border:0px;
42
+ }
43
+
44
+ table
45
+ {
46
+ background-color:#ccc;
47
+ }
48
+ table.login
49
+ {
50
+ background-color:#ffffff;
51
+ }
52
+ td
53
+ {
54
+ font-family:verdana;
55
+ background-color:white;
56
+ }
57
+ td.login
58
+ {
59
+ background-color:#ffffff;
60
+ font-family:verdana;
61
+
62
+ color:#ffffff;
63
+ }
64
+
65
+ td.reporte_negro
66
+ {
67
+ background-color:#000000;
68
+ }
69
+
70
+ th.reporte_a
71
+ {
72
+ background-color:#777777;
73
+ font-family:verdana;
74
+
75
+ color:#ffffff;
76
+ }
77
+ th.reporte_at
78
+ {
79
+ background-color:#dddddd;
80
+ font-family:verdana;
81
+
82
+ color:#000000;
83
+ }
84
+ th.reporte_b
85
+ {
86
+ background-color:#777777;
87
+ font-family:verdana;
88
+
89
+ color:#ffffff;
90
+ }
91
+ th.reporte_da
92
+ {
93
+ background-color:#aaaaaa;
94
+ font-family:verdana;
95
+
96
+ color:#000000;
97
+ }
98
+ th.reporte_dar
99
+ {
100
+ background-color:#444444;
101
+ font-family:verdana;
102
+
103
+ color:#ffffff;
104
+ }
105
+ th.reporte_o
106
+ {
107
+ background-color:#111111;
108
+ font-family:verdana;
109
+
110
+ color:#ffffff;
111
+ }
112
+ th.reporte_pe
113
+ {
114
+ background-color:#444444;
115
+ font-family:verdana;
116
+
117
+ color:#ffffff;
118
+ }
119
+ th.reporte_t
120
+ {
121
+ background-color:#aaaaaa;
122
+ font-family:verdana;
123
+
124
+ color:#000000;
125
+ }
126
+
127
+
128
+
129
+ .advertencia {
130
+ background-image: url('/images/rechazado_otro_16x16.png');
131
+ background-repeat:no-repeat;
132
+ padding-left:30px;
133
+ margin:0em 1em 1em 1em;
134
+ }
135
+
136
+ .aviso {
137
+ background-image: url('/images/ejecucion.png');
138
+ background-repeat:no-repeat;
139
+ background-position: 1% 50%;
140
+ padding:0.5em;
141
+ border:1px solid red;
142
+ padding-left:30px;
143
+ margin:0em 1em 1em 1em;
144
+ background-color: #FFFFAA;
145
+ color:red;
146
+ font-weight: bold;
147
+ }
@@ -0,0 +1,14 @@
1
+ - if @error
2
+ .aviso=@error
3
+ %p
4
+ Ingrese la tabulación del test. Ocupe el ejemplo que se incluye al final como plantilla
5
+ %form{:method=>"post",:action=>url("/")}
6
+ %textarea{:name=>"tabulacion", :rows=>15, :cols=>80}=@tabulacion
7
+ %p
8
+ Tipo:
9
+ %select{:name=>"tipo"}
10
+ %option{:value=>"zulliger"}Zulliger
11
+ %option{:value=>"rorschach"}Rorschach
12
+ %input{:type=>"submit", :name=>"Enviar"}
13
+ %h2 Ejemplo
14
+ %pre=@ejemplo
@@ -0,0 +1,13 @@
1
+ %body
2
+ %head
3
+ %title Sistema de evaluación comprehensivo de Exner
4
+ %link{:href=>url("main.css") , :media => "screen", :rel=>'stylesheet', :type=>'text/css'}
5
+ %body
6
+ #outer
7
+ #inner
8
+ #header
9
+ %h1 Sistema de análisis
10
+ #primarycontent
11
+ =yield
12
+ #footer
13
+ %p Claudio Bustos 2011
metadata CHANGED
@@ -1,46 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Claudio Bustos
9
9
  autorequire:
10
10
  bindir: bin
11
- cert_chain:
12
- - !binary |-
13
- LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURNakNDQWhxZ0F3SUJB
14
- Z0lCQURBTkJna3Foa2lHOXcwQkFRVUZBREEvTVJFd0R3WURWUVFEREFoamJH
15
- SjEKYzNSdmN6RVZNQk1HQ2dtU0pvbVQ4aXhrQVJrV0JXZHRZV2xzTVJNd0VR
16
- WUtDWkltaVpQeUxHUUJHUllEWTI5dApNQjRYRFRFd01ETXlPVEl4TXpnMU5W
17
- b1hEVEV4TURNeU9USXhNemcxTlZvd1B6RVJNQThHQTFVRUF3d0lZMnhpCmRY
18
- TjBiM014RlRBVEJnb0praWFKay9Jc1pBRVpGZ1ZuYldGcGJERVRNQkVHQ2dt
19
- U0pvbVQ4aXhrQVJrV0EyTnYKYlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFB
20
- RGdnRVBBRENDQVFvQ2dnRUJBTGY4SlZNR3FFN201a1liK1BOTgpuZVp2MnBj
21
- WFY1ZlFDaTZ4a3lHOGJpMi9TSUZ5L0x5eHV2THpFZU94QmVhejFCZTkzYmF5
22
- SVVxdU9JcXczZHl3Ci9LWFdhMzFGeHVOdXZBbTZDTjhmeWVSWVgvb3U0Y3cz
23
- T0lVVW5JdkI3Uk1OSXU0d2JnZU02aHRWL1FFc05McnYKYXQxL21oOUpwcWF3
24
- UHJjaklPVk1qNEJJcDY3dm16SkNhVWYrUy9IMnVZdFNPMDlGK1lRRTN0djg1
25
- VFBlUm1xVQp5anlYeVRjL29KaXcxY1hza1VMOFV0TVdabXJ3TkxIWHVaV1dJ
26
- TXpraml6M1VOZGhKci90NVJPazhTMldQem5sCjBiTXkvUE1JbEFicVdvbFJu
27
- MXpsMlZGSjNUYVhTY2JxSW1ZOFdmNGc2MmIvMVpTVWxHcnRuTE5zQ1lYcldp
28
- c28KVVBVQ0F3RUFBYU01TURjd0NRWURWUjBUQkFJd0FEQUxCZ05WSFE4RUJB
29
- TUNCTEF3SFFZRFZSME9CQllFRkd1OQpyckoxSDY0cVJtTk51M0pqL1Fqdmgw
30
- dTVNQTBHQ1NxR1NJYjNEUUVCQlFVQUE0SUJBUUNWMFVua2E1aXNyaFprCkdq
31
- cVNEcVkvNmhGK0cycGJGY2JXVXBqbUM4Tld0QXhlQys3TkdWM2xqZDBlMVNM
32
- Zm95Qmo0Z25GdEZtWThxWDQKSzAydGdTWk0wZURWOFRwZ0ZwV1h6SzZMekh2
33
- b2FudWFoSExaRXRrLytaODg1bEZlbmUrbkhhZGtlbTFuOWlBQgpjczk2Sk85
34
- L0pmRnl1WE0yN3dGQXdtZkhDbUpmUEYwOVI0VnZHSFJBdmI4TUd6U1ZnazJp
35
- MDZPSlRxa0JUd3Z2CkpISmRveXczKzhidzlSSitqTGFOb1EreHUrMXBRZFMy
36
- YmIzbTd4alpwdWZtbC9tOHpGQ3RqWU0vN3Fna0tSOHoKL1padDhsQ2lLZkZB
37
- cnBwUnJaYXlFMkZWc3BzNFg2V3dCZHJLVE1aMENLU1hUUmN0YkVqMUJBWjY3
38
- ZW9UdkJCdApycFAwampzMAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
39
- date: 2011-09-21 00:00:00.000000000 Z
11
+ cert_chain: []
12
+ date: 2011-09-23 00:00:00.000000000 Z
40
13
  dependencies:
41
14
  - !ruby/object:Gem::Dependency
42
15
  name: hoe
43
- requirement: &18781160 !ruby/object:Gem::Requirement
16
+ requirement: &71721540 !ruby/object:Gem::Requirement
44
17
  none: false
45
18
  requirements:
46
19
  - - ~>
@@ -48,114 +21,72 @@ dependencies:
48
21
  version: '2.12'
49
22
  type: :development
50
23
  prerelease: false
51
- version_requirements: *18781160
52
- description: !binary |-
53
- Q3JlYXRlIHN0cnVjdHVyYWwgc3VtbWFyeSBmb3IgUm9yc2NoYWNoIENvbXBy
54
- ZWhlbnNpdmUgU3lzdGVtLiBXb3JrcyB3aXRoIApabnVkaWMgbWV0aG9kIGZv
55
- ciBadWxsaWdlciB0ZXN0LCBiYXNlZCBvbiBFeG5lcidzIFJDUy4=
24
+ version_requirements: *71721540
25
+ description: ! "Create structural summary for Rorschach Comprehensive System. Works
26
+ with \nstandard Exner's RCS for Rorschach test and Znudic method for Zulliger test,
27
+ based on Exner's RCS."
56
28
  email:
57
29
  - clbustos_at_gmail.com
58
30
  executables:
59
- - !binary |-
60
- cm9yc2NoYWNo
61
- - !binary |-
62
- enVsbGlnZXI=
31
+ - rorschach
32
+ - zulliger
63
33
  extensions: []
64
34
  extra_rdoc_files:
65
- - !binary |-
66
- SGlzdG9yeS50eHQ=
67
- - !binary |-
68
- TWFuaWZlc3QudHh0
69
- - !binary |-
70
- UkVBRE1FLnR4dA==
35
+ - History.txt
36
+ - Manifest.txt
37
+ - README.txt
71
38
  files:
72
- - !binary |-
73
- LmF1dG90ZXN0
74
- - !binary |-
75
- SGlzdG9yeS50eHQ=
76
- - !binary |-
77
- TWFuaWZlc3QudHh0
78
- - !binary |-
79
- UkVBRE1FLnR4dA==
80
- - !binary |-
81
- UmFrZWZpbGU=
82
- - !binary |-
83
- YmluL3JvcnNjaGFjaA==
84
- - !binary |-
85
- YmluL3p1bGxpZ2Vy
86
- - !binary |-
87
- ZGF0YS8ufmxvY2suc3VtYXJpb19adWxsaWdlci5ydGYj
88
- - !binary |-
89
- ZGF0YS9Sb3JzY2hhY2hfWmVzdC50eHQ=
90
- - !binary |-
91
- ZGF0YS9adWxsaWdlcl9aZXN0LnR4dA==
92
- - !binary |-
93
- ZGF0YS9zdW1hcmlvLnJ0Zg==
94
- - !binary |-
95
- ZGF0YS9zdW1hcmlvMi5ydGY=
96
- - !binary |-
97
- ZGF0YS9zdW1hcmlvX1JvcnNjaGFjaC5ydGY=
98
- - !binary |-
99
- ZGF0YS9zdW1hcmlvX1p1bGxpZ2VyLnJ0Zg==
100
- - !binary |-
101
- ZGF0YS90ZXN0X21hbmNoYXMudHh0
102
- - !binary |-
103
- ZGF0YS96dWxsaV90ZXN0LnR4dA==
104
- - !binary |-
105
- bGliL2V4bmVyLnJi
106
- - !binary |-
107
- bGliL2V4bmVyL3Jlc3B1ZXN0YS5yYg==
108
- - !binary |-
109
- bGliL2V4bmVyL3JvcnNjaGFjaC5yYg==
110
- - !binary |-
111
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL2NkaS5yYg==
112
- - !binary |-
113
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL2RlcGkucmI=
114
- - !binary |-
115
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL2h2aS5yYg==
116
- - !binary |-
117
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL2ludGVycHJldGFjaW9uLnJi
118
- - !binary |-
119
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL29icy5yYg==
120
- - !binary |-
121
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL3Njb24ucmI=
122
- - !binary |-
123
- bGliL2V4bmVyL3JvcnNjaGFjaF9wbHVnaW5zL3NjemkucmI=
124
- - !binary |-
125
- bGliL2V4bmVyL3J0Zi5yYg==
126
- - !binary |-
127
- bGliL2V4bmVyL3J0Zi9yb3JzY2hhY2gucmI=
128
- - !binary |-
129
- bGliL2V4bmVyL3J0Zi96dWxsaWdlci5yYg==
130
- - !binary |-
131
- bGliL2V4bmVyL3Rlc3RfbWFuY2hhcy5yYg==
132
- - !binary |-
133
- bGliL2V4bmVyL3p1bGxpZ2VyLnJi
134
- - !binary |-
135
- bGliL2V4bmVyL3p1bGxpZ2VyX3BsdWdpbnMvaW50ZXJwcmV0YWNpb24ucmI=
136
- - !binary |-
137
- dGVzdC9leHRyYXMucmI=
138
- - !binary |-
139
- dGVzdC9oZWxwZXJzX3Rlc3RzLnJi
140
- - !binary |-
141
- dGVzdC90ZXN0X2RlcGkucmI=
142
- - !binary |-
143
- dGVzdC90ZXN0X2V4bmVyLnJi
144
- - !binary |-
145
- dGVzdC90ZXN0X2h2aS5yYg==
146
- - !binary |-
147
- dGVzdC90ZXN0X29icy5yYg==
148
- - !binary |-
149
- dGVzdC90ZXN0X3JvcnNjaGFjaC5yYg==
150
- - !binary |-
151
- dGVzdC90ZXN0X3Njb24ucmI=
152
- - !binary |-
153
- dGVzdC90ZXN0X3NjemkucmI=
154
- - !binary |-
155
- dGVzdC90ZXh0X2NkaS5yYg==
39
+ - .autotest
40
+ - Gemfile
41
+ - Gemfile.lock
42
+ - History.txt
43
+ - Manifest.txt
44
+ - README.txt
45
+ - Rakefile
46
+ - bin/rorschach
47
+ - bin/zulliger
48
+ - data/.~lock.sumario_Zulliger.rtf#
49
+ - data/Rorschach_Zest.txt
50
+ - data/Zulliger_Zest.txt
51
+ - data/sumario.rtf
52
+ - data/sumario2.rtf
53
+ - data/sumario_Rorschach.rtf
54
+ - data/sumario_Zulliger.rtf
55
+ - data/test_manchas.txt
56
+ - data/zulli_test.txt
57
+ - lib/exner.rb
58
+ - lib/exner/respuesta.rb
59
+ - lib/exner/rorschach.rb
60
+ - lib/exner/rorschach_plugins/cdi.rb
61
+ - lib/exner/rorschach_plugins/depi.rb
62
+ - lib/exner/rorschach_plugins/hvi.rb
63
+ - lib/exner/rorschach_plugins/interpretacion.rb
64
+ - lib/exner/rorschach_plugins/obs.rb
65
+ - lib/exner/rorschach_plugins/scon.rb
66
+ - lib/exner/rorschach_plugins/sczi.rb
67
+ - lib/exner/rtf.rb
68
+ - lib/exner/rtf/rorschach.rb
69
+ - lib/exner/rtf/zulliger.rb
70
+ - lib/exner/test_manchas.rb
71
+ - lib/exner/zulliger.rb
72
+ - lib/exner/zulliger_plugins/interpretacion.rb
73
+ - test/extras.rb
74
+ - test/helpers_tests.rb
75
+ - test/test_depi.rb
76
+ - test/test_exner.rb
77
+ - test/test_hvi.rb
78
+ - test/test_obs.rb
79
+ - test/test_rorschach.rb
80
+ - test/test_scon.rb
81
+ - test/test_sczi.rb
82
+ - test/text_cdi.rb
83
+ - webapp/app.rb
84
+ - webapp/log/app.log
85
+ - webapp/public/main.css
86
+ - webapp/views/index.haml
87
+ - webapp/views/layout.haml
156
88
  - .gemtest
157
- homepage: !binary |-
158
- aHR0cHM6Ly93d3cuZ2l0aHViLmNvbS9jbGJ1c3Rvcy9yb3JzY2hhY2g=
89
+ homepage: https://www.github.com/clbustos/rorschach
159
90
  licenses: []
160
91
  post_install_message:
161
92
  rdoc_options:
@@ -177,17 +108,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
108
  version: '0'
178
109
  requirements: []
179
110
  rubyforge_project: exner
180
- rubygems_version: 1.8.10
111
+ rubygems_version: 1.8.6
181
112
  signing_key:
182
113
  specification_version: 3
183
- summary: !binary |-
184
- Q3JlYXRlIHN0cnVjdHVyYWwgc3VtbWFyeSBmb3IgUm9yc2NoYWNoIENvbXBy
185
- ZWhlbnNpdmUgU3lzdGVt
114
+ summary: Create structural summary for Rorschach Comprehensive System
186
115
  test_files:
187
- - test/test_scon.rb
188
- - test/test_sczi.rb
116
+ - test/test_exner.rb
117
+ - test/test_depi.rb
189
118
  - test/test_hvi.rb
190
- - test/test_obs.rb
119
+ - test/test_sczi.rb
191
120
  - test/test_rorschach.rb
192
- - test/test_depi.rb
193
- - test/test_exner.rb
121
+ - test/test_scon.rb
122
+ - test/test_obs.rb
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
Binary file