appjam 0.1.8.4 → 0.1.8.5

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.
@@ -87,6 +87,7 @@ module Appjam
87
87
  # Returns true if inside a Appjam application
88
88
  def in_app_root?
89
89
  File.exist?(destination_root('Classes'))
90
+ # Dir.glob("*.xcodeproj").count >= 1
90
91
  end
91
92
 
92
93
  # Returns the field with an unacceptable name(for symbol) else returns nil
@@ -163,7 +163,8 @@ module Appjam
163
163
  class_option :destroy, :aliases => '-d', :default => false, :type => :boolean
164
164
 
165
165
  def in_app_root?
166
- File.exist?('Classes')
166
+ # File.exist?('Classes')
167
+ Dir.glob("*.xcodeproj").count >= 1
167
168
  end
168
169
 
169
170
  def create_git
@@ -1,4 +1,4 @@
1
- info: 0.1.8.4
1
+ info: 0.1.8.5
2
2
  design_pattern:
3
3
  - singleton_macro:
4
4
  - id : git://github.com/cjhanson/Objective-C-Optimized-Singleton.git
@@ -101,7 +101,7 @@ lib:
101
101
  - description : Cocoa plotting framework for Mac OS X and iOS
102
102
  - type : hg
103
103
  - gdata_objectivec_client:
104
- - id : http://gdata-objectivec-client.googlecode.com/svn/trunk/
104
+ - id : http://gdata-objectivec-client.googlecode.com/svn/trunk
105
105
  - name : Corgdata-objectivec-clientePlot
106
106
  - description : Google Data APIs Objective-C Client Library
107
107
  - type : svn
@@ -115,7 +115,76 @@ lib:
115
115
  - name : Log4Cocoa
116
116
  - description : Log4Cocoa is an Objective-C based port of Log4J
117
117
  - type : svn
118
-
118
+ - tapkulibrary:
119
+ - id : git://github.com/devinross/tapkulibrary.git
120
+ - name : TapkuLibrary
121
+ - description : TapkuLibrary Framework
122
+ - briefs:
123
+ - id : git://github.com/capttaco/Briefs.git
124
+ - name : Briefs
125
+ - description : Framework for iPhone wireframes
126
+ - mgt_witter_engine:
127
+ - id : git://github.com/mattgemmell/MGTwitterEngine.git
128
+ - name : MGTwitterEngine
129
+ - description : Objective-C Twitter integration library
130
+ - cedar:
131
+ - id : git://github.com/pivotal/cedar.git
132
+ - name : cedar
133
+ - description : BDD-style testing using Objective-C
134
+ - af_networking:
135
+ - id : git://github.com/gowalla/AFNetworking.git
136
+ - name : AFNetworking
137
+ - description : A delightful iOS networking library with NSOperations and block-based callbacks
138
+ - route_me:
139
+ - id : git://github.com/route-me/route-me.git
140
+ - name : route-me
141
+ - description : Open source map library for iOS
142
+ - lr_resty:
143
+ - id : git://github.com/lukeredpath/LRResty.git
144
+ - name : LRResty
145
+ - description : Yet another Objective-C REST client library
146
+ - wa_toolkit_ios:
147
+ - id : git://github.com/microsoft-dpe/wa-toolkit-ios.git
148
+ - name : wa-toolkit-ios
149
+ - description : windows azure toolkit for ios - library (source and compiled)
150
+ - opencv_ios:
151
+ - id : git://github.com/macmade/OpenCV-iOS.git
152
+ - name : OpenCV-iOS
153
+ - description : a port of the OpenCV library for Apple iOS
154
+ - fremont:
155
+ - id : git://github.com/BigHillSoftware/Fremont.git
156
+ - name : Fremont
157
+ - description : an library which provides serialization between XML documents and ObjC object
158
+ - simpleGeo_framework:
159
+ - id : git://github.com/simplegeo/SimpleGeo.framework.git
160
+ - name : SimpleGeo.framework
161
+ - description : Objective-C client library for SimpleGeo
162
+ - touch_rss:
163
+ - id : git://github.com/TouchCode/TouchRSS.git
164
+ - name : TouchRSS
165
+ - description : Simple iPhpne RSS reading library
166
+ - yos_social_objc:
167
+ - id : git://github.com/yahoo/yos-social-objc.git
168
+ - name : yos-social-objc
169
+ - description : Yahoo! Social SDK
170
+ - deferred_kit:
171
+ - id : git://github.com/samuraisam/DeferredKit.git
172
+ - name : DeferredKit
173
+ - description : Asynchronous programming library for cocoa and cocoa touch.
174
+ - wonderxml:
175
+ - id : http://wonderxml.googlecode.com/svn/trunk
176
+ - name : WonderXml
177
+ - description : a simple objective-c library to serialize objects to XML and back again.
178
+ - type : svn
179
+ - restkit:
180
+ - id : git://github.com/RestKit/RestKit.git
181
+ - name : RestKit
182
+ - description : framework for consuming and modeling RESTful web resources on iOS and OS X
183
+ - rapture_xml:
184
+ - id : git://github.com/ZaBlanc/RaptureXML.git
185
+ - name : RaptureXML
186
+ - description : A simple block-based XML API for iOS and Mac development
187
+
119
188
  utiliy:
120
189
  - get_ip_address:
121
190
  - id : 986132
@@ -301,7 +370,7 @@ utiliy:
301
370
  - name : TISwipeableTableView
302
371
  - description : swipe a UITableViewCell and reveal a back view
303
372
  - google_toolbox_for_mac:
304
- - id : http://google-toolbox-for-mac.googlecode.com/svn/trunk/
373
+ - id : http://google-toolbox-for-mac.googlecode.com/svn/trunk
305
374
  - name : GoogleToolboxforMac
306
375
  - description : Google projects for developers working other Mac projects
307
376
  - type : svn
@@ -321,13 +390,147 @@ utiliy:
321
390
  - id : git://github.com/doukasd/iOS-Components.git
322
391
  - name : iOS_Components
323
392
  - description : Misc components for the iOS
393
+ - libcat:
394
+ - id : git://github.com/wookay/libcat.git
395
+ - name : libcat
396
+ - description : interactive iPhone application development
397
+ - share_kit:
398
+ - id : git://github.com/ideashower/ShareKit.git
399
+ - name : ShareKit
400
+ - description : Drop in sharing features for all iPhone and iPad apps
401
+ - pull_to_refresh:
402
+ - id : git://github.com/leah/PullToRefresh.git
403
+ - name : PullToRefresh
404
+ - description : A simple Controller for adding pull-to-refresh functionality
405
+ - leaves:
406
+ - id : git://github.com/brow/leaves.git
407
+ - name : Leaves
408
+ - description : An iBooks-like page-turning interface for iPhone and iPad
409
+ - bamboo:
410
+ - id : git://github.com/ryanscott/bamboo.git
411
+ - name : Bamboo
412
+ - description : a lightweight library of facebook's graph api
413
+ - fb_dialog:
414
+ - id : git://github.com/cglong/FBDialog.git
415
+ - name : FBDialog
416
+ - description : a lightweight library
417
+ - hj_cache:
418
+ - id : git://github.com/markofjohnson/HJCache.git
419
+ - name : HJCache
420
+ - description : iOS asynchronous download and sharing and caching library
421
+ - quick_dialog:
422
+ - id : git://github.com/escoz/QuickDialog.git
423
+ - name : QuickDialog
424
+ - description : Quick and easy dialog screens for iOS
425
+ - DKSocial:
426
+ - id : git://github.com/keithpitt/DKSocial.git
427
+ - name : DKSocial
428
+ - description : A block based API to interact with Twitter and Facebook
429
+ - share_kit:
430
+ - id : git://github.com/ShareKit/ShareKit.git
431
+ - name : ShareKit
432
+ - description : Drop in sharing features for all iPhone and iPad apps
433
+ - elc_image_picker_controller:
434
+ - id : git://github.com/elc/ELCImagePickerController.git
435
+ - name : ELCImagePickerController
436
+ - description : A clone of the UIImagePickerController allowing for multiple asset selection
437
+ - cl_cascade:
438
+ - id : git://github.com/appunite/CLCascade.git
439
+ - name : CLCascade
440
+ - description : Twitter-like cascade UI library
441
+ - coconut_kit:
442
+ - id : git://github.com/defagos/CoconutKit.git
443
+ - name : CoconutKit
444
+ - description : CoconutKit is a library of high-quality iOS components
445
+ - flicktabcontrol:
446
+ - id : git://github.com/enormego/flicktabcontrol.git
447
+ - name : flicktabcontrol
448
+ - description : FlickTabControl is an easy to use library of the "Flick" tab bar
449
+ - plain_oauth:
450
+ - id : git://github.com/jaanus/PlainOAuth.git
451
+ - name : PlainOAuth
452
+ - description : A plain OAuth library in Objective-C
453
+ - md_audio_player_controller:
454
+ - id : git://github.com/mattdonnelly/MDAudioPlayerController.git
455
+ - name : MDAudioPlayerController
456
+ - description : library for iPhone used to play MP3 files
457
+ - photo_appLink:
458
+ - id : git://github.com/pocketpixels/PhotoAppLink.git
459
+ - name : PhotoAppLink
460
+ - description : iOS library for connecting photo editing apps
461
+ - accordion:
462
+ - id : git://github.com/nacho4d/Accordion.git
463
+ - name : Accordion
464
+ - description : a small library for iOS that implements file navigation using accordions
465
+ - fb_encryptor:
466
+ - id : git://github.com/dev5tec/FBEncryptor.git
467
+ - name : FBEncryptor
468
+ - description : Easy Encryption library (CCCrypt wrapper AES 256bit support)
469
+ - imagestore:
470
+ - id : git://github.com/psychs/imagestore.git
471
+ - name : imagestore
472
+ - description : A library to download and cache images automatically
473
+ - build_kit:
474
+ - id : git://github.com/davidmorford/BuildKit.git
475
+ - name : BuildKit
476
+ - description : A structured project layout with configurations
477
+ - iBoost:
478
+ - id : git://github.com/ZaBlanc/iBoost.git
479
+ - name : iBoost
480
+ - description : Rapid Objective-C Interface Development System
324
481
 
325
482
  app:
326
483
  - mobile_terminal:
327
484
  - id : http://mobileterminal.googlecode.com/svn/
328
485
  - name : MobileTerminal
329
486
  - description : A GUI Terminal application for the iPhone
330
- - type : svn
487
+ - type : svn
488
+ - appsales_mobile:
489
+ - id : git://github.com/omz/AppSales-Mobile.git
490
+ - name : AppSales-Mobile
491
+ - description : download and analyze sales reports from iTunes Connect.
492
+ - nib2objc:
493
+ - id : git://github.com/akosma/nib2objc.git
494
+ - name : nib2objc
495
+ - description : transform NIB files for the iPhone into Objective-C code files
496
+ - lastfm:
497
+ - id : git://github.com/c99koder/lastfm-iphone.git
498
+ - name : lastfm
499
+ - description : The official Last.fm iPhone application
500
+ - photo_viewer:
501
+ - id : git://github.com/enormego/PhotoViewer.git
502
+ - name : PhotoViewer
503
+ - description : Quick PhotoViewer for the iPhone
504
+ - kt_photo_browser:
505
+ - id : git://github.com/kirbyt/KTPhotoBrowser.git
506
+ - name : KTPhotoBrowser
507
+ - description : a lightweight photo browser library for the iPhone
508
+ - mov_io:
509
+ - id : git://github.com/holtwick/mov.io.git
510
+ - name : mov.io
511
+ - description : app capture and share your video on twitter
512
+ - movis:
513
+ - id : git://github.com/wientjes/Movis.git
514
+ - name : Movis
515
+ - description : Movis is a mobile video sharing application
516
+ - let_s_share:
517
+ - id : git://github.com/nvrooij/Let-s-Share.git
518
+ - name : Let-s-Share
519
+ - description : app sharing contacts and photo's over a bluetooth connection
520
+
521
+ game:
522
+ - tweejump:
523
+ - id : git://github.com/haqu/tweejump.git
524
+ - name : tweejump
525
+ - description : iPhone game
526
+ - physics_game:
527
+ - id : git://github.com/beepscore/PhysicsGame.git
528
+ - name : PhysicsGame
529
+ - description : Physics Game Snowball Toss
530
+ - game_kit_p2p:
531
+ - id : git://github.com/shrtlist/GameKitP2P.git
532
+ - name : GameKitP2P
533
+ - description : Peer-to-peer networking using iPhone OS 3.0 GameKit
331
534
 
332
535
  snippet:
333
536
  - common_macro:
@@ -34,7 +34,8 @@ module Appjam
34
34
  class_option :destroy, :aliases => '-d', :default => false, :type => :boolean
35
35
 
36
36
  def in_app_root?
37
- File.exist?('Classes')
37
+ # File.exist?('Classes')
38
+ Dir.glob("*.xcodeproj").count >= 1
38
39
  end
39
40
 
40
41
  def create_jam
@@ -167,7 +167,8 @@ module Appjam
167
167
  class_option :destroy, :aliases => '-d', :default => false, :type => :boolean
168
168
 
169
169
  def in_app_root?
170
- File.exist?('Classes')
170
+ # File.exist?('Classes')
171
+ Dir.glob("*.xcodeproj").count >= 1
171
172
  end
172
173
 
173
174
  def create_lib
@@ -29,7 +29,8 @@ module Appjam
29
29
  argument :name, :desc => "The name of option"
30
30
 
31
31
  def in_app_root?
32
- File.exist?('Classes')
32
+ # File.exist?('Classes')
33
+ Dir.glob("*.xcodeproj").count >= 1
33
34
  end
34
35
 
35
36
  def create_search
@@ -3,7 +3,7 @@ module Appjam
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  PATCH = 8
6
- BUILD = '4'
6
+ BUILD = '5'
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').chomp('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appjam
3
3
  version: !ruby/object:Gem::Version
4
- hash: 111
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 1
9
8
  - 8
10
- - 4
11
- version: 0.1.8.4
9
+ - 5
10
+ version: 0.1.8.5
12
11
  platform: ruby
13
12
  authors:
14
13
  - Eiffel Q
@@ -16,394 +15,342 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2011-07-19 00:00:00 +08:00
18
+ date: 2011-11-25 00:00:00 +08:00
20
19
  default_executable: appjam
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
23
- type: :runtime
22
+ name: thor
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
25
  - - ">="
28
26
  - !ruby/object:Gem::Version
29
- hash: 3
30
27
  segments:
31
28
  - 0
32
29
  version: "0"
33
- name: thor
30
+ type: :runtime
34
31
  version_requirements: *id001
35
32
  prerelease: false
36
33
  - !ruby/object:Gem::Dependency
37
- type: :runtime
34
+ name: activesupport
38
35
  requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
36
  requirements:
41
37
  - - ">="
42
38
  - !ruby/object:Gem::Version
43
- hash: 3
44
39
  segments:
45
40
  - 0
46
41
  version: "0"
47
- name: activesupport
42
+ type: :runtime
48
43
  version_requirements: *id002
49
44
  prerelease: false
50
45
  - !ruby/object:Gem::Dependency
51
- type: :runtime
46
+ name: cli-colorize
52
47
  requirement: &id003 !ruby/object:Gem::Requirement
53
- none: false
54
48
  requirements:
55
49
  - - ">="
56
50
  - !ruby/object:Gem::Version
57
- hash: 3
58
51
  segments:
59
52
  - 0
60
53
  version: "0"
61
- name: cli-colorize
54
+ type: :runtime
62
55
  version_requirements: *id003
63
56
  prerelease: false
64
57
  - !ruby/object:Gem::Dependency
65
- type: :runtime
58
+ name: hirb
66
59
  requirement: &id004 !ruby/object:Gem::Requirement
67
- none: false
68
60
  requirements:
69
61
  - - ">="
70
62
  - !ruby/object:Gem::Version
71
- hash: 3
72
63
  segments:
73
64
  - 0
74
65
  version: "0"
75
- name: hirb
66
+ type: :runtime
76
67
  version_requirements: *id004
77
68
  prerelease: false
78
69
  - !ruby/object:Gem::Dependency
79
- type: :development
70
+ name: rake
80
71
  requirement: &id005 !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ~>
73
+ - - "="
84
74
  - !ruby/object:Gem::Version
85
- hash: 63
86
75
  segments:
87
76
  - 0
88
77
  - 9
89
78
  - 2
90
79
  version: 0.9.2
91
- name: rake
80
+ type: :development
92
81
  version_requirements: *id005
93
82
  prerelease: false
94
83
  - !ruby/object:Gem::Dependency
95
- type: :development
84
+ name: mocha
96
85
  requirement: &id006 !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
87
  - - ">="
100
88
  - !ruby/object:Gem::Version
101
- hash: 43
102
89
  segments:
103
90
  - 0
104
91
  - 9
105
92
  - 8
106
93
  version: 0.9.8
107
- name: mocha
94
+ type: :development
108
95
  version_requirements: *id006
109
96
  prerelease: false
110
97
  - !ruby/object:Gem::Dependency
111
- type: :development
98
+ name: rack-test
112
99
  requirement: &id007 !ruby/object:Gem::Requirement
113
- none: false
114
100
  requirements:
115
101
  - - ">="
116
102
  - !ruby/object:Gem::Version
117
- hash: 11
118
103
  segments:
119
104
  - 0
120
105
  - 5
121
106
  - 0
122
107
  version: 0.5.0
123
- name: rack-test
108
+ type: :development
124
109
  version_requirements: *id007
125
110
  prerelease: false
126
111
  - !ruby/object:Gem::Dependency
127
- type: :development
112
+ name: fakeweb
128
113
  requirement: &id008 !ruby/object:Gem::Requirement
129
- none: false
130
114
  requirements:
131
115
  - - ">="
132
116
  - !ruby/object:Gem::Version
133
- hash: 15
134
117
  segments:
135
118
  - 1
136
119
  - 2
137
120
  - 8
138
121
  version: 1.2.8
139
- name: fakeweb
122
+ type: :development
140
123
  version_requirements: *id008
141
124
  prerelease: false
142
125
  - !ruby/object:Gem::Dependency
143
- type: :development
126
+ name: webrat
144
127
  requirement: &id009 !ruby/object:Gem::Requirement
145
- none: false
146
128
  requirements:
147
129
  - - "="
148
130
  - !ruby/object:Gem::Version
149
- hash: 9
150
131
  segments:
151
132
  - 0
152
133
  - 5
153
134
  - 1
154
135
  version: 0.5.1
155
- name: webrat
136
+ type: :development
156
137
  version_requirements: *id009
157
138
  prerelease: false
158
139
  - !ruby/object:Gem::Dependency
159
- type: :development
140
+ name: shoulda
160
141
  requirement: &id010 !ruby/object:Gem::Requirement
161
- none: false
162
142
  requirements:
163
143
  - - ">="
164
144
  - !ruby/object:Gem::Version
165
- hash: 33
166
145
  segments:
167
146
  - 2
168
147
  - 10
169
148
  - 3
170
149
  version: 2.10.3
171
- name: shoulda
150
+ type: :development
172
151
  version_requirements: *id010
173
152
  prerelease: false
174
153
  - !ruby/object:Gem::Dependency
175
- type: :development
154
+ name: uuid
176
155
  requirement: &id011 !ruby/object:Gem::Requirement
177
- none: false
178
156
  requirements:
179
157
  - - ">="
180
158
  - !ruby/object:Gem::Version
181
- hash: 1
182
159
  segments:
183
160
  - 2
184
161
  - 3
185
162
  - 1
186
163
  version: 2.3.1
187
- name: uuid
164
+ type: :development
188
165
  version_requirements: *id011
189
166
  prerelease: false
190
167
  - !ruby/object:Gem::Dependency
191
- type: :development
168
+ name: builder
192
169
  requirement: &id012 !ruby/object:Gem::Requirement
193
- none: false
194
170
  requirements:
195
171
  - - ">="
196
172
  - !ruby/object:Gem::Version
197
- hash: 15
198
173
  segments:
199
174
  - 2
200
175
  - 1
201
176
  - 2
202
177
  version: 2.1.2
203
- name: builder
178
+ type: :development
204
179
  version_requirements: *id012
205
180
  prerelease: false
206
181
  - !ruby/object:Gem::Dependency
207
- type: :development
182
+ name: jeweler
208
183
  requirement: &id013 !ruby/object:Gem::Requirement
209
- none: false
210
184
  requirements:
211
185
  - - ~>
212
186
  - !ruby/object:Gem::Version
213
- hash: 7
214
187
  segments:
215
188
  - 1
216
189
  - 5
217
190
  - 2
218
191
  version: 1.5.2
219
- name: jeweler
192
+ type: :development
220
193
  version_requirements: *id013
221
194
  prerelease: false
222
195
  - !ruby/object:Gem::Dependency
223
- type: :development
196
+ name: rcov
224
197
  requirement: &id014 !ruby/object:Gem::Requirement
225
- none: false
226
198
  requirements:
227
199
  - - ~>
228
200
  - !ruby/object:Gem::Version
229
- hash: 43
230
201
  segments:
231
202
  - 0
232
203
  - 9
233
204
  - 8
234
205
  version: 0.9.8
235
- name: rcov
206
+ type: :development
236
207
  version_requirements: *id014
237
208
  prerelease: false
238
209
  - !ruby/object:Gem::Dependency
239
- type: :development
210
+ name: grit
240
211
  requirement: &id015 !ruby/object:Gem::Requirement
241
- none: false
242
212
  requirements:
243
213
  - - ">="
244
214
  - !ruby/object:Gem::Version
245
- hash: 3
246
215
  segments:
247
216
  - 0
248
217
  version: "0"
249
- name: grit
218
+ type: :development
250
219
  version_requirements: *id015
251
220
  prerelease: false
252
221
  - !ruby/object:Gem::Dependency
253
- type: :development
222
+ name: i18n
254
223
  requirement: &id016 !ruby/object:Gem::Requirement
255
- none: false
256
224
  requirements:
257
225
  - - ">="
258
226
  - !ruby/object:Gem::Version
259
- hash: 3
260
227
  segments:
261
228
  - 0
262
229
  version: "0"
263
- name: i18n
230
+ type: :development
264
231
  version_requirements: *id016
265
232
  prerelease: false
266
233
  - !ruby/object:Gem::Dependency
267
- type: :development
234
+ name: rdoc
268
235
  requirement: &id017 !ruby/object:Gem::Requirement
269
- none: false
270
236
  requirements:
271
237
  - - ">="
272
238
  - !ruby/object:Gem::Version
273
- hash: 3
274
239
  segments:
275
240
  - 0
276
241
  version: "0"
277
- name: rdoc
242
+ type: :development
278
243
  version_requirements: *id017
279
244
  prerelease: false
280
245
  - !ruby/object:Gem::Dependency
281
- type: :development
246
+ name: yajl-ruby
282
247
  requirement: &id018 !ruby/object:Gem::Requirement
283
- none: false
284
248
  requirements:
285
249
  - - ">="
286
250
  - !ruby/object:Gem::Version
287
- hash: 3
288
251
  segments:
289
252
  - 0
290
253
  version: "0"
291
- name: yajl-ruby
254
+ type: :development
292
255
  version_requirements: *id018
293
256
  prerelease: false
294
257
  - !ruby/object:Gem::Dependency
295
- type: :development
258
+ name: ruby-prof
296
259
  requirement: &id019 !ruby/object:Gem::Requirement
297
- none: false
298
260
  requirements:
299
261
  - - ">="
300
262
  - !ruby/object:Gem::Version
301
- hash: 57
302
263
  segments:
303
264
  - 0
304
265
  - 9
305
266
  - 1
306
267
  version: 0.9.1
307
- name: ruby-prof
268
+ type: :development
308
269
  version_requirements: *id019
309
270
  prerelease: false
310
271
  - !ruby/object:Gem::Dependency
311
- type: :development
272
+ name: system_timer
312
273
  requirement: &id020 !ruby/object:Gem::Requirement
313
- none: false
314
274
  requirements:
315
275
  - - ">="
316
276
  - !ruby/object:Gem::Version
317
- hash: 15
318
277
  segments:
319
278
  - 1
320
279
  - 0
321
280
  version: "1.0"
322
- name: system_timer
281
+ type: :development
323
282
  version_requirements: *id020
324
283
  prerelease: false
325
284
  - !ruby/object:Gem::Dependency
326
- type: :runtime
285
+ name: activesupport
327
286
  requirement: &id021 !ruby/object:Gem::Requirement
328
- none: false
329
287
  requirements:
330
288
  - - ">="
331
289
  - !ruby/object:Gem::Version
332
- hash: 3
333
290
  segments:
334
291
  - 0
335
292
  version: "0"
336
- name: activesupport
293
+ type: :runtime
337
294
  version_requirements: *id021
338
295
  prerelease: false
339
296
  - !ruby/object:Gem::Dependency
340
- type: :runtime
297
+ name: grit
341
298
  requirement: &id022 !ruby/object:Gem::Requirement
342
- none: false
343
299
  requirements:
344
300
  - - ">="
345
301
  - !ruby/object:Gem::Version
346
- hash: 3
347
302
  segments:
348
303
  - 0
349
304
  version: "0"
350
- name: grit
305
+ type: :runtime
351
306
  version_requirements: *id022
352
307
  prerelease: false
353
308
  - !ruby/object:Gem::Dependency
354
- type: :runtime
309
+ name: i18n
355
310
  requirement: &id023 !ruby/object:Gem::Requirement
356
- none: false
357
311
  requirements:
358
312
  - - ">="
359
313
  - !ruby/object:Gem::Version
360
- hash: 3
361
314
  segments:
362
315
  - 0
363
316
  version: "0"
364
- name: i18n
317
+ type: :runtime
365
318
  version_requirements: *id023
366
319
  prerelease: false
367
320
  - !ruby/object:Gem::Dependency
368
- type: :runtime
321
+ name: hirb
369
322
  requirement: &id024 !ruby/object:Gem::Requirement
370
- none: false
371
323
  requirements:
372
324
  - - ">="
373
325
  - !ruby/object:Gem::Version
374
- hash: 3
375
326
  segments:
376
327
  - 0
377
328
  version: "0"
378
- name: hirb
329
+ type: :runtime
379
330
  version_requirements: *id024
380
331
  prerelease: false
381
332
  - !ruby/object:Gem::Dependency
382
- type: :runtime
333
+ name: cli-colorize
383
334
  requirement: &id025 !ruby/object:Gem::Requirement
384
- none: false
385
335
  requirements:
386
336
  - - ">="
387
337
  - !ruby/object:Gem::Version
388
- hash: 3
389
338
  segments:
390
339
  - 0
391
340
  version: "0"
392
- name: cli-colorize
341
+ type: :runtime
393
342
  version_requirements: *id025
394
343
  prerelease: false
395
344
  - !ruby/object:Gem::Dependency
396
- type: :runtime
345
+ name: rdoc
397
346
  requirement: &id026 !ruby/object:Gem::Requirement
398
- none: false
399
347
  requirements:
400
348
  - - ">="
401
349
  - !ruby/object:Gem::Version
402
- hash: 3
403
350
  segments:
404
351
  - 0
405
352
  version: "0"
406
- name: rdoc
353
+ type: :runtime
407
354
  version_requirements: *id026
408
355
  prerelease: false
409
356
  description: Appjam is iOS code repository, including framework, snippet, generators, etc.
@@ -512,10 +459,6 @@ files:
512
459
  - lib/appjam/view.rb
513
460
  - LICENSE.txt
514
461
  - README.md
515
- - test/helper.rb
516
- - test/test_model_generator.rb
517
- - test/test_project_generator.rb
518
- - bin/appjam
519
462
  has_rdoc: true
520
463
  homepage: http://github.com/eiffelqiu/appjam
521
464
  licenses:
@@ -526,27 +469,23 @@ rdoc_options: []
526
469
  require_paths:
527
470
  - lib
528
471
  required_ruby_version: !ruby/object:Gem::Requirement
529
- none: false
530
472
  requirements:
531
473
  - - ">="
532
474
  - !ruby/object:Gem::Version
533
- hash: 3
534
475
  segments:
535
476
  - 0
536
477
  version: "0"
537
478
  required_rubygems_version: !ruby/object:Gem::Requirement
538
- none: false
539
479
  requirements:
540
480
  - - ">="
541
481
  - !ruby/object:Gem::Version
542
- hash: 3
543
482
  segments:
544
483
  - 0
545
484
  version: "0"
546
485
  requirements: []
547
486
 
548
487
  rubyforge_project:
549
- rubygems_version: 1.5.3
488
+ rubygems_version: 1.3.6
550
489
  signing_key:
551
490
  specification_version: 3
552
491
  summary: Appjam is an iOS code repository, including framework, snippet, generators, etc.