pre_push 0.0.1.1 → 0.0.1.2
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/lib/pre_push/version.rb +1 -1
- data/pre_push.gemspec +2 -2
- metadata +8 -7
data/lib/pre_push/version.rb
CHANGED
data/pre_push.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["nieve"]
|
|
10
10
|
spec.email = ["nievegoor@gmail.com"]
|
|
11
11
|
spec.description = %q{adding a pre-push hook for git to compile & run tests}
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.summary = %q{Add a pre-push git hook on any of your repos to build & run tests of your .net project.}
|
|
13
|
+
spec.homepage = "https://github.com/nieve/prepush"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pre_push
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.
|
|
4
|
+
version: 0.0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2013-05-28 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &20015844 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '1.3'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *20015844
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rake
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &20014932 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *20014932
|
|
36
36
|
description: adding a pre-push hook for git to compile & run tests
|
|
37
37
|
email:
|
|
38
38
|
- nievegoor@gmail.com
|
|
@@ -179,7 +179,7 @@ files:
|
|
|
179
179
|
- spec/pre_push_spec.rb
|
|
180
180
|
- spec/prepush_validator_spec.rb
|
|
181
181
|
- spec/xunit_integration_spec.rb
|
|
182
|
-
homepage:
|
|
182
|
+
homepage: https://github.com/nieve/prepush
|
|
183
183
|
licenses:
|
|
184
184
|
- MIT
|
|
185
185
|
post_install_message:
|
|
@@ -203,7 +203,8 @@ rubyforge_project:
|
|
|
203
203
|
rubygems_version: 1.8.11
|
|
204
204
|
signing_key:
|
|
205
205
|
specification_version: 3
|
|
206
|
-
summary:
|
|
206
|
+
summary: Add a pre-push git hook on any of your repos to build & run tests of your
|
|
207
|
+
.net project.
|
|
207
208
|
test_files:
|
|
208
209
|
- spec/TestProj/TestProj.sln
|
|
209
210
|
- spec/TestProj/TestProj.suo
|