tvd-git 0.0.8 → 0.0.9
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/README.mkd +6 -0
- data/cookbooks/git/templates/default/gitconfig.erb +1 -1
- metadata +6 -8
data/README.mkd
CHANGED
|
@@ -18,3 +18,9 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
18
18
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
19
|
See the License for the specific language governing permissions and
|
|
20
20
|
limitations under the License.
|
|
21
|
+
|
|
22
|
+
TESTS
|
|
23
|
+
=====
|
|
24
|
+
|
|
25
|
+
oijangajji/bin/features oijangajji/oijangajji.feature
|
|
26
|
+
|
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:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tom Bombadil
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-12-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-12-25 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: microwave
|
|
@@ -41,12 +40,11 @@ extensions: []
|
|
|
41
40
|
extra_rdoc_files: []
|
|
42
41
|
|
|
43
42
|
files:
|
|
44
|
-
- cookbooks/git/templates/default/gitconfig.erb
|
|
45
43
|
- cookbooks/git/recipes/default.rb
|
|
44
|
+
- cookbooks/git/templates/default/gitconfig.erb
|
|
46
45
|
- LICENSE
|
|
47
46
|
- NOTICE
|
|
48
47
|
- README.mkd
|
|
49
|
-
has_rdoc: true
|
|
50
48
|
homepage: https://github.com/HeSYINUvSBZfxqA/tvd-git
|
|
51
49
|
licenses:
|
|
52
50
|
- Apache 2.0
|
|
@@ -76,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
74
|
requirements: []
|
|
77
75
|
|
|
78
76
|
rubyforge_project:
|
|
79
|
-
rubygems_version: 1.
|
|
77
|
+
rubygems_version: 1.8.10
|
|
80
78
|
signing_key:
|
|
81
79
|
specification_version: 3
|
|
82
80
|
summary: "tvdinner: tvd-git"
|