goku 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/lib/goku/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e05bc21f7ac5747062918826bdeb4fbda837a3c
4
- data.tar.gz: d0256d89cda9deb4d63898666a4de2774a7ae9e1
3
+ metadata.gz: ab69049573bbbf37b29caa16b75947e718e60631
4
+ data.tar.gz: bdee2f69afed4453b394dffc810a1e57d5e1f30a
5
5
  SHA512:
6
- metadata.gz: a73768d05098eb534bcb75af59ce43e28255b754320cc8811c9bed344375853f1231908d3cd22f1dc7553c4328b5bd9d6eb7499ef67aedf9a97e32039cf49586
7
- data.tar.gz: 606f215fdc83534a495451b073a41768dbe068a226369005489475835e0df203c69b2d3dbd3ddfac5399d3edadd3f99d98bd3f80ce92f214e066df79a021ced4
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
@@ -1,3 +1,3 @@
1
1
  module Goku
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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.5
108
+ rubygems_version: 2.4.8
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: Goku - The saiyan class generator