CoffeeTags 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -4
- data/lib/CoffeeTags/version.rb +1 -1
- data/spec/fixtures/blockcomment.ctags +1 -1
- data/spec/fixtures/out.test-two.ctags +1 -1
- data/spec/fixtures/out.test.ctags +1 -1
- metadata +26 -9
data/README.md
CHANGED
@@ -85,13 +85,13 @@ automatically.
|
|
85
85
|
|
86
86
|
This option is preferable if you want to keep your vimrc short.
|
87
87
|
|
88
|
-
coffeetags --vim-conf >
|
89
|
-
coffeetags [--include-vars] --vim-conf >
|
88
|
+
coffeetags --vim-conf > ~/.vim/ftplugin/coffee/tagbar-coffee.vim
|
89
|
+
coffeetags [--include-vars] --vim-conf > ~/.vim/ftplugin/coffee/tagbar-coffee.vim
|
90
90
|
|
91
91
|
or if you're using pathogen
|
92
92
|
|
93
|
-
coffeetags [--include-vars] --vim-conf >
|
94
|
-
coffeetags --vim-conf >
|
93
|
+
coffeetags [--include-vars] --vim-conf > ~/.vim/bundle/coffeetags/ftplugin/coffee/tagbar-coffee.vim
|
94
|
+
coffeetags --vim-conf > ~/.vim/bundle/coffeetags/ftplugin/coffee/tagbar-coffee.vim
|
95
95
|
|
96
96
|
|
97
97
|
* open your coffeescript file and open TagBar.
|
data/lib/CoffeeTags/version.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
!_TAG_PROGRAM_AUTHOR Łukasz Korecki /lukasz@coffeesounds.com/
|
4
4
|
!_TAG_PROGRAM_NAME CoffeeTags //
|
5
5
|
!_TAG_PROGRAM_URL https://github.com/lukaszkorecki/CoffeeTags /GitHub repository/
|
6
|
-
!_TAG_PROGRAM_VERSION 0.1.
|
6
|
+
!_TAG_PROGRAM_VERSION 0.1.3 //
|
7
7
|
baz spec/fixtures/blockcomment.coffee /^baz : (x, y) ->$/;" f lineno:15 object:window type:function
|
8
8
|
echo2 spec/fixtures/blockcomment.coffee /^echo2 :-> console.log 'echo'$/;" f lineno:7 object:window type:function
|
9
9
|
echo3 spec/fixtures/blockcomment.coffee /^echo3 :-> console.log 'echo'$/;" f lineno:23 object:window type:function
|
@@ -3,7 +3,7 @@
|
|
3
3
|
!_TAG_PROGRAM_AUTHOR Łukasz Korecki /lukasz@coffeesounds.com/
|
4
4
|
!_TAG_PROGRAM_NAME CoffeeTags //
|
5
5
|
!_TAG_PROGRAM_URL https://github.com/lukaszkorecki/CoffeeTags /GitHub repository/
|
6
|
-
!_TAG_PROGRAM_VERSION 0.1.
|
6
|
+
!_TAG_PROGRAM_VERSION 0.1.3 //
|
7
7
|
@filter spec/fixtures/test.coffee /^ @filter = ->$/;" f lineno:14 object:Wat.ho type:function
|
8
8
|
_loop spec/fixtures/test.coffee /^_loop = (x) ->$/;" f lineno:19 object:window type:function
|
9
9
|
beam_magnum spec/fixtures/test.coffee /^beam_magnum : -> deployed(true)$/;" f lineno:44 object:window type:function
|
@@ -3,7 +3,7 @@
|
|
3
3
|
!_TAG_PROGRAM_AUTHOR Łukasz Korecki /lukasz@coffeesounds.com/
|
4
4
|
!_TAG_PROGRAM_NAME CoffeeTags //
|
5
5
|
!_TAG_PROGRAM_URL https://github.com/lukaszkorecki/CoffeeTags /GitHub repository/
|
6
|
-
!_TAG_PROGRAM_VERSION 0.1.
|
6
|
+
!_TAG_PROGRAM_VERSION 0.1.3 //
|
7
7
|
@filter spec/fixtures/test.coffee /^ @filter = ->$/;" f lineno:14 object:Wat.ho type:function
|
8
8
|
_loop spec/fixtures/test.coffee /^_loop = (x) ->$/;" f lineno:19 object:window type:function
|
9
9
|
beam_magnum spec/fixtures/test.coffee /^beam_magnum : -> deployed(true)$/;" f lineno:44 object:window type:function
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: CoffeeTags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.3
|
4
5
|
prerelease:
|
5
|
-
version: 0.1.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Łukasz Korecki
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-08-04 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: CoffeeTags generates ctags compatibile tags for CoffeeScript.
|
15
15
|
email:
|
@@ -60,27 +60,44 @@ rdoc_options: []
|
|
60
60
|
require_paths:
|
61
61
|
- lib
|
62
62
|
required_ruby_version: !ruby/object:Gem::Requirement
|
63
|
+
none: false
|
63
64
|
requirements:
|
64
65
|
- - ! '>='
|
65
66
|
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
66
68
|
segments:
|
67
69
|
- 0
|
68
|
-
hash:
|
69
|
-
version: '0'
|
70
|
-
none: false
|
70
|
+
hash: 4264562937545266603
|
71
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
72
73
|
requirements:
|
73
74
|
- - ! '>='
|
74
75
|
- !ruby/object:Gem::Version
|
76
|
+
version: '0'
|
75
77
|
segments:
|
76
78
|
- 0
|
77
|
-
hash:
|
78
|
-
version: '0'
|
79
|
-
none: false
|
79
|
+
hash: 4264562937545266603
|
80
80
|
requirements: []
|
81
81
|
rubyforge_project: CoffeeTags
|
82
82
|
rubygems_version: 1.8.25
|
83
83
|
signing_key:
|
84
84
|
specification_version: 3
|
85
85
|
summary: tags generator for CoffeeScript
|
86
|
-
test_files:
|
86
|
+
test_files:
|
87
|
+
- spec/coffeetags_spec.rb
|
88
|
+
- spec/fixtures/blockcomment.coffee
|
89
|
+
- spec/fixtures/blockcomment.ctags
|
90
|
+
- spec/fixtures/campfire.coffee
|
91
|
+
- spec/fixtures/campfire.js
|
92
|
+
- spec/fixtures/campfire.js.tags
|
93
|
+
- spec/fixtures/class_with_at.coffee
|
94
|
+
- spec/fixtures/class_with_dot.coffee
|
95
|
+
- spec/fixtures/exported_class.coffee
|
96
|
+
- spec/fixtures/out.test-two.ctags
|
97
|
+
- spec/fixtures/out.test.ctags
|
98
|
+
- spec/fixtures/test.coffee
|
99
|
+
- spec/fixtures/test_tree.yaml
|
100
|
+
- spec/fixtures/tree.yaml
|
101
|
+
- spec/formatter_spec.rb
|
102
|
+
- spec/parser_spec.rb
|
103
|
+
- spec/spec_helper.rb
|