skellington 0.3.3 → 0.3.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
  SHA1:
3
- metadata.gz: 48df2b58f471cb9158ca19f6d993276e74e6f041
4
- data.tar.gz: ff4a50a7ef7a03e6d6f1ff1c2ba2094a40d4ebdc
3
+ metadata.gz: c375893b5c981beb7b1c0041095af6a2c0ea5f3e
4
+ data.tar.gz: 0d947769b99ab8abda79f82ccbc13acea75dd415
5
5
  SHA512:
6
- metadata.gz: 230d5f991bda9054ec19bda3bed70366f8a9bd3957c83ec9964eee6baf2a19fbdc2b63e8ddc1345959f7e0372629e0141a88b213687288bc14048ab1a0c7cd2d
7
- data.tar.gz: a0685e9ce27fad6c186937ad56cb97a745da724ab25ae94a337502b83f154282487b6ed083027ddd8902f2a42cbdd8b6a521a3cf3e83a1d2a029ed8950939e5a
6
+ metadata.gz: c9968f1debcf1e98c1da2901af4ab3aad1943e5f22755320e067d6667f76e0bb43626f45ba726fd462ac43ed68548804ebba892bba396f82f07658504f90d772
7
+ data.tar.gz: 2c812766e5d370b4dc4a17aa3552a29ea11455dcbbbafff15cca1fb8695a347ac3a25282da43b80f7fe6cd7be2bfa6ec7a2897eafdd4a2502734594cc4bf30b4
data/config/config.yaml CHANGED
@@ -7,6 +7,7 @@ gems:
7
7
  test:
8
8
  - cucumber
9
9
  - capybara
10
+ - guard
10
11
  - guard-cucumber
11
12
  - pry
12
13
 
@@ -6,7 +6,7 @@ Feature: Generate skellington
6
6
  And a file named "dummy_app/features/dummy_app.feature" should exist
7
7
  And the file "dummy_app/features/dummy_app.feature" should contain:
8
8
  """
9
- Feature: Make sure it's plumbed in correctly
9
+ Feature: Make sure DummyApp is plumbed in correctly
10
10
 
11
11
  Scenario: Get root
12
12
  When I send a GET request to "/"
@@ -19,6 +19,7 @@ Feature: Generate skellington
19
19
  group :test do
20
20
  gem 'cucumber'
21
21
  gem 'capybara'
22
+ gem 'guard'
22
23
  gem 'guard-cucumber'
23
24
  gem 'pry'
24
25
  gem 'cucumber-api-steps', require: false
@@ -1,3 +1,3 @@
1
1
  module Skellington
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -1,4 +1,4 @@
1
- Feature: Make sure it's plumbed in correctly
1
+ Feature: Make sure <%= @gen.camelname %> is plumbed in correctly
2
2
 
3
3
  Scenario: Get root
4
4
  When I send a GET request to "/"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skellington
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-17 00:00:00.000000000 Z
11
+ date: 2015-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor