vgh 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/vgh/version.rb +1 -1
  2. data/vgh.gemspec +1 -1
  3. metadata +4 -4
data/lib/vgh/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module VGH
2
2
  # Version number
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
 
5
5
  # Returns the version number
6
6
  def version
data/vgh.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["vgit@vladgh.com"]
11
11
  gem.description = %q{Vlad's custom scripts}
12
12
  gem.summary = %q{A collection of custom scripts used on VladGh.com}
13
- gem.homepage = "https://github.com/vgh/vscripts"
13
+ gem.homepage = "https://github.com/vladgh/vgh"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vgh
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vlad Ghinea
@@ -145,7 +145,7 @@ files:
145
145
  - spec/spec_helper.rb
146
146
  - tasks/documentation.rake
147
147
  - vgh.gemspec
148
- homepage: https://github.com/vgh/vscripts
148
+ homepage: https://github.com/vladgh/vgh
149
149
  licenses: []
150
150
 
151
151
  post_install_message: