minimum_viable_product 0.6.4 → 0.6.5

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: 2d50f47cf44c8a64165eb6af51be2204e1331944
4
- data.tar.gz: 5919e8a6da8ca064b3fa252d53c89d46a6df6f94
3
+ metadata.gz: 5505d6e6811137cd85bb0e8a5d3c56462e49ddd4
4
+ data.tar.gz: 3dc606250bd1fa285a9e2773dc9bb2394cc2004f
5
5
  SHA512:
6
- metadata.gz: 8c00fd94e202e9fa95b2a0ccc3c91c71ab7a4d15c4928395c641ccba53236479a465d9e5afc157b7cbb5794c547f92ae7597e02bcb816d69a790a20adef9bee2
7
- data.tar.gz: fd2f55a24293aa2e3af8e5bafad7827b9e65ae3d9b500b6589b8814981967c05af3a5fd73169bd10b9f41fa2c52e64eb276d6be450e9946afd215e5d0fc8929e
6
+ metadata.gz: a4509a0721b56889b5265aab534fd965f68eb50d977fc3b6eb9c280eff73fa90d761775e7bbee6b044704cc98fb80c416c8269fbca3f981e204fbd1f4bd9d6fa
7
+ data.tar.gz: 93a6fda9abf368e38b077b2767a8fb73eb4ee25988bb5fc020b44413aa4ea20c05ecdb38ca7179c113655c1cc12f2eae7682d95bcd9b5f0710e1c488e7141471
data/Rakefile CHANGED
@@ -21,6 +21,7 @@ Jeweler::Tasks.new do |gem|
21
21
  gem.description = %Q{Built for Developers. Ideal for MVPs, product ideation and validation.}
22
22
  gem.email = "ianhunter@gmail.com"
23
23
  gem.authors = ["Ian Hunter"]
24
+ gem.executables = []
24
25
  # dependencies defined in Gemfile
25
26
  end
26
27
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.4
1
+ 0.6.5
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: minimum_viable_product 0.6.4 ruby lib
5
+ # stub: minimum_viable_product 0.6.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "minimum_viable_product"
9
- s.version = "0.6.4"
9
+ s.version = "0.6.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -14,7 +14,6 @@ Gem::Specification.new do |s|
14
14
  s.date = "2016-12-08"
15
15
  s.description = "Built for Developers. Ideal for MVPs, product ideation and validation."
16
16
  s.email = "ianhunter@gmail.com"
17
- s.executables = ["mvp", "rails"]
18
17
  s.extra_rdoc_files = [
19
18
  "LICENSE.txt",
20
19
  "README.md"
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.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter
@@ -376,9 +376,7 @@ dependencies:
376
376
  version: '0'
377
377
  description: Built for Developers. Ideal for MVPs, product ideation and validation.
378
378
  email: ianhunter@gmail.com
379
- executables:
380
- - mvp
381
- - rails
379
+ executables: []
382
380
  extensions: []
383
381
  extra_rdoc_files:
384
382
  - LICENSE.txt