watson-ruby 1.5.1 → 1.6.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/spec/parser_spec.rb CHANGED
@@ -19,6 +19,7 @@ describe Parser do
19
19
  describe '#get_comment_type' do
20
20
  context 'known extension' do
21
21
  it 'return correct extension for c++' do
22
+ pp(@parser.get_comment_type('lib/watson.cpp'))
22
23
  @parser.get_comment_type('lib/watson.cpp').should eql ['//', '/*']
23
24
  @parser.get_comment_type('lib/watson.cc').should eql ['//', '/*']
24
25
  @parser.get_comment_type('lib/watson.hpp').should eql ['//', '/*']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watson-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - nhmood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-22 00:00:00.000000000 Z
11
+ date: 2013-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -70,6 +70,7 @@ files:
70
70
  - assets/watson.svg
71
71
  - bin/watson
72
72
  - lib/watson.rb
73
+ - lib/watson/asana.rb
73
74
  - lib/watson/bitbucket.rb
74
75
  - lib/watson/command.rb
75
76
  - lib/watson/config.rb
@@ -113,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
114
  version: '0'
114
115
  requirements: []
115
116
  rubyforge_project:
116
- rubygems_version: 2.0.3
117
+ rubygems_version: 2.0.14
117
118
  signing_key:
118
119
  specification_version: 4
119
120
  summary: an inline issue manager