tvd-rubygems 0.0.4 → 0.0.6

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.6
File without changes
@@ -0,0 +1,5 @@
1
+ module TVDinner
2
+ module RubyGems
3
+ VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION')
4
+ end
5
+ end
@@ -0,0 +1,7 @@
1
+ require "tvd-rubygems/version"
2
+
3
+ module TVDinner
4
+ module RubyGems
5
+ # Your code goes here...
6
+ end
7
+ 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-rubygems
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 6
10
+ version: 0.0.6
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-09 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
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: "0"
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
- description: "tvdinner: gem development"
34
+ description: "tvdinner: tvd-rubygems"
35
35
  email: amanibhavam@destructuring.org
36
36
  executables: []
37
37
 
@@ -42,17 +42,23 @@ extra_rdoc_files: []
42
42
  files:
43
43
  - cookbooks/rubygems/recipes/default.rb
44
44
  - cookbooks/rubygems/templates/default/credentials.erb
45
+ - lib/tvd-rubygems.rb
46
+ - lib/tvd-rubygems/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-rubygems
54
+ homepage: https://github.com/LYJlAigICVvPSVH/tvd-rubygems
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
56
62
  required_ruby_version: !ruby/object:Gem::Requirement
57
63
  none: false
58
64
  requirements:
@@ -77,6 +83,8 @@ rubyforge_project:
77
83
  rubygems_version: 1.8.21
78
84
  signing_key:
79
85
  specification_version: 3
80
- summary: "tvdinner: gem development"
81
- test_files: []
82
-
86
+ summary: "tvdinner: tvd-rubygems"
87
+ test_files:
88
+ - features/.gitignore
89
+ - spec/.gitignore
90
+ - test/.gitignore