testbot_instructure 0.7.8 → 0.7.9
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.
- checksums.yaml +4 -4
- data/lib/shared/version.rb +1 -1
- data/testbot.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67ccabe9bf9550bb0c8eb19cca6ad495c17479e2
|
|
4
|
+
data.tar.gz: df4badc16d50394dd79b15d3ebb851f17be770c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 297e3f5f8ad18d975f0d86f5a7f05c7f9504844eed57ed6746835acbdd930583bb36a56a1b7a2706071204ce421b47653b9cfaaa85fed82a5c7dcc9a3d92b15f
|
|
7
|
+
data.tar.gz: c2706432cac551e9cf2dbf74b49a47d6153e31ca607e0bcaba069622db1bcc748c24b3354e9499ce8c8216909e6fb517558a981c00d616acd913ba4d57972fc5
|
data/lib/shared/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Testbot
|
|
2
2
|
# Don't forget to update readme and changelog
|
|
3
3
|
def self.version
|
|
4
|
-
version = "0.7.
|
|
4
|
+
version = "0.7.9"
|
|
5
5
|
dev_version_file = File.join(File.dirname(__FILE__), '..', '..', 'DEV_VERSION')
|
|
6
6
|
if File.exists?(dev_version_file)
|
|
7
7
|
version += File.read(dev_version_file)
|
data/testbot.gemspec
CHANGED
|
@@ -4,8 +4,8 @@ require File.expand_path(File.dirname(__FILE__) + '/lib/shared/version')
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "testbot_instructure"
|
|
6
6
|
s.version = Testbot.version
|
|
7
|
-
s.authors = ["
|
|
8
|
-
s.email = ["
|
|
7
|
+
s.authors = ["Shawn Meredith"]
|
|
8
|
+
s.email = ["shawn@instructure.com"]
|
|
9
9
|
s.homepage = "http://github.com/joakimk/testbot"
|
|
10
10
|
s.summary = %q{A test distribution tool forked for instructure.}
|
|
11
11
|
s.description = %q{Testbot is a test distribution tool that works with Rails, RSpec, RSpec2, Test::Unit and Cucumber.}
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testbot_instructure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Shawn Meredith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -223,7 +223,7 @@ dependencies:
|
|
|
223
223
|
description: Testbot is a test distribution tool that works with Rails, RSpec, RSpec2,
|
|
224
224
|
Test::Unit and Cucumber.
|
|
225
225
|
email:
|
|
226
|
-
-
|
|
226
|
+
- shawn@instructure.com
|
|
227
227
|
executables:
|
|
228
228
|
- testbot
|
|
229
229
|
extensions: []
|