appsendr 0.0.1

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.
metadata ADDED
@@ -0,0 +1,151 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: appsendr
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - AppSendr
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-11-20 00:00:00 -08:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: rest-client
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 7
30
+ segments:
31
+ - 1
32
+ - 4
33
+ - 0
34
+ version: 1.4.0
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ - !ruby/object:Gem::Dependency
38
+ name: rubyzip
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
48
+ version: "0"
49
+ type: :runtime
50
+ version_requirements: *id002
51
+ - !ruby/object:Gem::Dependency
52
+ name: json_pure
53
+ prerelease: false
54
+ requirement: &id003 !ruby/object:Gem::Requirement
55
+ none: false
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ hash: 31
60
+ segments:
61
+ - 1
62
+ - 2
63
+ - 0
64
+ version: 1.2.0
65
+ type: :runtime
66
+ version_requirements: *id003
67
+ description: A gem that will build and distribute an iphone/ipad app to the web for remote install
68
+ email: nolanbrown@gmail.com
69
+ executables:
70
+ - appsendr
71
+ extensions: []
72
+
73
+ extra_rdoc_files:
74
+ - README.rdoc
75
+ - bin/appsendr
76
+ - lib/appsendr.rb
77
+ - lib/appsendr/binary_plist.rb
78
+ - lib/appsendr/client.rb
79
+ - lib/appsendr/command.rb
80
+ - lib/appsendr/commands/app.rb
81
+ - lib/appsendr/commands/auth.rb
82
+ - lib/appsendr/commands/base.rb
83
+ - lib/appsendr/commands/build.rb
84
+ - lib/appsendr/commands/deploy.rb
85
+ - lib/appsendr/commands/help.rb
86
+ - lib/appsendr/commands/testers.rb
87
+ - lib/appsendr/commands/version.rb
88
+ - lib/appsendr/constants.rb
89
+ - lib/appsendr/helpers.rb
90
+ files:
91
+ - Manifest
92
+ - README.rdoc
93
+ - Rakefile
94
+ - appsendr.gemspec
95
+ - bin/appsendr
96
+ - lib/appsendr.rb
97
+ - lib/appsendr/binary_plist.rb
98
+ - lib/appsendr/client.rb
99
+ - lib/appsendr/command.rb
100
+ - lib/appsendr/commands/app.rb
101
+ - lib/appsendr/commands/auth.rb
102
+ - lib/appsendr/commands/base.rb
103
+ - lib/appsendr/commands/build.rb
104
+ - lib/appsendr/commands/deploy.rb
105
+ - lib/appsendr/commands/help.rb
106
+ - lib/appsendr/commands/testers.rb
107
+ - lib/appsendr/commands/version.rb
108
+ - lib/appsendr/constants.rb
109
+ - lib/appsendr/helpers.rb
110
+ has_rdoc: true
111
+ homepage: http://www.appsendr.com/gem
112
+ licenses: []
113
+
114
+ post_install_message:
115
+ rdoc_options:
116
+ - --line-numbers
117
+ - --inline-source
118
+ - --title
119
+ - Appsendr
120
+ - --main
121
+ - README.rdoc
122
+ require_paths:
123
+ - lib
124
+ required_ruby_version: !ruby/object:Gem::Requirement
125
+ none: false
126
+ requirements:
127
+ - - ">="
128
+ - !ruby/object:Gem::Version
129
+ hash: 3
130
+ segments:
131
+ - 0
132
+ version: "0"
133
+ required_rubygems_version: !ruby/object:Gem::Requirement
134
+ none: false
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ hash: 11
139
+ segments:
140
+ - 1
141
+ - 2
142
+ version: "1.2"
143
+ requirements: []
144
+
145
+ rubyforge_project: appsendr
146
+ rubygems_version: 1.3.7
147
+ signing_key:
148
+ specification_version: 3
149
+ summary: A gem that will build and distribute an iphone/ipad app to the web for remote install
150
+ test_files: []
151
+