nanping 0.0.2 → 0.0.3

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nanping (0.0.2)
4
+ nanping (0.0.3)
5
5
  commander (~> 4.1)
6
6
 
7
7
  GEM
data/bin/iosbuild CHANGED
@@ -14,7 +14,7 @@ program :version, Iosbuild::VERSION
14
14
  program :description, 'Tweak plist file for iOS apps'
15
15
 
16
16
  program :help, 'Author', 'Uday Pandey <uday.pandey@gmail.com>'
17
- program :help, 'Website', 'http://www.thirstysea.com'
17
+ program :help, 'Website', 'https://github.com/udaypandey/nanping'
18
18
  program :help_formatter, :compact
19
19
 
20
20
  global_option('--verbose') { $verbose = true }
@@ -1,3 +1,3 @@
1
1
  module Nanping
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
data/nanping-0.0.2.gem ADDED
Binary file
data/nanping.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.name = "nanping"
8
8
  s.authors = ["Uday Pandey"]
9
9
  s.email = "uday.pandey@gmail.com"
10
- s.homepage = "http://www.thirstysea.com"
10
+ s.homepage = "https://github.com/udaypandey/nanping"
11
11
  s.version = Nanping::VERSION
12
12
  s.platform = Gem::Platform::RUBY
13
13
  s.summary = "nanping"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -57,11 +57,12 @@ files:
57
57
  - ./lib/nanping/version.rb
58
58
  - ./lib/nanping.rb
59
59
  - ./LICENSE
60
+ - ./nanping-0.0.2.gem
60
61
  - ./nanping.gemspec
61
62
  - ./Rakefile
62
63
  - ./README.md
63
64
  - bin/iosbuild
64
- homepage: http://www.thirstysea.com
65
+ homepage: https://github.com/udaypandey/nanping
65
66
  licenses: []
66
67
  post_install_message:
67
68
  rdoc_options: []
@@ -75,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
76
  version: '0'
76
77
  segments:
77
78
  - 0
78
- hash: -3209077475851919709
79
+ hash: -2322967315862576469
79
80
  required_rubygems_version: !ruby/object:Gem::Requirement
80
81
  none: false
81
82
  requirements:
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  version: '0'
85
86
  segments:
86
87
  - 0
87
- hash: -3209077475851919709
88
+ hash: -2322967315862576469
88
89
  requirements: []
89
90
  rubyforge_project:
90
91
  rubygems_version: 1.8.23