pre_push 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. data/.gitignore +21 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +5 -0
  6. data/bin/pre-push +15 -0
  7. data/bin/prepush +19 -0
  8. data/lib/pre_push/version.rb +3 -0
  9. data/lib/pre_push.rb +53 -0
  10. data/lib/prepush_validator.rb +23 -0
  11. data/lib/runners/mspec/CommandLine.dll +0 -0
  12. data/lib/runners/mspec/CommandLine.xml +504 -0
  13. data/lib/runners/mspec/InstallDotCoverRunner.2.0.bat +7 -0
  14. data/lib/runners/mspec/InstallDotCoverRunner.2.1.bat +7 -0
  15. data/lib/runners/mspec/InstallDotCoverRunner.2.2.bat +7 -0
  16. data/lib/runners/mspec/InstallResharperRunner.6.1.bat +10 -0
  17. data/lib/runners/mspec/InstallResharperRunner.7.0.bat +10 -0
  18. data/lib/runners/mspec/InstallResharperRunner.7.1.bat +10 -0
  19. data/lib/runners/mspec/InstallTDNetRunner.bat +16 -0
  20. data/lib/runners/mspec/InstallTDNetRunnerSilent.bat +16 -0
  21. data/lib/runners/mspec/JetBrains.dotCover.Resources.dll +0 -0
  22. data/lib/runners/mspec/License.txt +54 -0
  23. data/lib/runners/mspec/Machine.Specifications.Clr4.dll +0 -0
  24. data/lib/runners/mspec/Machine.Specifications.GallioAdapter.dll +0 -0
  25. data/lib/runners/mspec/Machine.Specifications.GallioAdapter.plugin +43 -0
  26. data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.6.0.dll +0 -0
  27. data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.6.1.dll +0 -0
  28. data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.7.0.dll +0 -0
  29. data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.7.1.dll +0 -0
  30. data/lib/runners/mspec/Machine.Specifications.Reporting.Templates.dll +0 -0
  31. data/lib/runners/mspec/Machine.Specifications.Reporting.dll +0 -0
  32. data/lib/runners/mspec/Machine.Specifications.SeleniumSupport.dll +0 -0
  33. data/lib/runners/mspec/Machine.Specifications.TDNetRunner.dll +0 -0
  34. data/lib/runners/mspec/Machine.Specifications.WatinSupport.dll +0 -0
  35. data/lib/runners/mspec/Machine.Specifications.WebDriverSupport.dll +0 -0
  36. data/lib/runners/mspec/Machine.Specifications.dll +0 -0
  37. data/lib/runners/mspec/Machine.Specifications.dll.tdnet +5 -0
  38. data/lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.0.dll +0 -0
  39. data/lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.1.dll +0 -0
  40. data/lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.2.dll +0 -0
  41. data/lib/runners/mspec/Spark.dll +0 -0
  42. data/lib/runners/mspec/TestDriven.Framework.dll +0 -0
  43. data/lib/runners/mspec/install.ps1 +6 -0
  44. data/lib/runners/mspec/mspec-clr4.exe +0 -0
  45. data/lib/runners/mspec/mspec-clr4.exe.config +9 -0
  46. data/lib/runners/mspec/mspec-x86-clr4.exe +0 -0
  47. data/lib/runners/mspec/mspec-x86-clr4.exe.config +9 -0
  48. data/lib/runners/mspec/mspec-x86.exe +0 -0
  49. data/lib/runners/mspec/mspec.exe +0 -0
  50. data/lib/runners/nunit262/framework/nunit.framework.dll +0 -0
  51. data/lib/runners/nunit262/framework/nunit.framework.xml +10899 -0
  52. data/lib/runners/nunit262/framework/nunit.mocks.dll +0 -0
  53. data/lib/runners/nunit262/lib/NSubstitute.dll +0 -0
  54. data/lib/runners/nunit262/lib/nunit-console-runner.dll +0 -0
  55. data/lib/runners/nunit262/lib/nunit-gui-runner.dll +0 -0
  56. data/lib/runners/nunit262/lib/nunit.core.dll +0 -0
  57. data/lib/runners/nunit262/lib/nunit.core.interfaces.dll +0 -0
  58. data/lib/runners/nunit262/lib/nunit.uiexception.dll +0 -0
  59. data/lib/runners/nunit262/lib/nunit.uikit.dll +0 -0
  60. data/lib/runners/nunit262/lib/nunit.util.dll +0 -0
  61. data/lib/runners/nunit262/nunit-agent.exe +0 -0
  62. data/lib/runners/nunit262/nunit-agent.exe.config +37 -0
  63. data/lib/runners/nunit262/nunit-console.exe +0 -0
  64. data/lib/runners/nunit262/nunit-console.exe.config +24 -0
  65. data/lib/runners/nunit262/nunit-editor.exe +0 -0
  66. data/lib/runners/nunit262/nunit.exe +0 -0
  67. data/lib/runners/nunit262/nunit.exe.config +23 -0
  68. data/lib/runners/nunit262/nunit.framework.dll +0 -0
  69. data/lib/runners/xunit191/xunit.console.exe +0 -0
  70. data/lib/runners/xunit191/xunit.console.exe.config +21 -0
  71. data/lib/runners/xunit191/xunit.dll +0 -0
  72. data/lib/runners/xunit191/xunit.dll.tdnet +5 -0
  73. data/lib/runners/xunit191/xunit.extensions.dll +0 -0
  74. data/lib/runners/xunit191/xunit.runner.msbuild.dll +0 -0
  75. data/lib/runners/xunit191/xunit.runner.tdnet.dll +0 -0
  76. data/lib/runners/xunit191/xunit.runner.utility.dll +0 -0
  77. data/lib/runners/xunit191/xunit.runner.utility.xml +1212 -0
  78. data/lib/runners/xunit191/xunit.xml +2611 -0
  79. data/lib/spec_helper.rb +4 -0
  80. data/pre_push.gemspec +23 -0
  81. data/spec/TestProj/TestProj/AllTests.cs +31 -0
  82. data/spec/TestProj/TestProj/Properties/AssemblyInfo.cs +36 -0
  83. data/spec/TestProj/TestProj/TestProj.csproj +71 -0
  84. data/spec/TestProj/TestProj/TestProj.csproj.user +6 -0
  85. data/spec/TestProj/TestProj/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache +0 -0
  86. data/spec/TestProj/TestProj/packages.config +6 -0
  87. data/spec/TestProj/TestProj.5.1.ReSharper.user +59 -0
  88. data/spec/TestProj/TestProj.sln +20 -0
  89. data/spec/TestProj/TestProj.suo +0 -0
  90. data/spec/TestProj/packages/Machine.Specifications.0.5.12/Machine.Specifications.0.5.12.nupkg +0 -0
  91. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.TDNetRunner.dll +0 -0
  92. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll +0 -0
  93. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll.tdnet +5 -0
  94. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.Clr4.dll +0 -0
  95. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.TDNetRunner.dll +0 -0
  96. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll +0 -0
  97. data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll.tdnet +5 -0
  98. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.dll +0 -0
  99. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.xml +504 -0
  100. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.0.bat +7 -0
  101. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.1.bat +7 -0
  102. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.2.bat +7 -0
  103. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.6.1.bat +10 -0
  104. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.0.bat +10 -0
  105. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.1.bat +10 -0
  106. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunner.bat +16 -0
  107. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunnerSilent.bat +16 -0
  108. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/JetBrains.dotCover.Resources.dll +0 -0
  109. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/License.txt +54 -0
  110. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Clr4.dll +0 -0
  111. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.dll +0 -0
  112. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.plugin +43 -0
  113. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.6.1.dll +0 -0
  114. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.0.dll +0 -0
  115. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.1.dll +0 -0
  116. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.Templates.dll +0 -0
  117. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.dll +0 -0
  118. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.SeleniumSupport.dll +0 -0
  119. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.TDNetRunner.dll +0 -0
  120. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WatinSupport.dll +0 -0
  121. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WebDriverSupport.dll +0 -0
  122. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll +0 -0
  123. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll.tdnet +5 -0
  124. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.0.dll +0 -0
  125. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.1.dll +0 -0
  126. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.2.dll +0 -0
  127. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Spark.dll +0 -0
  128. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/TestDriven.Framework.dll +0 -0
  129. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/install.ps1 +6 -0
  130. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe +0 -0
  131. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe.config +9 -0
  132. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe +0 -0
  133. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe.config +9 -0
  134. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86.exe +0 -0
  135. data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec.exe +0 -0
  136. data/spec/TestProj/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg +0 -0
  137. data/spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.dll +0 -0
  138. data/spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.xml +10899 -0
  139. data/spec/TestProj/packages/NUnit.2.6.2/license.txt +15 -0
  140. data/spec/TestProj/packages/repositories.config +4 -0
  141. data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll +0 -0
  142. data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll.tdnet +5 -0
  143. data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.msbuild.dll +0 -0
  144. data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.tdnet.dll +0 -0
  145. data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.utility.dll +0 -0
  146. data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.xml +2611 -0
  147. data/spec/TestProj/packages/xunit.1.9.1/xunit.1.9.1.nupkg +0 -0
  148. data/spec/mspec_integration_spec.rb +13 -0
  149. data/spec/nunit_integration_spec.rb +14 -0
  150. data/spec/pre_push_spec.rb +36 -0
  151. metadata +290 -0
@@ -0,0 +1,13 @@
1
+ require 'spec_helper'
2
+
3
+ class MspecRunnerTester
4
+ @solution = "C:/Code/Katas/MathTreeKata/MathTreeKataTests/MathTreeKataTests.csproj" #"spec/TestProj/TestProj.sln"
5
+ @test_runner = 'mspec'
6
+ include PrePush
7
+ end
8
+
9
+ describe "MspecRunner" do
10
+ it "should compile and run tests" do
11
+ MspecRunnerTester.run
12
+ end
13
+ end
@@ -0,0 +1,14 @@
1
+ require 'spec_helper'
2
+
3
+ class NunitRunnerTester
4
+ @solution = "spec/TestProj/TestProj.sln"
5
+ @assemblies = ["spec/TestProj/TestProj/TestProj.csproj"]
6
+ @test_runner = 'nunit262'
7
+ include PrePush
8
+ end
9
+
10
+ describe "NunitRunnerTester" do
11
+ it "should compile and run tests" do
12
+ NunitRunnerTester.run
13
+ end
14
+ end
@@ -0,0 +1,36 @@
1
+ require 'spec_helper'
2
+
3
+ class Dummy
4
+ @solution = "solution/path/whammy"
5
+ include PrePush
6
+ end
7
+
8
+ class NilClass
9
+ def success?
10
+ end
11
+ end
12
+
13
+ describe PrePush do
14
+ describe 'build' do
15
+ it "should call system to build the solution" do
16
+ Dummy.should_receive("system").with(/solution\/path\/whammy$/)
17
+ Dummy.build
18
+ end
19
+ end
20
+ describe 'run_tests' do
21
+ it 'should call system to run tests in specified assemblies' do
22
+ Dummy.should_receive("system").with(/some_test_proj.csproj/)
23
+ Dummy.run_tests(['some_test_proj.csproj'])
24
+ end
25
+ end
26
+ describe 'run' do
27
+ it 'should exit with code 1 when build or tests fail' do
28
+ Dummy.should_receive("system").with(/solution\/path\/whammy/).twice
29
+ system('false') if $? != nil
30
+ Dummy.should_receive("exit").with(1).twice
31
+ Dummy.should_receive("puts").with('build has failed')
32
+ Dummy.should_receive("puts").with('Tests have failed')
33
+ Dummy.run
34
+ end
35
+ end
36
+ end
metadata ADDED
@@ -0,0 +1,290 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pre_push
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - nieve
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-05-26 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: &21367620 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '1.3'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *21367620
25
+ - !ruby/object:Gem::Dependency
26
+ name: rake
27
+ requirement: &21367188 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: *21367188
36
+ description: adding a pre-push hook for git to compile & run tests
37
+ email:
38
+ - nievegoor@gmail.com
39
+ executables:
40
+ - pre-push
41
+ - prepush
42
+ extensions: []
43
+ extra_rdoc_files: []
44
+ files:
45
+ - .gitignore
46
+ - Gemfile
47
+ - LICENSE.txt
48
+ - README.md
49
+ - Rakefile
50
+ - bin/pre-push
51
+ - bin/prepush
52
+ - lib/pre_push.rb
53
+ - lib/pre_push/version.rb
54
+ - lib/prepush_validator.rb
55
+ - lib/runners/mspec/CommandLine.dll
56
+ - lib/runners/mspec/CommandLine.xml
57
+ - lib/runners/mspec/InstallDotCoverRunner.2.0.bat
58
+ - lib/runners/mspec/InstallDotCoverRunner.2.1.bat
59
+ - lib/runners/mspec/InstallDotCoverRunner.2.2.bat
60
+ - lib/runners/mspec/InstallResharperRunner.6.1.bat
61
+ - lib/runners/mspec/InstallResharperRunner.7.0.bat
62
+ - lib/runners/mspec/InstallResharperRunner.7.1.bat
63
+ - lib/runners/mspec/InstallTDNetRunner.bat
64
+ - lib/runners/mspec/InstallTDNetRunnerSilent.bat
65
+ - lib/runners/mspec/JetBrains.dotCover.Resources.dll
66
+ - lib/runners/mspec/License.txt
67
+ - lib/runners/mspec/Machine.Specifications.Clr4.dll
68
+ - lib/runners/mspec/Machine.Specifications.GallioAdapter.dll
69
+ - lib/runners/mspec/Machine.Specifications.GallioAdapter.plugin
70
+ - lib/runners/mspec/Machine.Specifications.ReSharperRunner.6.0.dll
71
+ - lib/runners/mspec/Machine.Specifications.ReSharperRunner.6.1.dll
72
+ - lib/runners/mspec/Machine.Specifications.ReSharperRunner.7.0.dll
73
+ - lib/runners/mspec/Machine.Specifications.ReSharperRunner.7.1.dll
74
+ - lib/runners/mspec/Machine.Specifications.Reporting.Templates.dll
75
+ - lib/runners/mspec/Machine.Specifications.Reporting.dll
76
+ - lib/runners/mspec/Machine.Specifications.SeleniumSupport.dll
77
+ - lib/runners/mspec/Machine.Specifications.TDNetRunner.dll
78
+ - lib/runners/mspec/Machine.Specifications.WatinSupport.dll
79
+ - lib/runners/mspec/Machine.Specifications.WebDriverSupport.dll
80
+ - lib/runners/mspec/Machine.Specifications.dll
81
+ - lib/runners/mspec/Machine.Specifications.dll.tdnet
82
+ - lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.0.dll
83
+ - lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.1.dll
84
+ - lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.2.dll
85
+ - lib/runners/mspec/Spark.dll
86
+ - lib/runners/mspec/TestDriven.Framework.dll
87
+ - lib/runners/mspec/install.ps1
88
+ - lib/runners/mspec/mspec-clr4.exe
89
+ - lib/runners/mspec/mspec-clr4.exe.config
90
+ - lib/runners/mspec/mspec-x86-clr4.exe
91
+ - lib/runners/mspec/mspec-x86-clr4.exe.config
92
+ - lib/runners/mspec/mspec-x86.exe
93
+ - lib/runners/mspec/mspec.exe
94
+ - lib/runners/nunit262/framework/nunit.framework.dll
95
+ - lib/runners/nunit262/framework/nunit.framework.xml
96
+ - lib/runners/nunit262/framework/nunit.mocks.dll
97
+ - lib/runners/nunit262/lib/NSubstitute.dll
98
+ - lib/runners/nunit262/lib/nunit-console-runner.dll
99
+ - lib/runners/nunit262/lib/nunit-gui-runner.dll
100
+ - lib/runners/nunit262/lib/nunit.core.dll
101
+ - lib/runners/nunit262/lib/nunit.core.interfaces.dll
102
+ - lib/runners/nunit262/lib/nunit.uiexception.dll
103
+ - lib/runners/nunit262/lib/nunit.uikit.dll
104
+ - lib/runners/nunit262/lib/nunit.util.dll
105
+ - lib/runners/nunit262/nunit-agent.exe
106
+ - lib/runners/nunit262/nunit-agent.exe.config
107
+ - lib/runners/nunit262/nunit-console.exe
108
+ - lib/runners/nunit262/nunit-console.exe.config
109
+ - lib/runners/nunit262/nunit-editor.exe
110
+ - lib/runners/nunit262/nunit.exe
111
+ - lib/runners/nunit262/nunit.exe.config
112
+ - lib/runners/nunit262/nunit.framework.dll
113
+ - lib/runners/xunit191/xunit.console.exe
114
+ - lib/runners/xunit191/xunit.console.exe.config
115
+ - lib/runners/xunit191/xunit.dll
116
+ - lib/runners/xunit191/xunit.dll.tdnet
117
+ - lib/runners/xunit191/xunit.extensions.dll
118
+ - lib/runners/xunit191/xunit.runner.msbuild.dll
119
+ - lib/runners/xunit191/xunit.runner.tdnet.dll
120
+ - lib/runners/xunit191/xunit.runner.utility.dll
121
+ - lib/runners/xunit191/xunit.runner.utility.xml
122
+ - lib/runners/xunit191/xunit.xml
123
+ - lib/spec_helper.rb
124
+ - pre_push.gemspec
125
+ - spec/TestProj/TestProj.5.1.ReSharper.user
126
+ - spec/TestProj/TestProj.sln
127
+ - spec/TestProj/TestProj.suo
128
+ - spec/TestProj/TestProj/AllTests.cs
129
+ - spec/TestProj/TestProj/Properties/AssemblyInfo.cs
130
+ - spec/TestProj/TestProj/TestProj.csproj
131
+ - spec/TestProj/TestProj/TestProj.csproj.user
132
+ - spec/TestProj/TestProj/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
133
+ - spec/TestProj/TestProj/packages.config
134
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/Machine.Specifications.0.5.12.nupkg
135
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.TDNetRunner.dll
136
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll
137
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll.tdnet
138
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.Clr4.dll
139
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.TDNetRunner.dll
140
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll
141
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll.tdnet
142
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.dll
143
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.xml
144
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.0.bat
145
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.1.bat
146
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.2.bat
147
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.6.1.bat
148
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.0.bat
149
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.1.bat
150
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunner.bat
151
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunnerSilent.bat
152
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/JetBrains.dotCover.Resources.dll
153
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/License.txt
154
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Clr4.dll
155
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.dll
156
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.plugin
157
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.6.1.dll
158
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.0.dll
159
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.1.dll
160
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.Templates.dll
161
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.dll
162
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.SeleniumSupport.dll
163
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.TDNetRunner.dll
164
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WatinSupport.dll
165
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WebDriverSupport.dll
166
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll
167
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll.tdnet
168
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.0.dll
169
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.1.dll
170
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.2.dll
171
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Spark.dll
172
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/TestDriven.Framework.dll
173
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/install.ps1
174
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe
175
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe.config
176
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe
177
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe.config
178
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86.exe
179
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec.exe
180
+ - spec/TestProj/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
181
+ - spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.dll
182
+ - spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.xml
183
+ - spec/TestProj/packages/NUnit.2.6.2/license.txt
184
+ - spec/TestProj/packages/repositories.config
185
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll
186
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll.tdnet
187
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.msbuild.dll
188
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.tdnet.dll
189
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.utility.dll
190
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.xml
191
+ - spec/TestProj/packages/xunit.1.9.1/xunit.1.9.1.nupkg
192
+ - spec/mspec_integration_spec.rb
193
+ - spec/nunit_integration_spec.rb
194
+ - spec/pre_push_spec.rb
195
+ homepage: ''
196
+ licenses:
197
+ - MIT
198
+ post_install_message:
199
+ rdoc_options: []
200
+ require_paths:
201
+ - lib
202
+ required_ruby_version: !ruby/object:Gem::Requirement
203
+ none: false
204
+ requirements:
205
+ - - ! '>='
206
+ - !ruby/object:Gem::Version
207
+ version: '0'
208
+ required_rubygems_version: !ruby/object:Gem::Requirement
209
+ none: false
210
+ requirements:
211
+ - - ! '>='
212
+ - !ruby/object:Gem::Version
213
+ version: '0'
214
+ requirements: []
215
+ rubyforge_project:
216
+ rubygems_version: 1.8.11
217
+ signing_key:
218
+ specification_version: 3
219
+ summary: adding a pre-push hook for git to compile & run tests
220
+ test_files:
221
+ - spec/TestProj/TestProj.5.1.ReSharper.user
222
+ - spec/TestProj/TestProj.sln
223
+ - spec/TestProj/TestProj.suo
224
+ - spec/TestProj/TestProj/AllTests.cs
225
+ - spec/TestProj/TestProj/Properties/AssemblyInfo.cs
226
+ - spec/TestProj/TestProj/TestProj.csproj
227
+ - spec/TestProj/TestProj/TestProj.csproj.user
228
+ - spec/TestProj/TestProj/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
229
+ - spec/TestProj/TestProj/packages.config
230
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/Machine.Specifications.0.5.12.nupkg
231
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.TDNetRunner.dll
232
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll
233
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll.tdnet
234
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.Clr4.dll
235
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.TDNetRunner.dll
236
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll
237
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll.tdnet
238
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.dll
239
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.xml
240
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.0.bat
241
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.1.bat
242
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.2.bat
243
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.6.1.bat
244
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.0.bat
245
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.1.bat
246
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunner.bat
247
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunnerSilent.bat
248
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/JetBrains.dotCover.Resources.dll
249
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/License.txt
250
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Clr4.dll
251
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.dll
252
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.plugin
253
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.6.1.dll
254
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.0.dll
255
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.1.dll
256
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.Templates.dll
257
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.dll
258
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.SeleniumSupport.dll
259
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.TDNetRunner.dll
260
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WatinSupport.dll
261
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WebDriverSupport.dll
262
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll
263
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll.tdnet
264
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.0.dll
265
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.1.dll
266
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.2.dll
267
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Spark.dll
268
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/TestDriven.Framework.dll
269
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/install.ps1
270
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe
271
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe.config
272
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe
273
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe.config
274
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86.exe
275
+ - spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec.exe
276
+ - spec/TestProj/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
277
+ - spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.dll
278
+ - spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.xml
279
+ - spec/TestProj/packages/NUnit.2.6.2/license.txt
280
+ - spec/TestProj/packages/repositories.config
281
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll
282
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll.tdnet
283
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.msbuild.dll
284
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.tdnet.dll
285
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.utility.dll
286
+ - spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.xml
287
+ - spec/TestProj/packages/xunit.1.9.1/xunit.1.9.1.nupkg
288
+ - spec/mspec_integration_spec.rb
289
+ - spec/nunit_integration_spec.rb
290
+ - spec/pre_push_spec.rb