appium_console 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35f2e74b3dee7733c9eab1dea92b510d5b966fd6
4
- data.tar.gz: b4b7a6fa01b02b3e340e59993a071c29c220c471
3
+ metadata.gz: fa9e9c03f4e2e97291c4caf522279e043527f9a9
4
+ data.tar.gz: ee64327e9328fcef46fe11661a13791cfcdf5c04
5
5
  SHA512:
6
- metadata.gz: ca74d0f81d85c261a2ad6b925192bb6755631fe44e7f4ba4f5c9bd4fb380ea2f17578440958297265f2608de756ac084237d9433e11cfc6982bc9eced4756065
7
- data.tar.gz: bc8e50c6645ff08bbc3617808033172ba0222720c166eb0acd8daa4c86d6fb6eaa6b8ff58ac834d531e990acc65fd56e1deb638f3dc2c4032e66d4901743836d
6
+ metadata.gz: bc20a64e794a2b115912dfd8ce8b13df8422bb0a79e7c5aa4f2fd489b9b8a936546d45b8e3937a015a4dd003e14e61ad4d68699621db62ebfda5ca8dbc8e4706
7
+ data.tar.gz: d051f8dc9e9c13a6128bd475799f166349803ff67eab1f52257f9dc7a24d3d0a3f13c4ee0cae42228a0ac6e70dbcd51e61f4764954f2c8e6a5efc00230457fcb
data/bin/arc CHANGED
@@ -33,19 +33,34 @@ ARGV.each_index do |idx|
33
33
  end
34
34
  File.open toml, 'w' do |f|
35
35
  if b && b.match(/android/i)
36
- f.puts %Q(APP_PATH="#{ENV['APP_PATH'] || '/path/to/my.apk'}")
37
- f.puts %Q(APP_PACKAGE="#{ENV['APP_PACKAGE'] || 'com.my.Pkg'}")
38
- f.puts %Q(APP_ACTIVITY="#{ENV['APP_ACTIVITY'] || 'StartActivity'}")
39
- f.puts %Q(APP_WAIT_ACTIVITY="#{ENV['APP_WAIT_ACTIVITY'] || 'SplashActivity'}")
36
+ f.puts <<ANDROID
37
+ [caps]
38
+ platformName = "android"
39
+ deviceName = "Nexus 7"
40
+ app = "./api.apk"
41
+ appPackage = "io.appium.android.apis"
42
+ appActivity = ".ApiDemos"
43
+
44
+ [appium_lib]
45
+ sauce_username = ""
46
+ sauce_access_key = ""
47
+ ANDROID
40
48
  elsif b && b.match(/ios/i)
41
- # iOS requires only APP_PATH
42
- ios = ENV['APP_PATH']
43
- ios = false if File.extname(ios).downcase == '.apk'
44
- f.puts %Q(APP_PATH="#{ios || '/path/to/myiOS.app'}")
49
+ f.puts <<IOS
50
+ [caps]
51
+ platformName = "ios"
52
+ platformVersion = "8.1"
53
+ deviceName ="iPhone Simulator"
54
+ app = "./UICatalog.app"
55
+
56
+ [appium_lib]
57
+ sauce_username = ""
58
+ sauce_access_key = ""
59
+ IOS
45
60
  end
46
61
  end
47
62
  exit
48
63
  end
49
64
  end
50
65
 
51
- require 'appium_console'
66
+ require 'appium_console'
@@ -2,6 +2,6 @@
2
2
  # Define Appium module so version can be required directly.
3
3
  module Appium; end unless defined? Appium
4
4
  module Appium::Console
5
- VERSION = '1.0.1' unless defined? ::Appium::Console::VERSION
6
- DATE = '2014-06-13' unless defined? ::Appium::Console::DATE
5
+ VERSION = '1.0.2' unless defined? ::Appium::Console::VERSION
6
+ DATE = '2014-12-08' unless defined? ::Appium::Console::DATE
7
7
  end
data/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- #### Ruby Console for Appium [![Gem Version](https://badge.fury.io/rb/appium_console.png)](http://rubygems.org/gems/appium_console)[![Dependency Status](https://gemnasium.com/appium/ruby_console.png)](https://gemnasium.com/appium/ruby_console)
1
+ #### Appium Ruby Console [![Gem Version](https://badge.fury.io/rb/appium_console.png)](http://rubygems.org/gems/appium_console)[![Dependency Status](https://gemnasium.com/appium/ruby_console.png)](https://gemnasium.com/appium/ruby_console)
2
2
 
3
3
  - [appium_console on RubyGems](https://rubygems.org/gems/appium_console)
4
4
 
@@ -1,3 +1,14 @@
1
+ #### v1.0.0 2014-04-29
2
+
3
+ - [c68f766](https://github.com/appium/ruby_console/commit/c68f7664b07010679c4a3ba780ad2dc95499076f) Release 1.0.1
4
+ - [dbee56b](https://github.com/appium/ruby_console/commit/dbee56bf2ec3d5fa9eeae2c7a5f1aee64f4c0984) Update osx.md
5
+ - [de03ad6](https://github.com/appium/ruby_console/commit/de03ad68363c6c33348c95369c90dbd036f37c18) Prefix pry commands with %
6
+ - [97329b6](https://github.com/appium/ruby_console/commit/97329b623b9961a65404e17927204ed3a014c8c4) Add note about host gpu and sd card
7
+ - [b451b1a](https://github.com/appium/ruby_console/commit/b451b1a70c551b9e2c5c12691bec42727c7397f2) Update osx.md
8
+ - [428849a](https://github.com/appium/ruby_console/commit/428849a17c73023739bebe01db6cca17f90f969f) rake -f osx_install.rake is out of date
9
+ - [7cf1ed2](https://github.com/appium/ruby_console/commit/7cf1ed2f191f5660fb0966c740d0e5ec266981fb) Update install doc
10
+
11
+
1
12
  #### v0.6.0 2014-04-22
2
13
 
3
14
  - [7342d45](https://github.com/appium/ruby_console/commit/7342d45c6b0a287ab52bca98bf8e1dfb8590e08b) Release 1.0.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-13 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appium_lib
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.2.2
142
+ rubygems_version: 2.4.3
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Appium Ruby Console