phonegap 0.2.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.
@@ -0,0 +1,10 @@
1
+ require 'rubygems'
2
+ require 'test/unit'
3
+ require 'shoulda'
4
+
5
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
7
+ require 'phonegap'
8
+
9
+ class Test::Unit::TestCase
10
+ end
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phonegap
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - Brian LeRoux
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-07-24 00:00:00 -07:00
13
+ default_executable: phonegap
14
+ dependencies: []
15
+
16
+ description:
17
+ email: brian@westcoastlogic.com
18
+ executables:
19
+ - phonegap
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README.md
25
+ files:
26
+ - .document
27
+ - .gitignore
28
+ - LICENSE
29
+ - README.md
30
+ - Rakefile
31
+ - VERSION
32
+ - bin/phonegap
33
+ - lib/devices/android.rb
34
+ - lib/devices/blackberry.rb
35
+ - lib/devices/iphone.rb
36
+ - lib/generate/config/android-dev-cert.txt
37
+ - lib/generate/config/blackberry-dev-cert.txt
38
+ - lib/generate/config/bootstrap.js
39
+ - lib/generate/config/iphone-dev-cert.txt
40
+ - lib/generate/www/assets/css/master.css
41
+ - lib/generate/www/assets/js/phongap.js
42
+ - lib/generate/www/index.html
43
+ - lib/phonegap.rb
44
+ - phonegap.gemspec
45
+ - test/phonegap-dev_test.rb
46
+ - test/test_helper.rb
47
+ has_rdoc: true
48
+ homepage: http://github.com/brianleroux/phonegap-dev
49
+ licenses: []
50
+
51
+ post_install_message:
52
+ rdoc_options:
53
+ - --charset=UTF-8
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
67
+ version:
68
+ requirements: []
69
+
70
+ rubyforge_project: phonegap
71
+ rubygems_version: 1.3.5
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: Command line utilities for PhoneGap.
75
+ test_files:
76
+ - test/phonegap-dev_test.rb
77
+ - test/test_helper.rb