cuki 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "cuki"
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Waite"]
@@ -4,7 +4,7 @@ Given /^a Confluence page on "([^"]*)" with id (\d+):$/ do |host, id, content|
4
4
  # the URLs to be stubbed
5
5
 
6
6
  @stubs ||= {}
7
- @stubs["http://#{host}/pages/viewpage.action?pageId=#{id}"] = content
7
+ @stubs["http://#{host}/pages/editpage.action?pageId=#{id}"] = content
8
8
 
9
9
  File.open('stubs.json', 'w') do |f|
10
10
  f.write @stubs.to_json
@@ -96,7 +96,7 @@ class Cuki
96
96
  exit(1)
97
97
  end
98
98
 
99
- if @config['container']
99
+ if @config['container'] && !filepath.include?('.feature')
100
100
  handle_multi doc, id
101
101
  else
102
102
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuki
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Waite