skellington 0.3.4 → 0.3.5

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: c375893b5c981beb7b1c0041095af6a2c0ea5f3e
4
- data.tar.gz: 0d947769b99ab8abda79f82ccbc13acea75dd415
3
+ metadata.gz: 431f88c1823aa8a4336792b45df3a1917b9ee5fb
4
+ data.tar.gz: 660b612f8347415eab7c4d20010c6053555cf6e9
5
5
  SHA512:
6
- metadata.gz: c9968f1debcf1e98c1da2901af4ab3aad1943e5f22755320e067d6667f76e0bb43626f45ba726fd462ac43ed68548804ebba892bba396f82f07658504f90d772
7
- data.tar.gz: 2c812766e5d370b4dc4a17aa3552a29ea11455dcbbbafff15cca1fb8695a347ac3a25282da43b80f7fe6cd7be2bfa6ec7a2897eafdd4a2502734594cc4bf30b4
6
+ metadata.gz: 4c2c5687526cb04329ad4ec2094550eef2165f00a85dd384be33cf87d90e2182645136eb36c4f97cd856ec6969cff1728600f5b9895db55a9f733b2319ef6da1
7
+ data.tar.gz: 42fbd99ffb5339e816e875d0dd8d055f3210d3e34d1ca6e0d8df5127f087488565e929146d0d2dcca130e6f3f9c267c32d71c72610f29a84644621ec4be31a3e
data/features/cli.feature CHANGED
@@ -12,7 +12,7 @@ Feature: Generate skellington
12
12
 
13
13
  cd dummy_app
14
14
  bundle
15
- rake
15
+ bundle exec rake
16
16
 
17
17
  And presuming that passes OK
18
18
 
@@ -21,7 +21,7 @@ Feature: Generate skellington
21
21
 
22
22
  You can run the app with
23
23
 
24
- rackup
24
+ bundle exec rackup
25
25
  """
26
26
 
27
27
  Scenario: get the version
@@ -14,7 +14,7 @@ Feature: Generate skellington
14
14
 
15
15
  cd hyphenated_name
16
16
  bundle
17
- rake
17
+ bundle exec rake
18
18
 
19
19
  And presuming that passes OK
20
20
 
@@ -23,5 +23,5 @@ Feature: Generate skellington
23
23
 
24
24
  You can run the app with
25
25
 
26
- rackup
26
+ bundle exec rackup
27
27
  """
@@ -1,3 +1,3 @@
1
1
  module Skellington
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
@@ -9,7 +9,7 @@ Now do
9
9
 
10
10
  cd <%= @gen.wormname %>
11
11
  bundle
12
- rake
12
+ bundle exec rake
13
13
 
14
14
  And presuming that passes OK
15
15
 
@@ -18,4 +18,4 @@ And presuming that passes OK
18
18
 
19
19
  You can run the app with
20
20
 
21
- rackup
21
+ bundle exec rackup
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skellington
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley