skellington 0.6.1 → 0.6.2
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/README.md +3 -7
- data/lib/skellington/version.rb +1 -1
- data/lib/templates/.gitignore.eruby +1 -0
- data/lib/templates/Rakefile.eruby +1 -0
- data/spec/cli/git_spec.rb +1 -0
- data/spec/cli/rakefile_spec.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7ed71a113d20088f719444aa6f68ae7c8ade9bb
|
|
4
|
+
data.tar.gz: a46edc141efe53050d058f610b3e173b84e3f094
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9200ec53094f2da2cebb73de0276371b14d6df7980ace0069cf6cd38e64b6a237517a96d6862ccdbcf95ae6a54d8b4a738e9f9a879588f105c2804ab6404c7b1
|
|
7
|
+
data.tar.gz: 97e9d7bfbd7d6c6b2bf5198a4e32dc86c4be0087d35c0f91ad116835b04252f87ee0b327051e4742a434715f833173b153238430e847cdb23bf85c6bf11b89b3
|
data/README.md
CHANGED
|
@@ -37,15 +37,11 @@ Should work fine for both RVM- and rbenv-based setups
|
|
|
37
37
|
git add .
|
|
38
38
|
git commit -m 'First commit'
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
Then try
|
|
41
41
|
|
|
42
|
-
bundle exec
|
|
42
|
+
bundle exec rake run
|
|
43
43
|
|
|
44
|
-
(
|
|
45
|
-
|
|
46
|
-
bundle exec compass watch .
|
|
47
|
-
|
|
48
|
-
in a different terminal window)
|
|
44
|
+
which will launch Compass and then run the app (at http://localhost:9292)
|
|
49
45
|
|
|
50
46
|
For post-install hints, try
|
|
51
47
|
|
data/lib/skellington/version.rb
CHANGED
data/spec/cli/git_spec.rb
CHANGED
data/spec/cli/rakefile_spec.rb
CHANGED
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.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pikesley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|