ddollar-textmate 1.2.0 → 1.2.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/textmate.gemspec +3 -3
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "textmate"
8
8
  gem.summary = %Q{Command-line package manager for textmate}
9
- gem.description = %Q{TODO: longer description of your gem}
9
+ gem.description = gem.summary
10
10
  gem.email = "<ddollar@gmail.com>"
11
11
  gem.homepage = "http://github.com/ddollar/textmate"
12
12
  gem.authors = ["David Dollar"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
data/textmate.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{textmate}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Dollar"]
12
- s.date = %q{2009-08-11}
12
+ s.date = %q{2009-08-13}
13
13
  s.default_executable = %q{textmate}
14
- s.description = %q{TODO: longer description of your gem}
14
+ s.description = %q{Command-line package manager for textmate}
15
15
  s.email = %q{<ddollar@gmail.com>}
16
16
  s.executables = ["textmate"]
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-textmate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-11 00:00:00 -07:00
12
+ date: 2009-08-13 00:00:00 -07:00
13
13
  default_executable: textmate
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,7 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: 0.4.4
44
44
  version:
45
- description: "TODO: longer description of your gem"
45
+ description: Command-line package manager for textmate
46
46
  email: <ddollar@gmail.com>
47
47
  executables:
48
48
  - textmate