skellington 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8933464d9022bb8f8088ccea68f747a5b5aecc3c
|
4
|
+
data.tar.gz: 4a4de0f2e138908875e2e198b7fdd8513e0ba7bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcdf3989813d5e730b1c35370228f53b5bfdc3c22c0f88d64a278d2e2fc5c05b3021177643a317664f76a20f607c89fb25fc85fcfbabfc230ba351952658aadb
|
7
|
+
data.tar.gz: fc2dcd12df1b45c6d5ea7a182af6119d757abbc9e01206af3dd32da0b0099dfe36364a0972b69b38847f67f896bc9ca27aa544cbe6d3af755b5e761cc5cd4919
|
data/README.md
CHANGED
@@ -21,10 +21,12 @@ Should work fine for both RVM- and rbenv-based setups
|
|
21
21
|
$ gem install skellington
|
22
22
|
$ skellington generate naming-things-is-hard
|
23
23
|
Generating naming_things_is_hard/Gemfile...done
|
24
|
+
Generating naming_things_is_hard/Guardfile...done
|
24
25
|
Generating naming_things_is_hard/Rakefile...done
|
25
26
|
Generating naming_things_is_hard/Procfile...done
|
26
27
|
Generating naming_things_is_hard/.ruby-version...done
|
27
28
|
Generating naming_things_is_hard/.rspec...done
|
29
|
+
Generating naming_things_is_hard/.gitignore...done
|
28
30
|
Generating naming_things_is_hard/config.ru...done
|
29
31
|
Generating naming_things_is_hard/features/naming_things_is_hard.feature...done
|
30
32
|
Generating naming_things_is_hard/features/json.feature...done
|
data/config/config.yaml
CHANGED
@@ -53,7 +53,7 @@ files:
|
|
53
53
|
outpath: app/wormname
|
54
54
|
spec/javascripts/support/jasmine.yml:
|
55
55
|
spec/javascripts/support/jasmine_helper.rb:
|
56
|
-
spec/javascripts/
|
56
|
+
spec/javascripts/app_spec.js:
|
57
57
|
outpath: app/wormname
|
58
58
|
public/assets/favicon.ico:
|
59
59
|
public/css/styles.css:
|
data/lib/skellington/version.rb
CHANGED
File without changes
|
data/spec/cli/javascript_spec.rb
CHANGED
@@ -28,7 +28,7 @@ module Skellington
|
|
28
28
|
|
29
29
|
expect(File).to exist 'dummy_app/spec/javascripts/support/jasmine_helper.rb'
|
30
30
|
|
31
|
-
expect('dummy_app/spec/javascripts/
|
31
|
+
expect('dummy_app/spec/javascripts/dummy_app_spec.js').to have_content (
|
32
32
|
"""
|
33
33
|
describe('DummyApp', function() {
|
34
34
|
it('knows the truth', function() {
|
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.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pikesley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -167,7 +167,7 @@ files:
|
|
167
167
|
- lib/templates/public/css/styles.css.eruby
|
168
168
|
- lib/templates/public/js/app.js.eruby
|
169
169
|
- lib/templates/spec/app/app_spec.rb.eruby
|
170
|
-
- lib/templates/spec/javascripts/
|
170
|
+
- lib/templates/spec/javascripts/app_spec.js.eruby
|
171
171
|
- lib/templates/spec/javascripts/support/jasmine.yml.eruby
|
172
172
|
- lib/templates/spec/javascripts/support/jasmine_helper.rb.eruby
|
173
173
|
- lib/templates/spec/spec_helper.rb.eruby
|