dryrun 0.4.4 → 0.4.5
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.
- checksums.yaml +4 -4
- data/lib/dryrun/android_project.rb +3 -3
- data/lib/dryrun/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c67f2fe04c2d7ccdba7e7bd50ddf7ae355f22c3c
|
4
|
+
data.tar.gz: 3794bbba77ed2e187b8cac839e66eeebea564b32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89d80fad215e3bf72c9ae0e89ec51cb6e018a361b96f6ddfc73885275f0c393be4529c8a6d5fee5bf79f6a436259762bf4a4478e1273c292af1009059ae8902c
|
7
|
+
data.tar.gz: 78a26051d414064d937fa83db821e18ab0747af93f30bd721b26d5aab1333916bd4ad66c6d21d89382c27e48c9ba7fc7d34b7805f970da7ec727cf9b9d450ff7
|
@@ -19,6 +19,8 @@ module DryRun
|
|
19
19
|
if File.exist?(file_name)
|
20
20
|
File.remove(file_name)
|
21
21
|
end
|
22
|
+
|
23
|
+
system("touch #{file_name}")
|
22
24
|
end
|
23
25
|
|
24
26
|
def remove_application_id
|
@@ -54,7 +56,6 @@ module DryRun
|
|
54
56
|
end
|
55
57
|
end
|
56
58
|
|
57
|
-
# ./gradlew clean installDebug
|
58
59
|
def install
|
59
60
|
|
60
61
|
Dir.chdir @base_path
|
@@ -62,7 +63,7 @@ module DryRun
|
|
62
63
|
path, execute_line = self.sample_project
|
63
64
|
|
64
65
|
if path == false and execute_line==false
|
65
|
-
puts "Couldn't open, sorry!".red
|
66
|
+
puts "Couldn't open the sample project, sorry!".red
|
66
67
|
exit 1
|
67
68
|
end
|
68
69
|
|
@@ -105,7 +106,6 @@ module DryRun
|
|
105
106
|
@modules.each do |child|
|
106
107
|
full_path = "#{@base_path}/#{child.first}"
|
107
108
|
@path_to_sample = full_path
|
108
|
-
# binding.pry
|
109
109
|
|
110
110
|
execute_line = get_execute_line("#{full_path}/src/main/AndroidManifest.xml")
|
111
111
|
return full_path, execute_line if execute_line
|
data/lib/dryrun/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dryrun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- cesar ferreira
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|