arkaan 0.8.20 → 0.8.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/arkaan/specs.rb +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a63aeb7635ff09fd95435cf4ac7137b60a7d218
4
- data.tar.gz: 344ed971f3ee37781c9129023e5353a926a8a3a8
3
+ metadata.gz: 62fc4db782fa9567378e611fe99216336f19be83
4
+ data.tar.gz: 72b3b782759418f5b670e5c3ee96b5d06e36e735
5
5
  SHA512:
6
- metadata.gz: 39e68713cecdbb029316e3bcb3379fe7fa6307ba6b708739bcf5e2b2b6e957840f49324acae283b37c5426f6ba95a1392c82e6c4e8f056c6bf6bd4c7a62d4318
7
- data.tar.gz: dbe36f6a93b7d5e375edfa1ddf2bcd026b2febdccbeeccc70deb65a78213b72aba700020e658b06cad409aa773c3b7a7b8e0ee12189547843f49d4e03e2a18f9
6
+ metadata.gz: 7a7083bab94b71ae595ca98197a91ea18c6a046a97009bdce03030a097e132431616e124a75e51228493350ec196d99aa2e7c8358d79e5ed4374c48ce023a1d4
7
+ data.tar.gz: ea4c07a5e3be90920febefdf99579fa6e6a0f090565b3c4126eee08550c9d3519c7bd3d17dff2f05a11ca2e8439866b58a7cff2593eb3b2042e494f1bb52ecd9
@@ -27,7 +27,7 @@ module Arkaan
27
27
  'status' => 400,
28
28
  'field' => 'token',
29
29
  'error' => 'required',
30
- 'docs' => 'https://github.com/jdr-tools/arkaan/wiki/Errors#parameter-not-given'
30
+ 'docs' => 'https://github.com/jdr-tools/wiki/wiki/Common-errors#gateway-token-not-given'
31
31
  })
32
32
  end
33
33
  end
@@ -43,7 +43,7 @@ module Arkaan
43
43
  'status' => 400,
44
44
  'field' => 'app_key',
45
45
  'error' => 'required',
46
- 'docs' => 'https://github.com/jdr-tools/arkaan/wiki/Errors#parameter-not-given'
46
+ 'docs' => 'https://github.com/jdr-tools/wiki/wiki/Common-errors#application-key-not-given'
47
47
  })
48
48
  end
49
49
  end
@@ -61,7 +61,7 @@ module Arkaan
61
61
  'status' => 404,
62
62
  'field' => 'app_key',
63
63
  'error' => 'unknown',
64
- 'docs' => 'https://github.com/jdr-tools/arkaan/wiki/Errors#application-key-not-found'
64
+ 'docs' => 'https://github.com/jdr-tools/wiki/wiki/Common-errors#application-key-not-found'
65
65
  })
66
66
  end
67
67
  end
@@ -77,7 +77,7 @@ module Arkaan
77
77
  'status' => 404,
78
78
  'field' => 'token',
79
79
  'error' => 'unknown',
80
- 'docs' => 'https://github.com/jdr-tools/arkaan/wiki/Errors#gateway-token-not-found'
80
+ 'docs' => 'https://github.com/jdr-tools/wiki/wiki/Common-errors#gateway-token-not-found'
81
81
  })
82
82
  end
83
83
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arkaan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.20
4
+ version: 0.8.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Courtois