git_test 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/git_test_version.rb +3 -0
  2. metadata +5 -4
@@ -0,0 +1,3 @@
1
+ module GitTest
2
+ VERSION = '0.0.6'
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_test
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Schneeman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-23 00:00:00 Z
18
+ date: 2011-10-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake
@@ -187,6 +187,7 @@ files:
187
187
  - lib/git_test/runner.rb
188
188
  - lib/git_test/test.rb
189
189
  - lib/git_test/writer.rb
190
+ - lib/git_test_version.rb
190
191
  - README.md
191
192
  homepage: https://github.com/schneems/git_test
192
193
  licenses: []