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 +4 -4
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/minimum_viable_product.gemspec +2 -3
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5505d6e6811137cd85bb0e8a5d3c56462e49ddd4
|
|
4
|
+
data.tar.gz: 3dc606250bd1fa285a9e2773dc9bb2394cc2004f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
+
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
|