frank-cucumber 1.2.0.pre1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -41,7 +41,7 @@ class Frankifier
41
41
  end
42
42
 
43
43
  @xcodeproj_path = Pathname.new(xcodeproj)
44
- @project = Xcodeproj::Project.new(@xcodeproj_path)
44
+ @project = Xcodeproj::Project.open(@xcodeproj_path)
45
45
  end
46
46
  end
47
47
 
@@ -61,7 +61,7 @@ class Frankifier
61
61
  end
62
62
 
63
63
  @xcodeproj_path = xcodeproj
64
- @project = Xcodeproj::Project.new(xcodeproj)
64
+ @project = Xcodeproj::Project.open(xcodeproj)
65
65
  end
66
66
 
67
67
  def decide_on_target
@@ -129,7 +129,7 @@ class Frankifier
129
129
  end
130
130
 
131
131
  def save_changes
132
- @project.save_as( @xcodeproj_path )
132
+ @project.save
133
133
  end
134
134
 
135
135
  # TODO: send this as a pull request to thor
@@ -1,5 +1,5 @@
1
1
  module Frank
2
2
  module Cucumber
3
- VERSION = "1.2.0.pre1"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frank-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.pre1
5
- prerelease: 6
4
+ version: 1.2.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Pete Hodgson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-07-31 00:00:00.000000000 Z
13
+ date: 2013-09-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cucumber
@@ -379,12 +379,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
379
379
  required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  none: false
381
381
  requirements:
382
- - - ! '>'
382
+ - - ! '>='
383
383
  - !ruby/object:Gem::Version
384
- version: 1.3.1
384
+ version: '0'
385
385
  requirements: []
386
386
  rubyforge_project:
387
- rubygems_version: 1.8.25
387
+ rubygems_version: 1.8.23
388
388
  signing_key:
389
389
  specification_version: 3
390
390
  summary: Use cucumber to test native iOS apps via Frank