goku 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6ee8f922500529f81d6cf4be309ec63bd5ad6bb
4
- data.tar.gz: 4a6d935ec336a507dd209b4ca8f0ad209ce33d84
3
+ metadata.gz: 77d5962fbe6081b404f534e273ba071e8c85ca1c
4
+ data.tar.gz: b32520bd492838fc6c10b52134e279908f1722cf
5
5
  SHA512:
6
- metadata.gz: 919400e3de020691a36ea252da2b11b8faec6b8161b44430b2c2f36b03fe32ecc92ce15ab2b549c999f97f0f29a0f44c99891edb332488e33010376f9e6d8ecb
7
- data.tar.gz: c6f87e36d5ad17520abc44ecc89c9eb21495c065350c8fc42d00fd6fcd001174079570d9ffee74e927b6e472a1b18f1613a3b234e440bd506f2f62b4b95de313
6
+ metadata.gz: b278ee3e85a499173cc34f52df2f1628f4a5c5c1f6c666ae2dcd33c7a817db7cfc827c96cfce162aa0c7aa67b725ded230ffc6cc531fd4dfb3312eb9e3fa4182
7
+ data.tar.gz: 1aa5c15545e08971797e049861f39e933912e9394b0ce8b49db86d24b8d40050b538d7c3c96267952874f7da08731bbcb0a182abf5c84dfbe1037fa025e2810d
data/README.md CHANGED
@@ -61,7 +61,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
61
61
 
62
62
  Bug reports and pull requests are welcome on GitHub at https://github.com/shiroyasha/goku. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
63
63
 
64
- Also if you don't like Dragon Ball than GTFO.
64
+ Also if you don't like Dragon Ball then GTFO.
65
65
 
66
66
  ## License
67
67
 
@@ -24,7 +24,7 @@ module Goku
24
24
  end
25
25
 
26
26
  map "module" => "m"
27
- map "class" => "m"
27
+ map "class" => "c"
28
28
 
29
29
  private
30
30
 
@@ -1,3 +1,3 @@
1
1
  module Goku
2
- VERSION = "1.0"
2
+ VERSION = "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: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Šarčević