projectionist 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63b60d1079c7ce8b3e7473e4f61f08ad947b6f18
4
- data.tar.gz: 28829363855d5bdffc38e5e864f809eb093fba2c
3
+ metadata.gz: e6d516e8da9c41857b4ccabac75f9fd33c1af027
4
+ data.tar.gz: 20a1755d7801fd40f3a02a70932aba96c940142b
5
5
  SHA512:
6
- metadata.gz: 6d21e4b9b80d7bb2ab88154f937de420c10b0113ffb72b2598c0d95e321815c95112862212f5a9cd1951d0ec89058a9367e3052f913f771d7ca391576ada41b8
7
- data.tar.gz: 224ac1c4b21f63382bd74a565099d9d2e9977b9f5eebd0dc04d911acaa8705ebec00fa94fcd7ac5ff47648894445429f20757b42389ce63f4b984297304e9a52
6
+ metadata.gz: 82a89e17bd7a518f3a358174996ce649c487740c88b932109de623d2dd0e3a4ed4bb78911ecab707920ac69ba33f071538ee79bf25ff732bd466aee2c4890339
7
+ data.tar.gz: 370a88d3fcb609bc182fc374f0e743d76ee534d5df0d87ff019f81bae22e1e8201f2d24d7c1f159960405d1dc1c8857c4fa016e6fe2cd5d7785a127c322ccab4
data/README.md CHANGED
@@ -27,7 +27,7 @@ Given a `.projections.json` file in the root of your project with the following
27
27
 
28
28
  The command to edit `lib/whatever/test.rb` would be:
29
29
 
30
- $ prj edit lib test
30
+ $ prj edit lib whatever/test
31
31
 
32
32
 
33
33
  ## Contributing
data/bin/prj CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  require 'projectionist/cli'
4
4
 
5
- Projector::CLI.start(ARGV)
5
+ Projectionist::CLI.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Projectionist
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: projectionist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Griffin Smith