rleber-textmate 0.9.7.1

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.
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rleber-textmate
3
+ version: !ruby/object:Gem::Version
4
+ hash: 25
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 9
9
+ - 7
10
+ - 1
11
+ version: 0.9.7.1
12
+ platform: ruby
13
+ authors:
14
+ - Yehuda Katz
15
+ autorequire: textmate
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2011-03-07 00:00:00 -06:00
20
+ default_executable: textmate
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: thor
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 63
31
+ segments:
32
+ - 0
33
+ - 9
34
+ - 2
35
+ version: 0.9.2
36
+ type: :runtime
37
+ version_requirements: *id001
38
+ description: Command-line textmate package manager
39
+ email: wycats@gmail.com
40
+ executables:
41
+ - textmate
42
+ extensions: []
43
+
44
+ extra_rdoc_files:
45
+ - README.markdown
46
+ - LICENSE
47
+ files:
48
+ - bin/textmate
49
+ - lib/textmate.rb
50
+ - lib/textmate/bundle.rb
51
+ - lib/textmate/commands.rb
52
+ - lib/textmate/main.rb
53
+ - lib/textmate/repository.rb
54
+ - spec/list_spec.rb
55
+ - spec/locations_spec.rb
56
+ - spec/spec_helper.rb
57
+ - README.markdown
58
+ - LICENSE
59
+ has_rdoc: true
60
+ homepage: http://yehudakatz.com
61
+ licenses: []
62
+
63
+ post_install_message:
64
+ rdoc_options: []
65
+
66
+ require_paths:
67
+ - bin
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ none: false
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
76
+ version: "0"
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ none: false
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ hash: 3
83
+ segments:
84
+ - 0
85
+ version: "0"
86
+ requirements: []
87
+
88
+ rubyforge_project:
89
+ rubygems_version: 1.5.2
90
+ signing_key:
91
+ specification_version: 3
92
+ summary: Command-line textmate package manager
93
+ test_files: []
94
+