sambal-cle 0.1.9 → 0.1.9.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/sambal-cle.gemspec +3 -2
- metadata +1 -3
- data/test/config.yml +0 -3
- data/test/directory.yml +0 -120
data/sambal-cle.gemspec
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'sambal-cle'
|
|
3
|
-
s.version = '0.1.9'
|
|
3
|
+
s.version = '0.1.9.1'
|
|
4
4
|
s.summary = %q{rSmart's test framework for testing Sakai-CLE}
|
|
5
5
|
s.description = %q{This gem is used for creating test scripts for the Sakai Collaborative Learning Environment.}
|
|
6
|
-
s.files = Dir.glob("**/**/**")
|
|
6
|
+
s.files = Dir.glob("**/**/**")
|
|
7
|
+
s.files.reject! { |file_name| file_name =~ /.yml$/ }
|
|
7
8
|
s.authors = ["Abraham Heward", "Jon Utter"]
|
|
8
9
|
s.email = %w{"aheward@rsmart.com" "jutter@rsmart.com"}
|
|
9
10
|
s.homepage = 'https://github.com/rSmart'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sambal-cle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.9
|
|
4
|
+
version: 0.1.9.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -134,9 +134,7 @@ files:
|
|
|
134
134
|
- test/assignment_permissions_spec.rb
|
|
135
135
|
- test/assignments_grading_spec.rb
|
|
136
136
|
- test/assignments_submission_spec.rb
|
|
137
|
-
- test/config.yml
|
|
138
137
|
- test/config.yml.template
|
|
139
|
-
- test/directory.yml
|
|
140
138
|
- test/directory.yml.template
|
|
141
139
|
- test/duplicate_site_spec.rb
|
|
142
140
|
- test/glossary_term_create_spec.rb
|
data/test/config.yml
DELETED
data/test/directory.yml
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
admin:
|
|
3
|
-
username: admin
|
|
4
|
-
password: admin
|
|
5
|
-
person1:
|
|
6
|
-
id: student01
|
|
7
|
-
firstname: Sañdra
|
|
8
|
-
lastname: Chëeks
|
|
9
|
-
email: dfhlese@rsmart.com
|
|
10
|
-
password: password
|
|
11
|
-
type: registered
|
|
12
|
-
person2:
|
|
13
|
-
id: student02
|
|
14
|
-
firstname: Billy
|
|
15
|
-
lastname: Bob
|
|
16
|
-
email: teulkf@rsmart.com
|
|
17
|
-
password: password
|
|
18
|
-
type: registered
|
|
19
|
-
person3:
|
|
20
|
-
id: instructor1
|
|
21
|
-
firstname: Joel
|
|
22
|
-
lastname: Instructor
|
|
23
|
-
email: ew6elyjk@rsmart.com
|
|
24
|
-
password: password
|
|
25
|
-
type: maintain
|
|
26
|
-
person4:
|
|
27
|
-
id: instructor2
|
|
28
|
-
firstname: Joanne
|
|
29
|
-
lastname: Instructor
|
|
30
|
-
email: deyrel567km@rsmart.com
|
|
31
|
-
password: password
|
|
32
|
-
type: maintain
|
|
33
|
-
person5:
|
|
34
|
-
id: student03
|
|
35
|
-
firstname: Achilles
|
|
36
|
-
lastname: Punks
|
|
37
|
-
email: thjlsert46@rsmart.com
|
|
38
|
-
password: password
|
|
39
|
-
type: registered
|
|
40
|
-
person6:
|
|
41
|
-
id: student04
|
|
42
|
-
firstname: Wilma
|
|
43
|
-
lastname: Legrobach
|
|
44
|
-
email: aherljkhg@rsmart.com
|
|
45
|
-
password: password
|
|
46
|
-
type: registered
|
|
47
|
-
person7:
|
|
48
|
-
id: student05
|
|
49
|
-
firstname: Jason
|
|
50
|
-
lastname: Elbate
|
|
51
|
-
email: te5hsw@rsmart.com
|
|
52
|
-
password: password
|
|
53
|
-
type: registered
|
|
54
|
-
person8:
|
|
55
|
-
id: student06
|
|
56
|
-
firstname: Jain
|
|
57
|
-
lastname: Linkvence
|
|
58
|
-
email: fgsdlfghrte4@rsmart.com
|
|
59
|
-
password: password
|
|
60
|
-
type: registered
|
|
61
|
-
person9:
|
|
62
|
-
id: student07
|
|
63
|
-
firstname: Dirk
|
|
64
|
-
lastname: Dogooder
|
|
65
|
-
email: stslethsrt7@rsmart.com
|
|
66
|
-
password: password
|
|
67
|
-
type: registered
|
|
68
|
-
person10:
|
|
69
|
-
id: student08
|
|
70
|
-
firstname: Sally
|
|
71
|
-
lastname: Malnilla
|
|
72
|
-
email: rtjyldryry@rsmart.com
|
|
73
|
-
password: password
|
|
74
|
-
type: registered
|
|
75
|
-
person11:
|
|
76
|
-
id: student09
|
|
77
|
-
firstname: Bo
|
|
78
|
-
lastname: Gart
|
|
79
|
-
email: srltjsy7@rsmart.com
|
|
80
|
-
password: password
|
|
81
|
-
type: registered
|
|
82
|
-
person12:
|
|
83
|
-
id: student10
|
|
84
|
-
firstname: Apnand
|
|
85
|
-
lastname: SluperNinja
|
|
86
|
-
email: pouhlyoiuh@rsmart.com
|
|
87
|
-
password: password
|
|
88
|
-
type: registered
|
|
89
|
-
person13:
|
|
90
|
-
id: peezel
|
|
91
|
-
firstname: Jack
|
|
92
|
-
lastname: O'Gallywag
|
|
93
|
-
email: agfslagbhnt@rsmart.com
|
|
94
|
-
password: password
|
|
95
|
-
type: registered
|
|
96
|
-
person14:
|
|
97
|
-
id: punky
|
|
98
|
-
firstname: Clark
|
|
99
|
-
lastname: Klent
|
|
100
|
-
email: clark@rsmart.com
|
|
101
|
-
password: password
|
|
102
|
-
type: guest
|
|
103
|
-
site1:
|
|
104
|
-
type: course
|
|
105
|
-
name: p?_;fYam >sMmRi0* ;<ynvhuZ Fall 2012 1st 5 weeks
|
|
106
|
-
id: 1b2b4917-1d77-484d-b339-a3bf7befcb34
|
|
107
|
-
assignment1: me'x^YXGSA
|
|
108
|
-
assignment2: _vLkTWdCqn-MBbd
|
|
109
|
-
assignment3: <A HREF="http://1113982867/">XSS</A>
|
|
110
|
-
assignment4: "#TE}d*AnSj{E)BtkA2nGj+,Le"
|
|
111
|
-
assignment5: n1AKqbx!TMz^".So`NNO<goL)=n@\q
|
|
112
|
-
quiz1: oJsiT->,_L
|
|
113
|
-
quiz2: LLgBjXd0GV
|
|
114
|
-
group0: "]83%?!MgB*K*;o}xe&zZ4K,Zrc<-t9vC#Boq.|jdQsQH-WQQ:/m>`KC2'peXG$^%AlA_|wGh:Y.8%}\"TI.0\" - 201209170951"
|
|
115
|
-
group1: g"//INr.]/:OdZQq'^$6LT@1HXGV}sLvxh<JmnOqC<w_aaA&(G;*"gdOg^1vP[R_$),6UuT.?vq&=&u|u]rw - 201209170951
|
|
116
|
-
section1: LB%!K#DqeB
|
|
117
|
-
section2: "\"<IMG SRC=\"jav\tascript:alert('XSS');\">"
|
|
118
|
-
site2:
|
|
119
|
-
type: portfolio
|
|
120
|
-
name: uzGKQL6T5A
|