command-t 1.9 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ea08cbb41b53e0a6082ceb5a9742a0c5ed49ad4
4
- data.tar.gz: 3aff58b953abcb7b3bc60b502e4ab3fc6aa27148
3
+ metadata.gz: b1d2b450947b34bd8307f6d37de43ef89ea2c635
4
+ data.tar.gz: 87e756cee0cdde961e990ffe45148232d47a686f
5
5
  SHA512:
6
- metadata.gz: 45148109bc52ac99034472a769bb7dfd9b0372fc587bda34f2a13603958acc25b2737a3da8f1ca62deed908e277936b3583245aaa3f6f38f5c102a159d7ca527
7
- data.tar.gz: c7020d77f8466b583348b46f10a49a2c139075e181e3d54f05e1b2bab3f6f5ce9c22124cb608cc4497cebb04615b22dd2f0c4563fee5985ff1f1b983bde0679e
6
+ metadata.gz: 1a323a906e3269e112b7bc9b1fbcbaf6e9e0aa8b9bbbc21b85e5e490f4d227c71cbcf0ec40dbc192c9a743a2bf65b1b3e95c283be6ede71508e11b318642259f
7
+ data.tar.gz: 11cc7cd56063a36f5b8aed9a23d4fd1fe826d052880706c1615f522f84beefd85b1b780b4451522f2b361f1566a5cb70ec8dc9d94464ee4391864858e4f80199
data/README.txt CHANGED
@@ -1002,6 +1002,11 @@ POSSIBILITY OF SUCH DAMAGE.
1002
1002
 
1003
1003
  HISTORY *command-t-history*
1004
1004
 
1005
+ 1.9.1 (30 May 2014)
1006
+
1007
+ - include the file in the release vimball archive that was missing from the
1008
+ 1.9 release
1009
+
1005
1010
  1.9 (25 May 2014)
1006
1011
 
1007
1012
  - improved startup time using Vim's autload mechanism (patch from Ross
@@ -1011,7 +1016,7 @@ HISTORY *command-t-history*
1011
1016
  with queries containing repeated characters
1012
1017
  - fixed slight positive bias in the match scoring algorithm's weighting of
1013
1018
  matching characters based on distance from last match
1014
- - tune memoization in match scoring algorithm, yield a more than 10% speed
1019
+ - tune memoization in match scoring algorithm, yielding a more than 10% speed
1015
1020
  boost
1016
1021
 
1017
1022
  1.8 (31 March 2014)
data/doc/command-t.txt CHANGED
@@ -1002,6 +1002,11 @@ POSSIBILITY OF SUCH DAMAGE.
1002
1002
 
1003
1003
  HISTORY *command-t-history*
1004
1004
 
1005
+ 1.9.1 (30 May 2014)
1006
+
1007
+ - include the file in the release vimball archive that was missing from the
1008
+ 1.9 release
1009
+
1005
1010
  1.9 (25 May 2014)
1006
1011
 
1007
1012
  - improved startup time using Vim's autload mechanism (patch from Ross
@@ -1011,7 +1016,7 @@ HISTORY *command-t-history*
1011
1016
  with queries containing repeated characters
1012
1017
  - fixed slight positive bias in the match scoring algorithm's weighting of
1013
1018
  matching characters based on distance from last match
1014
- - tune memoization in match scoring algorithm, yield a more than 10% speed
1019
+ - tune memoization in match scoring algorithm, yielding a more than 10% speed
1015
1020
  boost
1016
1021
 
1017
1022
  1.8 (31 March 2014)
@@ -11,12 +11,12 @@ ECHO = $(ECHO1:0=@echo)
11
11
  #### Start of system configuration section. ####
12
12
 
13
13
  srcdir = .
14
- topdir = /Users/glh/.rbenv/versions/2.0.0-p451/include/ruby-2.0.0
14
+ topdir = /Users/glh/.rbenv/versions/2.1.1/include/ruby-2.1.0
15
15
  hdrdir = $(topdir)
16
- arch_hdrdir = /Users/glh/.rbenv/versions/2.0.0-p451/include/ruby-2.0.0/x86_64-darwin13.1.0
16
+ arch_hdrdir = /Users/glh/.rbenv/versions/2.1.1/include/ruby-2.1.0/x86_64-darwin13.0
17
17
  PATH_SEPARATOR = :
18
18
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
19
- prefix = /Users/glh/.rbenv/versions/2.0.0-p451
19
+ prefix = $(DESTDIR)/Users/glh/.rbenv/versions/2.1.1
20
20
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
21
21
  rubyarchprefix = $(rubylibprefix)/$(arch)
22
22
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -49,7 +49,7 @@ dvidir = $(docdir)
49
49
  htmldir = $(docdir)
50
50
  infodir = $(datarootdir)/info
51
51
  docdir = $(datarootdir)/doc/$(PACKAGE)
52
- oldincludedir = /usr/include
52
+ oldincludedir = $(DESTDIR)/usr/include
53
53
  includedir = $(prefix)/include
54
54
  localstatedir = $(prefix)/var
55
55
  sharedstatedir = $(prefix)/com
@@ -67,7 +67,7 @@ CXX = g++
67
67
  LIBRUBY = $(LIBRUBY_A)
68
68
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
69
69
  LIBRUBYARG_SHARED =
70
- LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
70
+ LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static -framework CoreFoundation
71
71
  empty =
72
72
  OUTFLAG = -o $(empty)
73
73
  COUTFLAG = -o $(empty)
@@ -76,14 +76,14 @@ RUBY_EXTCONF_H =
76
76
  cflags = $(optflags) $(debugflags) $(warnflags)
77
77
  optflags = -O3 -fno-fast-math
78
78
  debugflags = -ggdb3
79
- warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration
79
+ warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wextra-tokens
80
80
  CCDLFLAGS = -fno-common
81
81
  CFLAGS = $(CCDLFLAGS) -O3 -Wno-error=shorten-64-to-32 -pipe $(ARCH_FLAG)
82
82
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
83
83
  DEFS = -DWATCHMAN_BUILD
84
- CPPFLAGS = -DHAVE_FCNTL_H -DHAVE_SYS_ERRNO_H -DHAVE_SYS_SOCKET_H -DHAVE_RUBY_ST_H -DHAVE_ST_H -I/Users/glh/.rbenv/versions/2.0.0-p451/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) $(cppflags)
84
+ CPPFLAGS = -DHAVE_FCNTL_H -DHAVE_SYS_ERRNO_H -DHAVE_SYS_SOCKET_H -DHAVE_RUBY_ST_H -DHAVE_ST_H -I/Users/glh/.rbenv/versions/2.1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) $(cppflags)
85
85
  CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG)
86
- ldflags = -L. -L/Users/glh/.rbenv/versions/2.0.0-p451/lib
86
+ ldflags = -L. -L/Users/glh/.rbenv/versions/2.1.1/lib -fstack-protector
87
87
  dldflags = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress
88
88
  ARCH_FLAG =
89
89
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -99,12 +99,12 @@ RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version)
99
99
  RUBYW_BASE_NAME = rubyw
100
100
  RUBY_BASE_NAME = ruby
101
101
 
102
- arch = x86_64-darwin13.1.0
102
+ arch = x86_64-darwin13.0
103
103
  sitearch = $(arch)
104
- ruby_version = 2.0.0
104
+ ruby_version = 2.1.0
105
105
  ruby = $(bindir)/ruby
106
106
  RUBY = $(ruby)
107
- ruby_headers = $(hdrdir)/ruby.h $(hdrdir)/ruby/defines.h $(arch_hdrdir)/ruby/config.h
107
+ ruby_headers = $(hdrdir)/ruby.h $(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/defines.h $(hdrdir)/ruby/missing.h $(hdrdir)/ruby/intern.h $(hdrdir)/ruby/st.h $(hdrdir)/ruby/subst.h $(arch_hdrdir)/ruby/config.h
108
108
 
109
109
  RM = rm -f
110
110
  RM_RF = $(RUBY) -run -e rm -- -rf
@@ -144,12 +144,13 @@ DLLIB = $(TARGET).bundle
144
144
  EXTSTATIC =
145
145
  STATIC_LIB =
146
146
 
147
- BINDIR = $(DESTDIR)$(bindir)
148
- RUBYCOMMONDIR = $(DESTDIR)$(sitedir)$(target_prefix)
149
- RUBYLIBDIR = $(DESTDIR)$(sitelibdir)$(target_prefix)
150
- RUBYARCHDIR = $(DESTDIR)$(sitearchdir)$(target_prefix)
151
- HDRDIR = $(DESTDIR)$(rubyhdrdir)/ruby$(target_prefix)
152
- ARCHHDRDIR = $(DESTDIR)$(rubyhdrdir)/$(arch)/ruby$(target_prefix)
147
+ TIMESTAMP_DIR = .
148
+ BINDIR = $(bindir)
149
+ RUBYCOMMONDIR = $(sitedir)$(target_prefix)
150
+ RUBYLIBDIR = $(sitelibdir)$(target_prefix)
151
+ RUBYARCHDIR = $(sitearchdir)$(target_prefix)
152
+ HDRDIR = $(rubyhdrdir)/ruby$(target_prefix)
153
+ ARCHHDRDIR = $(rubyhdrdir)/$(arch)/ruby$(target_prefix)
153
154
 
154
155
  TARGET_SO = $(DLLIB)
155
156
  CLEANLIBS = $(TARGET).bundle
@@ -179,7 +180,7 @@ distclean: clean distclean-so distclean-static distclean-rb-default distclean-rb
179
180
  realclean: distclean
180
181
  install: install-so install-rb
181
182
 
182
- install-so: $(DLLIB) ./.RUBYARCHDIR.time
183
+ install-so: $(DLLIB) $(TIMESTAMP_DIR)/.RUBYARCHDIR.time
183
184
  $(INSTALL_PROG) $(DLLIB) $(RUBYARCHDIR)
184
185
  clean-static::
185
186
  -$(Q)$(RM) $(STATIC_LIB)
@@ -189,8 +190,8 @@ pre-install-rb: Makefile
189
190
  pre-install-rb-default: Makefile
190
191
  pre-install-rb-default:
191
192
  $(ECHO) installing default ext libraries
192
- ./.RUBYARCHDIR.time:
193
- $(Q) $(MAKEDIRS) $(RUBYARCHDIR)
193
+ $(TIMESTAMP_DIR)/.RUBYARCHDIR.time:
194
+ $(Q) $(MAKEDIRS) $(@D) $(RUBYARCHDIR)
194
195
  $(Q) $(TOUCH) $@
195
196
 
196
197
  site-install: site-install-so site-install-rb
@@ -231,7 +232,7 @@ $(DLLIB): $(OBJS) Makefile
231
232
  $(ECHO) linking shared-object $(DLLIB)
232
233
  -$(Q)$(RM) $(@)
233
234
  $(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
234
- $(Q) test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@
235
+ $(Q) $(POSTLINK)
235
236
 
236
237
 
237
238
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command-t
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.9'
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wincent Colaiuta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-25 00:00:00.000000000 Z
11
+ date: 2014-05-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  Command-T provides a fast, intuitive mechanism for opening files with a
@@ -21,23 +21,26 @@ extensions:
21
21
  - ruby/command-t/extconf.rb
22
22
  extra_rdoc_files: []
23
23
  files:
24
- - README.txt
25
- - LICENSE
26
24
  - Gemfile
25
+ - LICENSE
26
+ - README.txt
27
27
  - Rakefile
28
+ - doc/command-t.txt
29
+ - doc/tags
30
+ - plugin/command-t.vim
31
+ - ruby/command-t/Makefile
28
32
  - ruby/command-t/controller.rb
29
33
  - ruby/command-t/depend
30
34
  - ruby/command-t/ext.bundle
31
35
  - ruby/command-t/ext.c
32
36
  - ruby/command-t/ext.h
33
37
  - ruby/command-t/extconf.rb
38
+ - ruby/command-t/finder.rb
34
39
  - ruby/command-t/finder/buffer_finder.rb
35
40
  - ruby/command-t/finder/file_finder.rb
36
41
  - ruby/command-t/finder/jump_finder.rb
37
42
  - ruby/command-t/finder/mru_buffer_finder.rb
38
43
  - ruby/command-t/finder/tag_finder.rb
39
- - ruby/command-t/finder.rb
40
- - ruby/command-t/Makefile
41
44
  - ruby/command-t/match.c
42
45
  - ruby/command-t/match.h
43
46
  - ruby/command-t/match_window.rb
@@ -46,29 +49,27 @@ files:
46
49
  - ruby/command-t/mru.rb
47
50
  - ruby/command-t/prompt.rb
48
51
  - ruby/command-t/ruby_compat.h
52
+ - ruby/command-t/scanner.rb
49
53
  - ruby/command-t/scanner/buffer_scanner.rb
54
+ - ruby/command-t/scanner/file_scanner.rb
50
55
  - ruby/command-t/scanner/file_scanner/find_file_scanner.rb
51
56
  - ruby/command-t/scanner/file_scanner/ruby_file_scanner.rb
52
57
  - ruby/command-t/scanner/file_scanner/watchman_file_scanner.rb
53
- - ruby/command-t/scanner/file_scanner.rb
54
58
  - ruby/command-t/scanner/jump_scanner.rb
55
59
  - ruby/command-t/scanner/mru_buffer_scanner.rb
56
60
  - ruby/command-t/scanner/tag_scanner.rb
57
- - ruby/command-t/scanner.rb
58
61
  - ruby/command-t/settings.rb
59
62
  - ruby/command-t/stub.rb
60
63
  - ruby/command-t/util.rb
64
+ - ruby/command-t/vim.rb
61
65
  - ruby/command-t/vim/path_utilities.rb
62
66
  - ruby/command-t/vim/screen.rb
63
67
  - ruby/command-t/vim/window.rb
64
- - ruby/command-t/vim.rb
65
68
  - ruby/command-t/watchman.c
66
69
  - ruby/command-t/watchman.h
67
- - doc/command-t.txt
68
- - doc/tags
69
- - plugin/command-t.vim
70
70
  homepage: https://wincent.com/products/command-t
71
- licenses: []
71
+ licenses:
72
+ - BSD
72
73
  metadata: {}
73
74
  post_install_message:
74
75
  rdoc_options: []
@@ -76,17 +77,17 @@ require_paths:
76
77
  - ruby
77
78
  required_ruby_version: !ruby/object:Gem::Requirement
78
79
  requirements:
79
- - - '>='
80
+ - - ">="
80
81
  - !ruby/object:Gem::Version
81
82
  version: '0'
82
83
  required_rubygems_version: !ruby/object:Gem::Requirement
83
84
  requirements:
84
- - - '>='
85
+ - - ">="
85
86
  - !ruby/object:Gem::Version
86
87
  version: '0'
87
88
  requirements: []
88
89
  rubyforge_project:
89
- rubygems_version: 2.0.14
90
+ rubygems_version: 2.2.2
90
91
  signing_key:
91
92
  specification_version: 4
92
93
  summary: The Command-T plug-in for VIM.