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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 332a57b6add3d04a1c56f90073402d917017d895
4
- data.tar.gz: c921e224cf14e253b2ab1e65cb4ee06f1b27fa18
3
+ metadata.gz: 2d58a5f3d13d7c292e01fb63d660f5122062c6d3
4
+ data.tar.gz: 306170beb988147fff9ed9c912657a9d9811a83e
5
5
  SHA512:
6
- metadata.gz: 9ea1e8ac759bbd4e8b32d6d7582c99bd421d605b9ed6529cf49efe8b23e6550344a8f350186f810645ac85f1e099dded6ed340929a193eb6dee9157be5a4890b
7
- data.tar.gz: 693ec3ca0f3189aa010a4811d077df45d791c5fdf98367424eb9f60225c089e125ea93ec9965f693274e79ea8a103e12e71123af3d77b6992a348b1f0d0ea352
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 anywhere in your system to get a simple visualization of the local folder/file tree.
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
 
@@ -1,3 +1,3 @@
1
1
  module Phylo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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.0
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: