vfastdev 0.1.10 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/vfastdev +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f7ecdf7b933adeddd9e52b8dc64888beb9b6b77
4
- data.tar.gz: d9927eebb60b0b50421de554b8ecf3e3d76ee9f9
3
+ metadata.gz: e201ce6224c811f0bcacdc9af9ef7dfade907354
4
+ data.tar.gz: d08735f1631cfeba006aa41ac646b0e76b22841e
5
5
  SHA512:
6
- metadata.gz: 6026a90d195ee48898c97137ec27f7dc5604444a9d9845a6ac2ba76fea409e9e81db198f3626ac2d54171c4e5432a0c8024aaa9ae7b855c2fa0a0720ed47bea7
7
- data.tar.gz: da072d107c2e4a38c1c00433c0ca3bc1aa0fc86bcfe810fad5c21b42964749f6cc03bd5530a32a91baf3ca15360099c786e07a239cc180cf9329048de21e055f
6
+ metadata.gz: fcce8d20dd374c8202c09031075f86d70553ca575c93f2a19cda8f99559ff29d61a067613443f52e871f2b8c96ed33b57c067d63064d705b66a8c710d77a3c63
7
+ data.tar.gz: 89b6792190902674069423587f3f3ad4793b904db65d2dd6a3c73893d98cf42ae0a8613673b584f7414a47a7e5aa2c39ea6cca32cfd8278dc3bcb6c7e5fc1211
data/bin/vfastdev CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
-
2
+ #encoding: utf-8
3
3
  require 'xcodeproj'
4
4
  require 'rexml/document'
5
5
  require 'fileutils'
@@ -49,7 +49,7 @@ EOF
49
49
 
50
50
  class VFastDev
51
51
  def initialize(options)
52
- @version = '0.1.10'
52
+ @version = '0.1.11'
53
53
  @vs_project_names = parse_vs_project_names
54
54
  @vs_framework_dir = 'VSFrameworks'
55
55
  @fastdev_dir = 'FastDev'
@@ -244,7 +244,7 @@ XML
244
244
  begin
245
245
  url = 'http://10.199.214.86:8000/lib/latest_framework_info?app_id=Spec'
246
246
  unless @commit_hash.nil?
247
- url = "http://10.199.214.86:8000/lib/latest_framework_info?app_id=Spec&git_commit_hash=#{@commit_hash}"
247
+ url = "http://10.199.214.86:8000/lib/framework_info?app_id=Spec&git_commit_hash=#{@commit_hash}"
248
248
  end
249
249
  open(url) do |f|
250
250
  puts "静态库版本信息: " + f.read
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vfastdev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sen.Mao