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 +4 -4
- data/.gitignore +1 -0
- data/README.md +3 -1
- data/lib/cucumis/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa3ca48616859133d9d28aec53de6131d0cc0049
|
4
|
+
data.tar.gz: 6be2b437ade679740dc05eb6a58947cb2f369248
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d89a03eb945bfc8e8f2e7f2ffe37ff9369fe844a29342ef171208895816246754b5399be297ed883e33c009098f4f4a8030322e8c4d6fc52eae263bea3d1c463
|
7
|
+
data.tar.gz: c79d5f47f47f6f76dc8615d398347c899ed6ca92f1ce4dc4bf04f918ba913669e09cfed3cf7550f654d9c8fd98a03a578aa4f5411288691c4b309d0acc5f8817
|
data/.gitignore
CHANGED
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
|
```
|
data/lib/cucumis/version.rb
CHANGED