testin 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.idea/.rakeTasks +7 -0
  4. data/.idea/testin.iml +83 -0
  5. data/.rspec +3 -0
  6. data/.travis.yml +7 -0
  7. data/CODE_OF_CONDUCT.md +74 -0
  8. data/Gemfile +6 -0
  9. data/Gemfile.lock +182 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.md +43 -0
  12. data/Rakefile +6 -0
  13. data/bin/console +14 -0
  14. data/bin/setup +8 -0
  15. data/fastlane-plugin-testintask/.circleci/config.yml +43 -0
  16. data/fastlane-plugin-testintask/.gitignore +12 -0
  17. data/fastlane-plugin-testintask/.rspec +5 -0
  18. data/fastlane-plugin-testintask/.rubocop.yml +180 -0
  19. data/fastlane-plugin-testintask/.travis.yml +4 -0
  20. data/fastlane-plugin-testintask/Gemfile +6 -0
  21. data/fastlane-plugin-testintask/LICENSE +21 -0
  22. data/fastlane-plugin-testintask/README.md +52 -0
  23. data/fastlane-plugin-testintask/Rakefile +9 -0
  24. data/fastlane-plugin-testintask/fastlane/Fastfile +3 -0
  25. data/fastlane-plugin-testintask/fastlane/Pluginfile +1 -0
  26. data/fastlane-plugin-testintask/fastlane-plugin-testintask.gemspec +35 -0
  27. data/fastlane-plugin-testintask/lib/fastlane/plugin/testintask/actions/testintask_action.rb +67 -0
  28. data/fastlane-plugin-testintask/lib/fastlane/plugin/testintask/helper/testintask_helper.rb +16 -0
  29. data/fastlane-plugin-testintask/lib/fastlane/plugin/testintask/version.rb +5 -0
  30. data/fastlane-plugin-testintask/lib/fastlane/plugin/testintask.rb +16 -0
  31. data/fastlane-plugin-testintask/spec/spec_helper.rb +15 -0
  32. data/fastlane-plugin-testintask/spec/testintask_action_spec.rb +9 -0
  33. data/lib/testin/version.rb +3 -0
  34. data/lib/testin.rb +436 -0
  35. data/testin.gemspec +31 -0
  36. metadata +120 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b0a69fbd49440b3218c986200182c47d2be724fd2a0e08df04d31f09c7661777
4
+ data.tar.gz: c297417dcdb62c507a5b35acf065993036433fb7eafa78bfc9d2e268f3068141
5
+ SHA512:
6
+ metadata.gz: 3769bf688199c8c55015ab6f30777f9671f6232718d32aa0d4ca661cfb1cc310c991a99735655efbbfaf048d88ebffe9da5d693b1c7d06c2b25295b8b0c93c93
7
+ data.tar.gz: d4e543b1696cc7f18435db72a3c743ad430a289fc56297f16876d57c453713d141724f0d47dd3a8cbb1efe8fdb2acf18ee9f6b30f12f64e5935801c3b2c978d1
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.idea/.rakeTasks ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
+ --><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
data/.idea/testin.iml ADDED
@@ -0,0 +1,83 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="ModuleRunConfigurationManager">
4
+ <shared />
5
+ </component>
6
+ <component name="NewModuleRootManager">
7
+ <content url="file://$MODULE_DIR$" />
8
+ <orderEntry type="inheritedJdk" />
9
+ <orderEntry type="sourceFolder" forTests="false" />
10
+ <orderEntry type="library" scope="PROVIDED" name="CFPropertyList (v3.0.0, RVM: ruby-2.3.0) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="addressable (v2.5.2, RVM: ruby-2.3.0) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="atomos (v0.1.3, RVM: ruby-2.3.0) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="babosa (v1.0.2, RVM: ruby-2.3.0) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.17.1, RVM: ruby-2.3.0) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="claide (v1.0.2, RVM: ruby-2.3.0) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="colored (v1.2, RVM: ruby-2.3.0) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="colored2 (v3.1.2, RVM: ruby-2.3.0) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="commander-fastlane (v4.4.6, RVM: ruby-2.3.0) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="declarative (v0.0.10, RVM: ruby-2.3.0) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="declarative-option (v0.1.0, RVM: ruby-2.3.0) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.3.0) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="digest-crc (v0.4.1, RVM: ruby-2.3.0) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.20180417, RVM: ruby-2.3.0) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="dotenv (v2.5.0, RVM: ruby-2.3.0) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="emoji_regex (v0.1.1, RVM: ruby-2.3.0) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="excon (v0.62.0, RVM: ruby-2.3.0) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="faraday (v0.15.2, RVM: ruby-2.3.0) [gem]" level="application" />
28
+ <orderEntry type="library" scope="PROVIDED" name="faraday-cookie_jar (v0.0.6, RVM: ruby-2.3.0) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v0.12.2, RVM: ruby-2.3.0) [gem]" level="application" />
30
+ <orderEntry type="library" scope="PROVIDED" name="fastimage (v2.1.3, RVM: ruby-2.3.0) [gem]" level="application" />
31
+ <orderEntry type="library" scope="PROVIDED" name="fastlane (v2.122.0, RVM: ruby-2.3.0) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="gh_inspector (v1.1.3, RVM: ruby-2.3.0) [gem]" level="application" />
33
+ <orderEntry type="library" scope="PROVIDED" name="google-api-client (v0.23.4, RVM: ruby-2.3.0) [gem]" level="application" />
34
+ <orderEntry type="library" scope="PROVIDED" name="google-cloud-core (v1.2.7, RVM: ruby-2.3.0) [gem]" level="application" />
35
+ <orderEntry type="library" scope="PROVIDED" name="google-cloud-env (v1.0.5, RVM: ruby-2.3.0) [gem]" level="application" />
36
+ <orderEntry type="library" scope="PROVIDED" name="google-cloud-storage (v1.15.0, RVM: ruby-2.3.0) [gem]" level="application" />
37
+ <orderEntry type="library" scope="PROVIDED" name="googleauth (v0.6.5, RVM: ruby-2.3.0) [gem]" level="application" />
38
+ <orderEntry type="library" scope="PROVIDED" name="highline (v1.7.10, RVM: ruby-2.3.0) [gem]" level="application" />
39
+ <orderEntry type="library" scope="PROVIDED" name="http-cookie (v1.0.3, RVM: ruby-2.3.0) [gem]" level="application" />
40
+ <orderEntry type="library" scope="PROVIDED" name="httpclient (v2.8.3, RVM: ruby-2.3.0) [gem]" level="application" />
41
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.3, RVM: ruby-2.3.0) [gem]" level="application" />
42
+ <orderEntry type="library" scope="PROVIDED" name="jwt (v2.1.0, RVM: ruby-2.3.0) [gem]" level="application" />
43
+ <orderEntry type="library" scope="PROVIDED" name="memoist (v0.16.0, RVM: ruby-2.3.0) [gem]" level="application" />
44
+ <orderEntry type="library" scope="PROVIDED" name="mime-types (v3.2.2, RVM: ruby-2.3.0) [gem]" level="application" />
45
+ <orderEntry type="library" scope="PROVIDED" name="mime-types-data (v3.2018.0812, RVM: ruby-2.3.0) [gem]" level="application" />
46
+ <orderEntry type="library" scope="PROVIDED" name="mini_magick (v4.5.1, RVM: ruby-2.3.0) [gem]" level="application" />
47
+ <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.13.1, RVM: ruby-2.3.0) [gem]" level="application" />
48
+ <orderEntry type="library" scope="PROVIDED" name="multi_xml (v0.6.0, RVM: ruby-2.3.0) [gem]" level="application" />
49
+ <orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, RVM: ruby-2.3.0) [gem]" level="application" />
50
+ <orderEntry type="library" scope="PROVIDED" name="nanaimo (v0.2.6, RVM: ruby-2.3.0) [gem]" level="application" />
51
+ <orderEntry type="library" scope="PROVIDED" name="naturally (v2.2.0, RVM: ruby-2.3.0) [gem]" level="application" />
52
+ <orderEntry type="library" scope="PROVIDED" name="os (v1.0.0, RVM: ruby-2.3.0) [gem]" level="application" />
53
+ <orderEntry type="library" scope="PROVIDED" name="plist (v3.4.0, RVM: ruby-2.3.0) [gem]" level="application" />
54
+ <orderEntry type="library" scope="PROVIDED" name="public_suffix (v2.0.5, RVM: ruby-2.3.0) [gem]" level="application" />
55
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-2.3.0) [gem]" level="application" />
56
+ <orderEntry type="library" scope="PROVIDED" name="representable (v3.0.4, RVM: ruby-2.3.0) [gem]" level="application" />
57
+ <orderEntry type="library" scope="PROVIDED" name="retriable (v3.1.2, RVM: ruby-2.3.0) [gem]" level="application" />
58
+ <orderEntry type="library" scope="PROVIDED" name="rouge (v2.0.7, RVM: ruby-2.3.0) [gem]" level="application" />
59
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.8.0, RVM: ruby-2.3.0) [gem]" level="application" />
60
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.8.0, RVM: ruby-2.3.0) [gem]" level="application" />
61
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.8.3, RVM: ruby-2.3.0) [gem]" level="application" />
62
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.8.0, RVM: ruby-2.3.0) [gem]" level="application" />
63
+ <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.8.0, RVM: ruby-2.3.0) [gem]" level="application" />
64
+ <orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.2, RVM: ruby-2.3.0) [gem]" level="application" />
65
+ <orderEntry type="library" scope="PROVIDED" name="security (v0.1.3, RVM: ruby-2.3.0) [gem]" level="application" />
66
+ <orderEntry type="library" scope="PROVIDED" name="signet (v0.9.0, RVM: ruby-2.3.0) [gem]" level="application" />
67
+ <orderEntry type="library" scope="PROVIDED" name="simctl (v1.6.5, RVM: ruby-2.3.0) [gem]" level="application" />
68
+ <orderEntry type="library" scope="PROVIDED" name="slack-notifier (v2.3.2, RVM: ruby-2.3.0) [gem]" level="application" />
69
+ <orderEntry type="library" scope="PROVIDED" name="terminal-notifier (v2.0.0, RVM: ruby-2.3.0) [gem]" level="application" />
70
+ <orderEntry type="library" scope="PROVIDED" name="terminal-table (v1.8.0, RVM: ruby-2.3.0) [gem]" level="application" />
71
+ <orderEntry type="library" scope="PROVIDED" name="tty-cursor (v0.6.0, RVM: ruby-2.3.0) [gem]" level="application" />
72
+ <orderEntry type="library" scope="PROVIDED" name="tty-screen (v0.6.5, RVM: ruby-2.3.0) [gem]" level="application" />
73
+ <orderEntry type="library" scope="PROVIDED" name="tty-spinner (v0.8.0, RVM: ruby-2.3.0) [gem]" level="application" />
74
+ <orderEntry type="library" scope="PROVIDED" name="uber (v0.1.0, RVM: ruby-2.3.0) [gem]" level="application" />
75
+ <orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, RVM: ruby-2.3.0) [gem]" level="application" />
76
+ <orderEntry type="library" scope="PROVIDED" name="unf_ext (v0.0.7.5, RVM: ruby-2.3.0) [gem]" level="application" />
77
+ <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.4.0, RVM: ruby-2.3.0) [gem]" level="application" />
78
+ <orderEntry type="library" scope="PROVIDED" name="word_wrap (v1.0.0, RVM: ruby-2.3.0) [gem]" level="application" />
79
+ <orderEntry type="library" scope="PROVIDED" name="xcodeproj (v1.9.0, RVM: ruby-2.3.0) [gem]" level="application" />
80
+ <orderEntry type="library" scope="PROVIDED" name="xcpretty (v0.3.0, RVM: ruby-2.3.0) [gem]" level="application" />
81
+ <orderEntry type="library" scope="PROVIDED" name="xcpretty-travis-formatter (v1.0.0, RVM: ruby-2.3.0) [gem]" level="application" />
82
+ </component>
83
+ </module>
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.3.0
7
+ before_install: gem install bundler -v 1.17.1
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at rudy.li@connext.com.cn. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in testin.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,182 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ testin (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ CFPropertyList (3.0.0)
10
+ addressable (2.5.2)
11
+ public_suffix (>= 2.0.2, < 4.0)
12
+ atomos (0.1.3)
13
+ babosa (1.0.2)
14
+ claide (1.0.2)
15
+ colored (1.2)
16
+ colored2 (3.1.2)
17
+ commander-fastlane (4.4.6)
18
+ highline (~> 1.7.2)
19
+ declarative (0.0.10)
20
+ declarative-option (0.1.0)
21
+ diff-lcs (1.3)
22
+ digest-crc (0.4.1)
23
+ domain_name (0.5.20180417)
24
+ unf (>= 0.0.5, < 1.0.0)
25
+ dotenv (2.5.0)
26
+ emoji_regex (0.1.1)
27
+ excon (0.62.0)
28
+ faraday (0.15.2)
29
+ multipart-post (>= 1.2, < 3)
30
+ faraday-cookie_jar (0.0.6)
31
+ faraday (>= 0.7.4)
32
+ http-cookie (~> 1.0.0)
33
+ faraday_middleware (0.12.2)
34
+ faraday (>= 0.7.4, < 1.0)
35
+ fastimage (2.1.3)
36
+ fastlane (2.122.0)
37
+ CFPropertyList (>= 2.3, < 4.0.0)
38
+ addressable (>= 2.3, < 3.0.0)
39
+ babosa (>= 1.0.2, < 2.0.0)
40
+ bundler (>= 1.12.0, < 3.0.0)
41
+ colored
42
+ commander-fastlane (>= 4.4.6, < 5.0.0)
43
+ dotenv (>= 2.1.1, < 3.0.0)
44
+ emoji_regex (>= 0.1, < 2.0)
45
+ excon (>= 0.45.0, < 1.0.0)
46
+ faraday (~> 0.9)
47
+ faraday-cookie_jar (~> 0.0.6)
48
+ faraday_middleware (~> 0.9)
49
+ fastimage (>= 2.1.0, < 3.0.0)
50
+ gh_inspector (>= 1.1.2, < 2.0.0)
51
+ google-api-client (>= 0.21.2, < 0.24.0)
52
+ google-cloud-storage (>= 1.15.0, < 2.0.0)
53
+ highline (>= 1.7.2, < 2.0.0)
54
+ json (< 3.0.0)
55
+ mini_magick (~> 4.5.1)
56
+ multi_json
57
+ multi_xml (~> 0.5)
58
+ multipart-post (~> 2.0.0)
59
+ plist (>= 3.1.0, < 4.0.0)
60
+ public_suffix (~> 2.0.0)
61
+ rubyzip (>= 1.2.2, < 2.0.0)
62
+ security (= 0.1.3)
63
+ simctl (~> 1.6.3)
64
+ slack-notifier (>= 2.0.0, < 3.0.0)
65
+ terminal-notifier (>= 2.0.0, < 3.0.0)
66
+ terminal-table (>= 1.4.5, < 2.0.0)
67
+ tty-screen (>= 0.6.3, < 1.0.0)
68
+ tty-spinner (>= 0.8.0, < 1.0.0)
69
+ word_wrap (~> 1.0.0)
70
+ xcodeproj (>= 1.8.1, < 2.0.0)
71
+ xcpretty (~> 0.3.0)
72
+ xcpretty-travis-formatter (>= 0.0.3)
73
+ gh_inspector (1.1.3)
74
+ google-api-client (0.23.4)
75
+ addressable (~> 2.5, >= 2.5.1)
76
+ googleauth (>= 0.5, < 0.7.0)
77
+ httpclient (>= 2.8.1, < 3.0)
78
+ mime-types (~> 3.0)
79
+ representable (~> 3.0)
80
+ retriable (>= 2.0, < 4.0)
81
+ google-cloud-core (1.2.7)
82
+ google-cloud-env (~> 1.0)
83
+ google-cloud-env (1.0.5)
84
+ faraday (~> 0.11)
85
+ google-cloud-storage (1.15.0)
86
+ digest-crc (~> 0.4)
87
+ google-api-client (~> 0.23)
88
+ google-cloud-core (~> 1.2)
89
+ googleauth (~> 0.6.2)
90
+ googleauth (0.6.5)
91
+ faraday (~> 0.12)
92
+ jwt (>= 1.4, < 3.0)
93
+ memoist (~> 0.12)
94
+ multi_json (~> 1.11)
95
+ os (>= 0.9, < 2.0)
96
+ signet (~> 0.7)
97
+ highline (1.7.10)
98
+ http-cookie (1.0.3)
99
+ domain_name (~> 0.5)
100
+ httpclient (2.8.3)
101
+ json (1.8.3)
102
+ jwt (2.1.0)
103
+ memoist (0.16.0)
104
+ mime-types (3.2.2)
105
+ mime-types-data (~> 3.2015)
106
+ mime-types-data (3.2018.0812)
107
+ mini_magick (4.5.1)
108
+ multi_json (1.13.1)
109
+ multi_xml (0.6.0)
110
+ multipart-post (2.0.0)
111
+ nanaimo (0.2.6)
112
+ naturally (2.2.0)
113
+ os (1.0.0)
114
+ plist (3.4.0)
115
+ public_suffix (2.0.5)
116
+ rake (10.4.2)
117
+ representable (3.0.4)
118
+ declarative (< 0.1.0)
119
+ declarative-option (< 0.2.0)
120
+ uber (< 0.2.0)
121
+ retriable (3.1.2)
122
+ rouge (2.0.7)
123
+ rspec (3.8.0)
124
+ rspec-core (~> 3.8.0)
125
+ rspec-expectations (~> 3.8.0)
126
+ rspec-mocks (~> 3.8.0)
127
+ rspec-core (3.8.0)
128
+ rspec-support (~> 3.8.0)
129
+ rspec-expectations (3.8.3)
130
+ diff-lcs (>= 1.2.0, < 2.0)
131
+ rspec-support (~> 3.8.0)
132
+ rspec-mocks (3.8.0)
133
+ diff-lcs (>= 1.2.0, < 2.0)
134
+ rspec-support (~> 3.8.0)
135
+ rspec-support (3.8.0)
136
+ rubyzip (1.2.2)
137
+ security (0.1.3)
138
+ signet (0.9.0)
139
+ addressable (~> 2.3)
140
+ faraday (~> 0.9)
141
+ jwt (>= 1.5, < 3.0)
142
+ multi_json (~> 1.10)
143
+ simctl (1.6.5)
144
+ CFPropertyList
145
+ naturally
146
+ slack-notifier (2.3.2)
147
+ terminal-notifier (2.0.0)
148
+ terminal-table (1.8.0)
149
+ unicode-display_width (~> 1.1, >= 1.1.1)
150
+ tty-cursor (0.6.0)
151
+ tty-screen (0.6.5)
152
+ tty-spinner (0.8.0)
153
+ tty-cursor (>= 0.5.0)
154
+ uber (0.1.0)
155
+ unf (0.1.4)
156
+ unf_ext
157
+ unf_ext (0.0.7.5)
158
+ unicode-display_width (1.4.0)
159
+ word_wrap (1.0.0)
160
+ xcodeproj (1.9.0)
161
+ CFPropertyList (>= 2.3.3, < 4.0)
162
+ atomos (~> 0.1.3)
163
+ claide (>= 1.0.2, < 2.0)
164
+ colored2 (~> 3.1)
165
+ nanaimo (~> 0.2.6)
166
+ xcpretty (0.3.0)
167
+ rouge (~> 2.0.7)
168
+ xcpretty-travis-formatter (1.0.0)
169
+ xcpretty (~> 0.2, >= 0.0.7)
170
+
171
+ PLATFORMS
172
+ ruby
173
+
174
+ DEPENDENCIES
175
+ bundler (~> 1.17)
176
+ fastlane (>= 2.9.0)
177
+ rake (~> 10.0)
178
+ rspec (~> 3.0)
179
+ testin!
180
+
181
+ BUNDLED WITH
182
+ 1.17.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 rudy.li
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # Testin
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/testin`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'testin'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install testin
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/testin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Testin project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/testin/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "testin"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,43 @@
1
+ # Ruby CircleCI 2.0 configuration file
2
+ #
3
+ # Check https://circleci.com/docs/2.0/language-ruby/ for more details
4
+ #
5
+ version: 2
6
+ jobs:
7
+ build:
8
+ docker:
9
+ # specify the version you desire here
10
+ - image: circleci/ruby:2.4.2
11
+
12
+ working_directory: ~/repo
13
+
14
+ steps:
15
+ - checkout
16
+
17
+ # Download and cache dependencies
18
+ - restore_cache:
19
+ keys:
20
+ - v1-dependencies-{{ checksum "Gemfile" }}
21
+ # fallback to using the latest cache if no exact match is found
22
+ - v1-dependencies-
23
+
24
+ - run:
25
+ name: install dependencies
26
+ command: bundle check || bundle install --jobs=4 --retry=3 --path vendor/bundle
27
+
28
+ - save_cache:
29
+ paths:
30
+ - ./vendor
31
+ key: v1-dependencies-{{ checksum "Gemfile" }}
32
+
33
+ # run tests!
34
+ - run:
35
+ name: run tests
36
+ command: bundle exec rake
37
+
38
+ # collect reports
39
+ - store_test_results:
40
+ path: ~/repo/test-results
41
+ - store_artifacts:
42
+ path: ~/repo/test-results
43
+ destination: test-results
@@ -0,0 +1,12 @@
1
+ *.gem
2
+ Gemfile.lock
3
+
4
+ ## Documentation cache and generated files:
5
+ /.yardoc/
6
+ /_yardoc/
7
+ /doc/
8
+ /rdoc/
9
+ fastlane/README.md
10
+ fastlane/report.xml
11
+ coverage
12
+ test-results
@@ -0,0 +1,5 @@
1
+ --require spec_helper
2
+ --color
3
+ --format d
4
+ --format RspecJunitFormatter
5
+ --out test-results/rspec/rspec.xml