codewars 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15aa0750a5b5deb1d3c29958e1fffc0b72cd5249
4
- data.tar.gz: 763c2b53f345365d0e1039ed36c18197a4e1b555
3
+ metadata.gz: 774980ec27751ef1722048588632cdf57deaf119
4
+ data.tar.gz: f9cb21c3fe74af98bae0329b190d4dd684ef5835
5
5
  SHA512:
6
- metadata.gz: 179c627c436f46ca53fef8ea591b2b0c24f9d8dcfd42f7bd9c201418731f3eaa80f16b19c98554d0a5a1e698572d170956fac385f094a6ef20a47278c5e5599b
7
- data.tar.gz: 9450c2a6c6b8bb1eefe1bbecc0abf33a39d97d98d35c2031feb56b64b5a48082438280d05f1033eebb9a66f31ab949bdf2246560f1849ec09b023893733d95ce
6
+ metadata.gz: 254e3ae9c0f2eefc5f0a7b07e38aea861c34e83ec30dc07705af9212e573e7b6844a8926540cd04c9a2dffee6577c8d031c67db5a1b8b276dedc97d4cb7c95f4
7
+ data.tar.gz: 9c558f0b321202cd010f66db984b181b0dd15f490e53883d4364b19eaf66fc41e6a541fb74cd2f9b48a2617a291d094a3e43ad222c9234067bca0def5b6b11b1
data/README.md CHANGED
@@ -8,7 +8,7 @@ Execute `gem install codewars`
8
8
 
9
9
  Execute `codewars help` to see all available commands.
10
10
 
11
- 1. Set an api-key from the codewars website `codewars config key your-secret-key`
11
+ 1. Set an API ACCESS TOKEN from the codewars website (https://www.codewars.com/users/edit) `codewars config key your-secret-key`
12
12
  2. Set a language you want to use `codewars config language ruby|javascript|etc`
13
13
  3. Choose a kata which you want to solve `codewars train`
14
14
  4. Start solving the kata `codewars train name-of-kata`
@@ -1,4 +1,4 @@
1
- ## Description of the kata
1
+ # Description of the kata
2
2
 
3
3
  Name: <%= kata.name %>
4
4
 
@@ -16,17 +16,17 @@ Solution ID: <%= kata.solution_id %>
16
16
 
17
17
  Tags: <%= kata.tags.join(', ') %>
18
18
 
19
- ### Task
19
+ ## Task
20
20
 
21
21
  <%= kata.description %>
22
22
 
23
- ### Code
23
+ ## Code
24
24
 
25
25
  ```<%= language %>
26
26
  <%= kata.code_setup %>
27
27
  ```
28
28
  <% unless kata.tests_setup.to_s.empty? %>
29
- ### Test
29
+ ## Test
30
30
 
31
31
  ```<%= language %>
32
32
  <%= kata.tests_setup %>
@@ -1,3 +1,3 @@
1
1
  module Codewars
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codewars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeny Morozov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-03 00:00:00.000000000 Z
11
+ date: 2015-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler