testflight_upload 0.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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +87 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTczYTk2ZTQzOGY4ODQwYjQzODQwNjI1ZGQ5YTIxYzIzNjEwOGRlZQ==
5
+ data.tar.gz: !binary |-
6
+ ODY5ZTY3ODg3Y2ZjOGI2MTI5OWZkMTVhOTkwMGMzOWU3OGExZjhlZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ N2E4Nzc5NDQ2NzU1ZDk1ODdkYTJmNDQxOTQ0N2QwNzFkZjRjYTQ0OGY1MzM3
10
+ ZTYxNjVkZDFjOGM5ZjhmMTBmODEzYTFmOTRmZjc2YjM2NWI5OWVjYTgxODdk
11
+ OTEzMDUxMGFkMGY2ZjE2MDM3MDdjYzgyYzExNGM2YmI5ZTE3N2U=
12
+ data.tar.gz: !binary |-
13
+ ZTVlMTBhYTdiZmNiNTkwNDlmY2FkZDg0OTk5YWU2M2U2OTI5YTAyMDk0N2Ni
14
+ NDA0ZjcwODU0ZjkxNzhmMzgwMTExZjc1NzY4ODc0YmM3MDI1YmVjNjgzM2Zm
15
+ NWI1NGI4NGUyOTJmMzkyZGNiMjViNzYyYWVmYThjMDQ2ZTM2ZWU=
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: testflight_upload
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Miles Matthias
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-09-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rest-client
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 1.6.1
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 1.6.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: json
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: terminal-notifier
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: A simple Testflight uploader for when you already have everything built
56
+ and archived.
57
+ email: miles.matthias@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files: []
62
+ homepage: https://github.com/milesmatthias/testflight_upload
63
+ licenses:
64
+ - MIT
65
+ metadata: {}
66
+ post_install_message:
67
+ rdoc_options: []
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ! '>='
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ requirements: []
81
+ rubyforge_project:
82
+ rubygems_version: 2.1.8
83
+ signing_key:
84
+ specification_version: 4
85
+ summary: A simple Testflight uploader for when you already have everything built and
86
+ archived.
87
+ test_files: []