sambal-cle 0.1.7 → 0.1.8
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 +2 -2
- metadata +1 -1
data/sambal-cle.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'sambal-cle'
|
|
3
|
-
s.version = '0.1.
|
|
3
|
+
s.version = '0.1.8'
|
|
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
6
|
s.files = Dir.glob("**/**/**")
|
|
7
|
-
s.test_files = Dir.glob("test/*test_rb")
|
|
7
|
+
#s.test_files = Dir.glob("test/*test_rb")
|
|
8
8
|
s.authors = ["Abraham Heward", "Jon Utter"]
|
|
9
9
|
s.email = %w{"aheward@rsmart.com" "jutter@rsmart.com"}
|
|
10
10
|
s.homepage = 'https://github.com/rSmart'
|