italian-ruby 0.5.3 → 0.5.4

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: 8f6fa4705235749206faf7c06bab0895474e2384a962ee3bf560a47bbbbe1697
4
- data.tar.gz: 1fad3c1d0da42a7dc4bcf90c1116f361e8ee38089a6dc3785910537efe3dded7
3
+ metadata.gz: 4c77f39448fe83e2f6db6bac2b48e2c838c8d16f0b7bdb7cf0e8ceec8caa0a84
4
+ data.tar.gz: 9716b4baf88e939739024ed29f110098b6f8c12aa23f141673cf8bc28a8075fd
5
5
  SHA512:
6
- metadata.gz: 9181af0565f27d69951ad53953a88f6935a2ccf52669e6878667443073b666f3360203433fb1fd047ac5a101cd4ed54ab4e801a2ecebeefe79fc94ec3831b420
7
- data.tar.gz: 8f5e135d8996cd9078100198a5c86881debad45bfc1b9bd6d5b1dae9a5d15e79126d5a818d76897a5e7f4690f57d214ecc939d9f634a45db6ad8418e5dbd067f
6
+ metadata.gz: bc166dc16660b4407564e5cadf67499cf744c2131e1b203ff53586f5bde2b0958a78cc795b3b49e5d03a5376eab74927563ffcb70eff1e6c46fc88d87877484b
7
+ data.tar.gz: c5c0803c4b4b0482b05e566e738e7cbb8fe5b890d477ab773b66f37107a8808c739fc65f049b4fb176d82b7e89449f5201d0d25c1e191d693a19b35a2f0581cd
@@ -5,6 +5,9 @@ module RSpec
5
5
  def self.descrivi(*args, &block)
6
6
  describe *args, &block
7
7
  end
8
+ def self.variabili_condivise(*args, &block)
9
+ shared_context *args, &block
10
+ end
8
11
 
9
12
  ##
10
13
  # Core
@@ -19,6 +22,10 @@ module RSpec
19
22
  def risposta(*args, &block)
20
23
  last_response *args, &block
21
24
  end
25
+
26
+ class << self
27
+ alias :includi_variabili :include_context
28
+ end
22
29
  end
23
30
 
24
31
  module Hooks
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.5.3"
3
+ VERSION = "0.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: italian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-06 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby2ruby