nanping 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/bin/iosbuild CHANGED
@@ -21,4 +21,4 @@ global_option('--verbose') { $verbose = true }
21
21
 
22
22
  default_command :help
23
23
 
24
- require 'iosbuild/commands'
24
+ require 'nanping/commands'
@@ -1,3 +1,3 @@
1
1
  module Nanping
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
data/nanping-0.0.5.gem ADDED
Binary file
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,6 +56,7 @@ files:
56
56
  - ./lib/nanping/version.rb
57
57
  - ./lib/nanping.rb
58
58
  - ./LICENSE
59
+ - ./nanping-0.0.5.gem
59
60
  - ./nanping.gemspec
60
61
  - ./Rakefile
61
62
  - ./README.md