CoffeeTags 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA512:
3
+ metadata.gz: 2b1992811898b70443a228bc3fb1134985a92fc51530fde54b757bc17204b37db8b9f55087f17d397fedebab157585e38c3f867e02d544176acfc7462531750d
4
+ data.tar.gz: d836c7f758fdf8edfdb6761324c4c37e952007a738eb1bf9a4bccab5998bfbbabe0f21be1fbbe4f5944feaffc70d8a917301d8738a35245e19fba480c599b7df
5
+ SHA1:
6
+ metadata.gz: 0931a0b85af3b3eb9a214f9ef913765fc6219409
7
+ data.tar.gz: 2af333a55da5067c3879329ea403e2c977e8cd0e
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Coffeetags
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
data/lib/CoffeeTags.rb CHANGED
@@ -2,6 +2,7 @@
2
2
  require "CoffeeTags/version"
3
3
  require "CoffeeTags/parser"
4
4
  require "CoffeeTags/formatter"
5
+ require "pathname"
5
6
  require 'optparse'
6
7
  require 'erb'
7
8
 
@@ -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.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
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
  baz spec/fixtures/blockcomment.coffee /^baz : (x, y) ->$/;" f lineno:15 object:window type:function
@@ -3,8 +3,8 @@
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.4 //
7
- !_TAG_PROGRAM_VERSION 0.1.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
7
+ !_TAG_PROGRAM_VERSION 0.1.5 //
8
8
  !_THIS_LINE_SHOULD_GET_REMOVED Nothing to see here //
9
9
  @filter spec/fixtures/test.coffee /^ @filter = ->$/;" f lineno:14 object:Wat.ho type:function
10
10
  _loop spec/fixtures/test.coffee /^_loop = (x) ->$/;" f lineno:19 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.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
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.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
7
7
  bump spec/fixtures/campfire.coffee /^ bump : ->$/;" f lineno:46 object:Test type:function
8
8
  constructor spec/fixtures/campfire.coffee /^ constructor: (api_key, host) ->$/;" f lineno:8 object:Campfire type:function
9
9
  handlers spec/fixtures/campfire.coffee /^ handlers: (callbacks) ->$/;" f lineno:14 object:Campfire 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.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
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.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
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.4 //
6
+ !_TAG_PROGRAM_VERSION 0.1.5 //
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,26 +1,29 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: CoffeeTags
3
- version: !ruby/object:Gem::Version
4
- version: 0.1.4
5
- prerelease:
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.5
6
5
  platform: ruby
7
- authors:
8
- - Łukasz Korecki
6
+ authors:
7
+ - "\xC5\x81ukasz Korecki"
9
8
  - Matthew Smith
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2014-04-23 00:00:00.000000000 Z
12
+
13
+ date: 2014-04-24 00:00:00 Z
14
14
  dependencies: []
15
+
15
16
  description: CoffeeTags generates ctags compatibile tags for CoffeeScript.
16
- email:
17
+ email:
17
18
  - lukasz@coffeesounds.com
18
19
  - mtscout6@gmail.com
19
- executables:
20
+ executables:
20
21
  - coffeetags
21
22
  extensions: []
23
+
22
24
  extra_rdoc_files: []
23
- files:
25
+
26
+ files:
24
27
  - .gitignore
25
28
  - .rspec
26
29
  - .rvmrc
@@ -59,34 +62,49 @@ files:
59
62
  - test.rb
60
63
  - vim/tagbar-coffee.vim.erb
61
64
  homepage: http://github.com/lukaszkorecki/CoffeeTags
62
- licenses:
65
+ licenses:
63
66
  - MIT
67
+ metadata: {}
68
+
64
69
  post_install_message:
65
70
  rdoc_options: []
66
- require_paths:
71
+
72
+ require_paths:
67
73
  - lib
68
- required_ruby_version: !ruby/object:Gem::Requirement
69
- none: false
70
- requirements:
71
- - - ! '>='
72
- - !ruby/object:Gem::Version
73
- version: '0'
74
- segments:
75
- - 0
76
- hash: 4587229584433445950
77
- required_rubygems_version: !ruby/object:Gem::Requirement
78
- none: false
79
- requirements:
80
- - - ! '>='
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- segments:
84
- - 0
85
- hash: 4587229584433445950
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - &id001
77
+ - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - *id001
86
83
  requirements: []
84
+
87
85
  rubyforge_project: CoffeeTags
88
- rubygems_version: 1.8.23
86
+ rubygems_version: 2.0.14
89
87
  signing_key:
90
- specification_version: 3
88
+ specification_version: 4
91
89
  summary: tags generator for CoffeeScript
92
- test_files: []
90
+ test_files:
91
+ - spec/coffeetags_spec.rb
92
+ - spec/fixtures/append-expected.ctags
93
+ - spec/fixtures/append.ctags
94
+ - spec/fixtures/blockcomment.coffee
95
+ - spec/fixtures/blockcomment.ctags
96
+ - spec/fixtures/campfire.coffee
97
+ - spec/fixtures/campfire.js
98
+ - spec/fixtures/campfire.js.tags
99
+ - spec/fixtures/class_with_at.coffee
100
+ - spec/fixtures/class_with_dot.coffee
101
+ - spec/fixtures/exported_class.coffee
102
+ - spec/fixtures/out.test-relative.ctags
103
+ - spec/fixtures/out.test-two.ctags
104
+ - spec/fixtures/out.test.ctags
105
+ - spec/fixtures/test.coffee
106
+ - spec/fixtures/test_tree.yaml
107
+ - spec/fixtures/tree.yaml
108
+ - spec/formatter_spec.rb
109
+ - spec/parser_spec.rb
110
+ - spec/spec_helper.rb