israkel 0.2.6 → 0.2.7
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/VERSION +1 -1
- data/israkel.gemspec +2 -2
- data/lib/israkel/tasks.rb +0 -6
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.7
|
data/israkel.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "israkel"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.7"
|
|
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", "Stefan Munz"]
|
|
12
|
-
s.date = "2013-
|
|
12
|
+
s.date = "2013-04-18"
|
|
13
13
|
s.description = "Collection of common rake tasks for the iPhone Simulator like start/stop and some more."
|
|
14
14
|
s.email = ["johannes.plunien@xing.com", "stefan.munz@xing.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/israkel/tasks.rb
CHANGED
|
@@ -39,16 +39,10 @@ module ISRakel
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
def edit_global_preferences(&block)
|
|
42
|
-
unless sdk_version.to_f >= 6.0
|
|
43
|
-
abort "ERROR: edit_global_preferences is only supported for iOS SDK >= 6.0"
|
|
44
|
-
end
|
|
45
42
|
edit_file( File.join(simulator_preferences_path, '.GlobalPreferences.plist'), &block )
|
|
46
43
|
end
|
|
47
44
|
|
|
48
45
|
def edit_preferences(&block)
|
|
49
|
-
unless sdk_version.to_f >= 6.0
|
|
50
|
-
abort "ERROR: edit_preferences is only supported for iOS SDK >= 6.0"
|
|
51
|
-
end
|
|
52
46
|
edit_file( File.join(simulator_preferences_path, 'com.apple.Preferences.plist'), &block )
|
|
53
47
|
end
|
|
54
48
|
|
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.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-04-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: highline
|