minimum_viable_product 0.3.0 → 0.3.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: afb400e0c31a4aca2e08b0626c99c476b53590d0
4
- data.tar.gz: 297d6de5487049618600b014ba0003062883c42c
3
+ metadata.gz: 9816f22c07a59bcd8a507a961a0d1a719a46e0e0
4
+ data.tar.gz: b04d54504244c651c87c42b7bf749ef501999069
5
5
  SHA512:
6
- metadata.gz: b0b2696726eeffc783a1c791a766693fb9516e401ce9d1742fb9a4a86a6a0f080822dd2add581de64b0ee44ee1b2ba1b618f1c2b67414d17e61b89b965be4f8b
7
- data.tar.gz: 3692de9b1d1acc3e97c443461d96b4ad493489f7bbf1b62f9e957f172a1e8c5178338d696a5d687ef77f96b3ca59a3dce66fde0160204d99e8000fef14f0830f
6
+ metadata.gz: b5a37139e78a0e53b01908d0037dc600234b3d5a1ea7f96414706fadbf11e559df89e42e830bddeb689c99a3b5e40005dc54183c83aa6bf27f7fa92455ddf25f
7
+ data.tar.gz: 5c2f08a2ec33d8b1a324e4935ba49cf4d7dbe04ebe518739a74626f93b84572444fb3274c2e023c6ff3a0cfb8f4b62188752378402593e61dd5c7dabd64b1211
data/bin/mvp CHANGED
@@ -50,6 +50,9 @@ when 'update'
50
50
  # npm has a bug where it won't update new dependencies
51
51
  # https://github.com/npm/npm/issues/1341
52
52
  run "rm -rf node_modules; npm install"
53
+ when '-v','version'
54
+ require_relative '../lib/minimum_viable_product/version'
55
+ puts "Version #{MinimumViableProduct::VERSION}"
53
56
  end
54
57
 
55
58
  BEGIN {
@@ -1,3 +1,3 @@
1
1
  module MinimumViableProduct
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum_viable_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter