ddollar-textmate 1.2.1 → 1.3.0

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.1
1
+ 1.3.0
@@ -26,7 +26,7 @@ private ######################################################################
26
26
  def repository_bundles(repository, search = '', match = :partial)
27
27
  search_term = Regexp.new(".*#{search}.*", 'i')
28
28
 
29
- %x{ svn list #{repository} }.map do |bundle|
29
+ %x{ svn list #{repository} }.split.map do |bundle|
30
30
  bundle.split('.').first
31
31
  end.select do |bundle|
32
32
  match == :partial ? bundle =~ search_term : bundle == search
data/textmate.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{textmate}
8
- s.version = "1.2.1"
8
+ s.version = "1.3.0"
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-13}
12
+ s.date = %q{2009-09-09}
13
13
  s.default_executable = %q{textmate}
14
14
  s.description = %q{Command-line package manager for textmate}
15
15
  s.email = %q{<ddollar@gmail.com>}
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.1
4
+ version: 1.3.0
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-13 00:00:00 -07:00
12
+ date: 2009-09-09 00:00:00 -07:00
13
13
  default_executable: textmate
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency