aspen 0.1.3 → 0.1.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 +8 -8
- data/help/help.txt +16 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTZhYzRlYmZlOGU3NmM0OTUzMTZkMjE4ZTRmMjkwYWU5Njc0OGVlMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YWM1MWM3ZmNmNDEwY2JjZmViMjBmZDkyODFlNWMzNjMwNmMwZTM5Zg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjhiOWIwMzg0ZDJmZjZhYmNmM2JmZDU4MWUzMGFjMzg5OWJhMzUxMmNkMDNl
|
|
10
|
+
YzllNDZiODE2ZGIzODg2YjczMjU5OTNhZjIzNGUyZTgyM2JjOWY0MmU0YjI5
|
|
11
|
+
YjNlMjE4MGM4Mzk2YzYyM2ZhODJlMWMwYTQxZmM5NTA4M2FkOTc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTllYzdmZmZkNWM5MmE2NDM1ZjI1YTU3ZGMxMzdjZTMzZjQzODlmMDE4OGYz
|
|
14
|
+
NmY0YmJlMzRiYWY1MGRlNmY1NzI5Y2ViNGRhNGYyYmEyMWJkYmRlNDlmMWU1
|
|
15
|
+
OGYxYzBiMWQ4OTcxMTMxZGZlYjk2NjQ2MzlhNjYwZDc4YmRiNzg=
|
data/help/help.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
--------------------------------------------------------------------
|
|
2
|
+
|aspen creates a skeleton directory structure for your Ruby projects.|
|
|
3
|
+
--------------------------------------------------------------------
|
|
4
|
+
Usage:
|
|
5
|
+
$ aspen <project_title>
|
|
6
|
+
|
|
7
|
+
Allowed characters for <project_title> are A-z, underscores,
|
|
8
|
+
hyphens, spaces, and periods. Note: Underscores and spaces
|
|
9
|
+
will be swapped out with hypens when aspen creates your
|
|
10
|
+
directories.
|
|
11
|
+
|
|
12
|
+
Optional Flags:
|
|
13
|
+
Coming soon
|
|
14
|
+
|
|
15
|
+
Help:
|
|
16
|
+
$ aspen --help
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aspen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Logan Hasson
|
|
@@ -35,6 +35,7 @@ extensions: []
|
|
|
35
35
|
extra_rdoc_files: []
|
|
36
36
|
files:
|
|
37
37
|
- lib/aspen.rb
|
|
38
|
+
- help/help.txt
|
|
38
39
|
- bin/aspen
|
|
39
40
|
homepage: http://rubygems.org/gems/aspen
|
|
40
41
|
licenses:
|