testbot_instructure 0.7.8 → 0.7.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e91a209692e050fa35241bdfd5f9b07b244e2cf3
4
- data.tar.gz: ddf819aa30078f4dc5615ad80e7038a8ab7eff46
3
+ metadata.gz: 67ccabe9bf9550bb0c8eb19cca6ad495c17479e2
4
+ data.tar.gz: df4badc16d50394dd79b15d3ebb851f17be770c8
5
5
  SHA512:
6
- metadata.gz: 48be5c7591e44b08241add8f77ae2a1b770d47bcd13cfb25add5366ef80bbde7b7240b9d55838fdafc93f4b09003616479ae473a926958f5457b7cc559199236
7
- data.tar.gz: 2cbf130feb93f11f9915dc81094cedb931303bbbae5bf2cf4d87747ca4924117359a45d016a9994e63c22e17ea7eaf50818979ef6df90ebd84a261ca2f5ac033
6
+ metadata.gz: 297e3f5f8ad18d975f0d86f5a7f05c7f9504844eed57ed6746835acbdd930583bb36a56a1b7a2706071204ce421b47653b9cfaaa85fed82a5c7dcc9a3d92b15f
7
+ data.tar.gz: c2706432cac551e9cf2dbf74b49a47d6153e31ca607e0bcaba069622db1bcc748c24b3354e9499ce8c8216909e6fb517558a981c00d616acd913ba4d57972fc5
@@ -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.8"
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 = ["Joakim Kolsjö"]
8
- s.email = ["joakim.kolsjo@gmail.com"]
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.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
- - Joakim Kolsjö
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
- - joakim.kolsjo@gmail.com
226
+ - shawn@instructure.com
227
227
  executables:
228
228
  - testbot
229
229
  extensions: []