cucumis 0.2.0 → 0.3.0

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
  SHA1:
3
- metadata.gz: 5d72b67a41c22107112f4de718f2052d987ad828
4
- data.tar.gz: 8f0c8868ebb0fbe928c0a8d488eda87d51ba8a92
3
+ metadata.gz: fa3ca48616859133d9d28aec53de6131d0cc0049
4
+ data.tar.gz: 6be2b437ade679740dc05eb6a58947cb2f369248
5
5
  SHA512:
6
- metadata.gz: 0ac1a84bb3d31795871ed9969792c7342a3705ba23365e89691182fb0b6d2e05a0bc00b7e711704245293192a74dd6f15fccdd9cff6fa5c12743269173c80f8f
7
- data.tar.gz: 39309e40e39901345681c58a805981547dd0f4fb1157a9c8561b60a3341bab1a081779ebd192893fc7935fef90fe3c226795a76e865dde9590ac4e5ea7415d53
6
+ metadata.gz: d89a03eb945bfc8e8f2e7f2ffe37ff9369fe844a29342ef171208895816246754b5399be297ed883e33c009098f4f4a8030322e8c4d6fc52eae263bea3d1c463
7
+ data.tar.gz: c79d5f47f47f6f76dc8615d398347c899ed6ca92f1ce4dc4bf04f918ba913669e09cfed3cf7550f654d9c8fd98a03a578aa4f5411288691c4b309d0acc5f8817
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
data/README.md CHANGED
@@ -7,7 +7,7 @@ Some handy tasty collection of cucumber gems and steps.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'cucumis'
10
+ gem 'cucumis', require: false
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -20,6 +20,8 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
+ In your support folder.
24
+
23
25
  ```ruby
24
26
  require 'cucumis'
25
27
  ```
@@ -1,3 +1,3 @@
1
1
  module Cucumis
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.3.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Falkowski