tvd-git 0.0.12 → 0.0.13

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/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.13
File without changes
data/lib/tvd-git.rb ADDED
@@ -0,0 +1,7 @@
1
+ require "tvd-git/version"
2
+
3
+ module TVDinner
4
+ module Git
5
+ # Your code goes here...
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module TVDinner
2
+ module Git
3
+ VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION')
4
+ end
5
+ end
data/spec/.gitignore ADDED
File without changes
data/test/.gitignore ADDED
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-git
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
9
+ - 13
10
+ version: 0.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-12 00:00:00 Z
18
+ date: 2012-05-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: microwave
@@ -42,17 +42,24 @@ extra_rdoc_files: []
42
42
  files:
43
43
  - cookbooks/git/recipes/default.rb
44
44
  - cookbooks/git/templates/default/gitconfig.erb
45
+ - lib/tvd-git.rb
46
+ - lib/tvd-git/version.rb
47
+ - features/.gitignore
48
+ - spec/.gitignore
49
+ - test/.gitignore
45
50
  - LICENSE
46
51
  - NOTICE
52
+ - VERSION
47
53
  - README.mkd
48
- homepage: https://github.com/HeSYINUvSBZfxqA/tvd-git
54
+ homepage: https://github.com/LYJlAigICVvPSVH/tvd-git
49
55
  licenses:
50
56
  - Apache 2.0
51
57
  post_install_message:
52
58
  rdoc_options: []
53
59
 
54
60
  require_paths:
55
- - cookbooks
61
+ - - lib
62
+ - cookbooks
56
63
  required_ruby_version: !ruby/object:Gem::Requirement
57
64
  none: false
58
65
  requirements:
@@ -78,5 +85,7 @@ rubygems_version: 1.8.21
78
85
  signing_key:
79
86
  specification_version: 3
80
87
  summary: "tvdinner: tvd-git"
81
- test_files: []
82
-
88
+ test_files:
89
+ - features/.gitignore
90
+ - spec/.gitignore
91
+ - test/.gitignore