appjam 0.1.8.10 → 0.1.8.11

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.
@@ -60,7 +60,7 @@ module Appjam
60
60
  system "mkdir -p #{appjam_dir}" unless File.exist?(appjam_dir)
61
61
  begin
62
62
  puts "fetching new gist list from server ... "
63
- page_source = Net::HTTP.get(URI.parse("http://eiffelqiu.github.com/appjam/gist.yml"))
63
+ page_source = Net::HTTP.get(URI.parse("http://eiffelqiu.github.io/appjam/gist.yml"))
64
64
  File.open(appjam_gist, 'w') {|f| f.write(page_source) }
65
65
  rescue SocketError => e
66
66
  puts "can not access github.com, back to local version gist.yml"
@@ -48,10 +48,10 @@ module Appjam
48
48
  opt = [
49
49
  { :category => "generator", :command => "appjam start demo", :description => "generate a starter ARC iOS project with most popular frameworks included"},
50
50
  { :category => "puremvc", :command => "appjam mvc_project todo", :description => "generate puremvc iOS project"},
51
- { :category => "puremvc", :command => "appjam mvc_model user", :description => "generate puremvc model"}
51
+ { :category => "puremvc", :command => "appjam mvc_model user", :description => "generate puremvc model"}
52
52
  ]
53
53
  View.render(opt, RENDER_OPTIONS)
54
- puts
54
+ puts
55
55
  g.each_pair {|key,value|
56
56
  gitopt = []
57
57
  gname = key.downcase.gsub('_',' ')
@@ -3,7 +3,7 @@ module Appjam
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  PATCH = 8
6
- BUILD = '10'
6
+ BUILD = '11'
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').chomp('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appjam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.10
4
+ version: 0.1.8.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-25 00:00:00.000000000 Z
12
+ date: 2013-06-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -283,6 +283,22 @@ dependencies:
283
283
  - - ! '>='
284
284
  - !ruby/object:Gem::Version
285
285
  version: '0'
286
+ - !ruby/object:Gem::Dependency
287
+ name: plist
288
+ requirement: !ruby/object:Gem::Requirement
289
+ none: false
290
+ requirements:
291
+ - - ! '>='
292
+ - !ruby/object:Gem::Version
293
+ version: '0'
294
+ type: :development
295
+ prerelease: false
296
+ version_requirements: !ruby/object:Gem::Requirement
297
+ none: false
298
+ requirements:
299
+ - - ! '>='
300
+ - !ruby/object:Gem::Version
301
+ version: '0'
286
302
  - !ruby/object:Gem::Dependency
287
303
  name: ruby-prof
288
304
  requirement: !ruby/object:Gem::Requirement
@@ -915,7 +931,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
915
931
  version: '0'
916
932
  segments:
917
933
  - 0
918
- hash: 1366033787270167971
934
+ hash: -183612618248739655
919
935
  required_rubygems_version: !ruby/object:Gem::Requirement
920
936
  none: false
921
937
  requirements: