israkel 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/israkel.gemspec +1 -1
  3. data/lib/israkel/tasks.rb +2 -0
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/israkel.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "israkel"
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Johannes Plunien"]
data/lib/israkel/tasks.rb CHANGED
@@ -93,6 +93,7 @@ module ISRakel
93
93
  def ios_sim_path
94
94
  @ios_sim_path ||= `which ios-sim`.chomp
95
95
  abort "please install ios-sim" if @ios_sim_path.empty?
96
+ @ios_sim_path
96
97
  end
97
98
 
98
99
  def plist_to_hash(path)
@@ -132,6 +133,7 @@ module ISRakel
132
133
  def xcode_path
133
134
  @xcode_path ||= `xcode-select --print-path`.chomp
134
135
  abort "please install xcode and the command line tools" if @xcode_path.empty?
136
+ @xcode_path
135
137
  end
136
138
 
137
139
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: israkel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: -3688861042344638997
109
+ hash: 2027802512929039524
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  none: false
112
112
  requirements: