sutazekarate 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: eae254383108ccb05e4697c0c45278a5f89516b69dfcd7d030460bbcd64d32ec
4
- data.tar.gz: 9dd2c18dd3460b48f4114104f283511ce628e0d3cb88f0690c2408de841d0095
3
+ metadata.gz: db3b38cd0e8e4f30e8796dfd99d6e7c39bf16e93ac5bee5ee7b73d90b3d0ec72
4
+ data.tar.gz: 04f525328de88f9d671f4367f9b21d9f165e3a4d184a3f852fb28cea9139f9d5
5
5
  SHA512:
6
- metadata.gz: b440cb40afe838d89f231324e526243173ffeba1533c4743d64ab1105134dce1d002094f0747886c3f4e89d10f0f0bc50abf30bdb8cc4ee163d527e74f26c629
7
- data.tar.gz: 537289598cbeebf9d35d00509d98bfe30f7eb1625b11e57ec2550df636af0278fdafc67577b857a41ac76b0c60d670667e35987296fd24a36d857de7f33a9094
6
+ metadata.gz: a9397ff54023e8cfa5b0ff0607ebba550dd602f35fa0d0ed029ab26fa6818540c3896706eecb91a1b5eeb9ad894b80ed171bef7fb88f7f30ec376e5f5ae15eb0
7
+ data.tar.gz: 1b6e027d0d888bce41663e45d990f74674cf85058610ddfe78cfe11821055cb7670b02ec300d422e4f7beca6c8bcb790f8c6a9434c261f14dadff077c071660a
data/README.md CHANGED
@@ -18,6 +18,16 @@ Or install it yourself as:
18
18
 
19
19
  $ gem install sutazekarate
20
20
 
21
+ ## Usage
22
+
23
+ List all competitions
24
+
25
+ puts Sutazekarate::Competition.all
26
+
27
+ List all categories for competition
28
+
29
+ puts competition.categories
30
+
21
31
  ## Development
22
32
 
23
33
  After checking out the repo, run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -1,3 +1,3 @@
1
1
  module Sutazekarate
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutazekarate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Al Hafoudh
@@ -127,11 +127,11 @@ files:
127
127
  - lib/sutazekarate/pair.rb
128
128
  - lib/sutazekarate/stage.rb
129
129
  - lib/sutazekarate/version.rb
130
- homepage: https://www.freevision.sk
130
+ homepage: https://github.com/alhafoudh/sutazekarate
131
131
  licenses:
132
132
  - MIT
133
133
  metadata:
134
- homepage_uri: https://www.freevision.sk
134
+ homepage_uri: https://github.com/alhafoudh/sutazekarate
135
135
  rubygems_mfa_required: 'true'
136
136
  post_install_message:
137
137
  rdoc_options: []