nanping 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -15,7 +15,7 @@ nanping adds the `iosbuild` command to your PATH:
15
15
 
16
16
  $ iosbuild
17
17
 
18
- Build and distribute iOS apps (.ipa files)
18
+ Tweak plist settings
19
19
 
20
20
  Commands:
21
21
  help Display global or [command] help documentation.
data/bin/iosbuild CHANGED
@@ -6,7 +6,7 @@ Dotenv.load
6
6
  require 'commander/import'
7
7
 
8
8
  $:.push File.expand_path("../../lib", __FILE__)
9
- require 'iosbuild'
9
+ require 'nanping'
10
10
 
11
11
  HighLine.track_eof = false # Fix for built-in Ruby
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Nanping
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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: 2014-02-17 00:00:00.000000000 Z
12
+ date: 2014-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: commander
@@ -51,13 +51,11 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
53
  - ./Gemfile
54
- - ./Gemfile.lock
55
54
  - ./lib/nanping/commands/plist.rb
56
55
  - ./lib/nanping/commands.rb
57
56
  - ./lib/nanping/version.rb
58
57
  - ./lib/nanping.rb
59
58
  - ./LICENSE
60
- - ./nanping-0.0.2.gem
61
59
  - ./nanping.gemspec
62
60
  - ./Rakefile
63
61
  - ./README.md
@@ -74,18 +72,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
72
  - - ! '>='
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
- segments:
78
- - 0
79
- hash: -2322967315862576469
80
75
  required_rubygems_version: !ruby/object:Gem::Requirement
81
76
  none: false
82
77
  requirements:
83
78
  - - ! '>='
84
79
  - !ruby/object:Gem::Version
85
80
  version: '0'
86
- segments:
87
- - 0
88
- hash: -2322967315862576469
89
81
  requirements: []
90
82
  rubyforge_project:
91
83
  rubygems_version: 1.8.23
@@ -93,3 +85,4 @@ signing_key:
93
85
  specification_version: 3
94
86
  summary: nanping
95
87
  test_files: []
88
+ has_rdoc:
data/Gemfile.lock DELETED
@@ -1,20 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- nanping (0.0.3)
5
- commander (~> 4.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- commander (4.1.6)
11
- highline (~> 1.6.11)
12
- highline (1.6.20)
13
- rake (10.1.1)
14
-
15
- PLATFORMS
16
- ruby
17
-
18
- DEPENDENCIES
19
- nanping!
20
- rake
data/nanping-0.0.2.gem DELETED
Binary file