pori 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/lib/pori/version.rb +1 -1
  3. data/pori.gemspec +1 -0
  4. metadata +1 -1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pori
2
2
 
3
- A command line toos for Bitbucket to create repository.
3
+ A command line toos for Bitbucket to create repository.(only git)
4
4
 
5
5
  ## Installation
6
6
 
data/lib/pori/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pori
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
data/pori.gemspec CHANGED
@@ -4,6 +4,7 @@ require File.expand_path('../lib/pori/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Akira Maeda"]
6
6
  gem.email = ["glidenote@gmail.com"]
7
+ gem.homepage = ["https://github.com/glidenote/pori"]
7
8
  gem.summary = %q{A command line tool for Bitbucket to create repositories.}
8
9
  gem.homepage = ""
9
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pori
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: