tddium-preview 0.5.2 → 0.5.3

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.
@@ -63,7 +63,7 @@ module TddiumConstant
63
63
  TERMINATE_INSTRUCTION = "Press Ctrl-C to stop waiting. Tests will continue running."
64
64
  INTERRUPT = "Interrupted"
65
65
  GIT_PUSH = "Pushing changes to Tddium..."
66
- STARTING_TEST = "Startng %s tests..."
66
+ STARTING_TEST = "Starting %s tests..."
67
67
  CHECK_TEST_STATUS = "Use 'tddium status' to check on pending jobs"
68
68
  FINISHED_TEST = "Finished in %s seconds"
69
69
  CHECK_TEST_REPORT = "Test report: %s"
@@ -3,5 +3,5 @@ Copyright (c) 2011 Solano Labs All Rights Reserved
3
3
  =end
4
4
 
5
5
  module TddiumVersion
6
- VERSION = "0.5.2"
6
+ VERSION = "0.5.3"
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tddium-preview
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.2
5
+ version: 0.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Solano Labs