arkaan 0.7.30 → 0.7.31

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/arkaan/specs.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62fb4a84926298c7d058af5fb51c7fe93b2be185
4
- data.tar.gz: d2a72f394787e1e1a2028f4883afbb0b18d7ca90
3
+ metadata.gz: 77f8d1df2ebb7dc142587208e5a6f30b919cac53
4
+ data.tar.gz: 2348657e1481a30f0c5eed27cb348087f35cbe6d
5
5
  SHA512:
6
- metadata.gz: d3c7351a31809518cb7ae1a7ab87211594db7dccafdcef8e43a11c542382f39ed1bf6a91b9feb4ea7d94568cc2a307d0d43161d2161d945bf8101febdcdb5cd2
7
- data.tar.gz: 8d6e87d4f08f436ea0441a6af46821bc4a7a36132169487615f3308806bdbd1157c71ebc5ca2b032ce6cc64114070ea1f83de7857950f3eb4057f312b0d92593
6
+ metadata.gz: f2e57b7e8fad3f40ef14012cf50cd9a0faf95736fd85c66742af1d721ada22a55a63983e86ef0fdd1b9d768f30d394552cf91e8845d278667697620249909dcc
7
+ data.tar.gz: 855bcb73bd92972d7db34610913f68d1a2f5ace907dda7c89f2228096f292346d46056c057c4bb346bac2275aab17724c16c5401625fbf8a22c85d973acae823
@@ -5,7 +5,7 @@ module Arkaan
5
5
 
6
6
  # Includes all the shared examples you could need, describing the basic behaviour of a route.
7
7
  def self.include_shared_examples
8
- RSpec.shared_examples 'route' do |_verb, _path|
8
+ RSpec.shared_examples 'a route' do |_verb, _path|
9
9
  let(:verb) { _verb }
10
10
  let(:path) { _path }
11
11
 
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.7.30
4
+ version: 0.7.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Courtois