gitnesse 0.1.0 → 0.1.1

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.
@@ -1,3 +1,3 @@
1
1
  module Gitnesse
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/gitnesse.rb CHANGED
@@ -176,7 +176,7 @@ module Gitnesse
176
176
  def extract_features(data)
177
177
  features = {}
178
178
 
179
- if match_result = data.match(/\u0060{3}(.+)\u0060{3}/m)
179
+ if match_result = data.match(/\u0060{3}gherkin(.+)\u0060{3}/m)
180
180
  captures = match_result.captures
181
181
 
182
182
  # create hash with feature name as key and feature text as value
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitnesse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-14 00:00:00.000000000 Z
12
+ date: 2012-11-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -154,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  segments:
156
156
  - 0
157
- hash: -126475923394680174
157
+ hash: 3479029644768201128
158
158
  required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  none: false
160
160
  requirements:
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  segments:
165
165
  - 0
166
- hash: -126475923394680174
166
+ hash: 3479029644768201128
167
167
  requirements: []
168
168
  rubyforge_project:
169
169
  rubygems_version: 1.8.24