salicio-textmate 0.9.3 → 0.9.3.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 (2) hide show
  1. data/bin/textmate +1 -1
  2. metadata +1 -1
data/bin/textmate CHANGED
@@ -60,7 +60,7 @@ class TextmateInstaller < Thor
60
60
  when :git
61
61
  'echo "git remotes not implemented yet"'
62
62
  when :svn
63
- %[svn co #{e_sh location[:url]}/#{e_sh bundle_name}.tmbundle #{e_sh install_bundles_path}/#{e_sh bundle_name}.tmbundle 2>&1]
63
+ %[svn co #{e_sh location[:url]}/#{e_sh URI.escape(bundle_name)}.tmbundle #{e_sh install_bundles_path}/#{e_sh bundle_name}.tmbundle 2>&1]
64
64
  when :github
65
65
  repos = find_github_bundles(denormalize_github_repo_name(bundle_name))
66
66
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salicio-textmate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz