phylo 0.1.0 → 0.1.1
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 +1 -11
- data/lib/phylo/version.rb +1 -1
- data/phylo.gemspec +1 -1
- 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: 2d58a5f3d13d7c292e01fb63d660f5122062c6d3
|
|
4
|
+
data.tar.gz: 306170beb988147fff9ed9c912657a9d9811a83e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40e28132f2c37aef9c6f96b85447e76efd44386e3ab998437a5de80b0fdd65438b44b2305c226ab44dd32cc361724f8c2a21beef31d28b6dc369ae8b3ff8d726
|
|
7
|
+
data.tar.gz: 3e53526a77a3c023d4f23fc5b825c3d9288ed2828b20de7d89d79fd72f1ec59620ebbd2826341f6e2c4a4de2d89f2fb4d991a8172ec95d5528de05dcc5a0ebc0
|
data/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Phylo
|
|
2
2
|
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/phylo`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
6
|
-
|
|
7
3
|
## Installation
|
|
8
4
|
|
|
9
5
|
Install it onto the CLI with:
|
|
@@ -12,13 +8,7 @@ Install it onto the CLI with:
|
|
|
12
8
|
|
|
13
9
|
## Usage
|
|
14
10
|
|
|
15
|
-
Run phylo from the commandline
|
|
16
|
-
|
|
17
|
-
## Development
|
|
18
|
-
|
|
19
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
20
|
-
|
|
21
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
11
|
+
Run phylo from the commandline to get a simple visualization of the local folder/file tree.
|
|
22
12
|
|
|
23
13
|
## Contributing
|
|
24
14
|
|
data/lib/phylo/version.rb
CHANGED
data/phylo.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["niekvenlo@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Simple CLI local file tree}
|
|
13
|
-
spec.description = %q{Shows a simple visualization of the local file tree}
|
|
13
|
+
spec.description = %q{Shows a simple commandline visualization of the local file tree}
|
|
14
14
|
spec.homepage = ""
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phylo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Beaujean
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '5.0'
|
|
55
|
-
description: Shows a simple visualization of the local file tree
|
|
55
|
+
description: Shows a simple commandline visualization of the local file tree
|
|
56
56
|
email:
|
|
57
57
|
- niekvenlo@gmail.com
|
|
58
58
|
executables:
|