mvpkit 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a78c97aaf8fc350fb702744057b73c16fafffd46
4
- data.tar.gz: 58c602c862a77dcb0bc840c56c19f1a2b90d0877
3
+ metadata.gz: 36f06c5de851b3dc797f6d0fd62c259ea02529a7
4
+ data.tar.gz: e09343ab0590f52dc1e9739231957923c90e75a5
5
5
  SHA512:
6
- metadata.gz: 67866bb1702604125a6a6fc0c454b477a3f9bfeb0874c7547b5088d46c3e325a581eb9f945357dd4472b746d7a36dab285b22ed8c2c6eb9f50737b599d438247
7
- data.tar.gz: 4efc911bb55a71d2f3e0eb0164af90cc331a1058b612da0dd634417b986a6316e3786c1156a321de9eeea32bd591351eaa12497169cec34c643e49534bc07844
6
+ metadata.gz: 97a3d50ea5b991b0c0b06086e0c399e656638bf66886c61a6849faa458b4f864d6dc93dd77878ffb236db3a34daf18bbffc5a7ca52f5ca880c1f6d080864fe4d
7
+ data.tar.gz: 16dab0f2482a7cf5f2e338e9f7458a84a9f44f663a9918f8711ec1a55eb30eb9e72011104639c5839c26be33a62a68620270afdec43f252abffa37b0f972031f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.0
1
+ 0.8.1
data/lib/mvpkit.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module MVP
2
2
  end
3
3
 
4
- MinimumViableProduct = MVP
4
+ MinimumViableProduct = Mvp = MVP
5
5
 
6
6
  require "mvp/engine"
data/mvpkit.gemspec CHANGED
@@ -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: mvpkit 0.8.0 ruby lib
5
+ # stub: mvpkit 0.8.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "mvpkit"
9
- s.version = "0.8.0"
9
+ s.version = "0.8.1"
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"]
data/package.json CHANGED
@@ -12,14 +12,14 @@
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "git+https://github.com/ian/minimum_viable_product.git"
15
+ "url": "git+https://github.com/superlabs/mvpkit.git"
16
16
  },
17
17
  "author": "",
18
18
  "license": "ISC",
19
19
  "bugs": {
20
- "url": "https://github.com/ian/minimum_viable_product/issues"
20
+ "url": "https://github.com/superlabs/mvpkit/issues"
21
21
  },
22
- "homepage": "https://github.com/ian/minimum_viable_product#readme",
22
+ "homepage": "https://github.com/superlabs/mvpkit#readme",
23
23
  "dependencies": {
24
24
  "coffee-loader": "^0.7.2",
25
25
  "coffee-script": "^1.10.0",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mvpkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter