ddollar-textmate 0.9.4 → 0.9.5

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/bin/textmate +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
3
3
  require 'date'
4
4
 
5
5
  GEM = "textmate"
6
- GEM_VERSION = "0.9.4"
6
+ GEM_VERSION = "0.9.5"
7
7
  AUTHOR = "Yehuda Katz"
8
8
  EMAIL = "wycats@gmail.com"
9
9
  HOMEPAGE = "http://yehudakatz.com"
data/bin/textmate CHANGED
@@ -22,7 +22,7 @@ class TextmateInstaller < Thor
22
22
  %x[svn list #{e_sh location[:url]}].select {|x| x =~ search_term}.map do |result|
23
23
  "%s - %s" % [
24
24
  result.split('.').first,
25
- "#{location[:url]}/#{result}"
25
+ "#{location[:url]}/#{result.chomp}"
26
26
  ]
27
27
  end.join("\n")
28
28
  when :git
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: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz