geoinfo 0.0.3a → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/geoinfo.gemspec +1 -1
  2. data/lib/geoinfo/version.rb +1 -1
  3. metadata +5 -5
data/geoinfo.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["diatm.pravin.it.07.27@gmail.com"]
11
11
  gem.description = %q{find geo info}
12
12
  gem.summary = %q{find geo info}
13
- gem.homepage = "https://github.com/diatmpravin/geoinfo.git"
13
+ # gem.homepage = "https://github.com/diatmpravin/geoinfo.git"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Geoinfo
2
- VERSION = "0.0.3a"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3a
5
- prerelease: 5
4
+ version: 0.0.3
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Pravin Mishra
@@ -45,7 +45,7 @@ files:
45
45
  - lib/geoinfo/string.rb
46
46
  - lib/geoinfo/version.rb
47
47
  - spec/spec_helper.rb
48
- homepage: https://github.com/diatmpravin/geoinfo.git
48
+ homepage:
49
49
  licenses: []
50
50
  post_install_message:
51
51
  rdoc_options: []
@@ -60,9 +60,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
- - - ! '>'
63
+ - - ! '>='
64
64
  - !ruby/object:Gem::Version
65
- version: 1.3.1
65
+ version: '0'
66
66
  requirements: []
67
67
  rubyforge_project:
68
68
  rubygems_version: 1.8.24