goku 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/goku/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab69049573bbbf37b29caa16b75947e718e60631
|
4
|
+
data.tar.gz: bdee2f69afed4453b394dffc810a1e57d5e1f30a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c78e1c4f644402c5a821d343a7175648beff267d32668865ae68c4c39ea4776de51b5f3f89a41ace1c3f74483776bb6a20669aa91f798f1b223e9211911f0131
|
7
|
+
data.tar.gz: 3eb2e8b475e07c1f8580cc32815ed966db6622b4172dbcb6f506248bf7952b4a65c3cc85f7dbf853fc1665be528dc064b4afacae97b2983adbd57e00ea4ff33d
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# Goku - The saiyan class generator
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/goku.svg)](https://badge.fury.io/rb/goku)
|
4
|
+
[![Build Status](https://semaphoreci.com/api/v1/shiroyasha/goku/branches/master/badge.svg)](https://semaphoreci.com/shiroyasha/goku)
|
5
|
+
|
3
6
|
![goku](http://img12.deviantart.net/ee76/i/2016/039/7/2/goku_vs_beerus_drawing_by_pikachustar93-d9ladzb.png)
|
4
7
|
|
5
8
|
## Installation
|
data/lib/goku/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: goku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Šarčević
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
107
|
rubyforge_project:
|
108
|
-
rubygems_version: 2.4.
|
108
|
+
rubygems_version: 2.4.8
|
109
109
|
signing_key:
|
110
110
|
specification_version: 4
|
111
111
|
summary: Goku - The saiyan class generator
|