mindapp2 0.1.1.1 → 0.1.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: d846beee8f2a040e8ef4fdc26d10ebd243687653
4
- data.tar.gz: 4a4b987cfa639a5ae48e8d8879b7e08d826d8442
3
+ metadata.gz: 6e4412f1a3df4fefc1f57c047cee1225e5f7fa77
4
+ data.tar.gz: f2e1b49e4d258b96b2e42c8111897e01ee4809d6
5
5
  SHA512:
6
- metadata.gz: f1d8ee057f60fb0bc2c1f42a2a97153ef482f5ba2db4b548a2ff8172d1bdaf2f267982ca5d3ae37cb332bb8862bfe036bf7419a5326d1e6c7babf1e0502ba0a7
7
- data.tar.gz: 933150ebe9b5700a31032648e58e849058899cb3b180fb9375e5f91df92430727f6aae2aa793a16448556832936c22e06d9b813e13f26f5be46333a214986a24
6
+ metadata.gz: 82f01a230b41f4aad4d9c6da059ae2038f36975fcbb50b23ae14ebe3a6257b83c7a32610017d6cce92738063e0f6214f9aa6398a658f1effe46264c6fe07f792
7
+ data.tar.gz: e17b7beb47ef221fc1cb244dfa47ffeaf2a9dd57f259e099f8540f7c12d22a9010b4010c9d4c219c1e02d2b0fa8f0a14b74950fcef891b28425efcbd458322cc
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Mindapp2
2
- ## v0.1.1.1
2
+ ## v0.1.1.2
3
3
 
4
4
  This is an extended version of Mindapp with mixed workflow and rails app. Mindapp2 maintain workflow feature with upgrade to most update ruby and rails.
5
5
 
@@ -32,14 +32,11 @@ app without ActiveRecord
32
32
 
33
33
  ## Add mindapp to your Gemfile:
34
34
 
35
-
35
+ gem 'mindapp2', '~> 0.1.1.1'
36
36
 
37
37
  For Development (most updated)
38
- gem 'mindapp', github:'kul1/mindapp'
39
38
 
40
- For Original
41
- gem 'mindapp'
42
-
39
+ gem 'mindapp', github:'kul1/mindapp2'
43
40
 
44
41
  depend on your operating system, you may need to uncomment
45
42
 
@@ -3,16 +3,16 @@
3
3
 
4
4
  %h2 You are working on
5
5
  %ul
6
- %li gem 'mindapp', github: 'kul1/mindapp', branch: 'c241510'
6
+ %li gem 'mindapp2', '~> 0.1.1.2'
7
7
 
8
8
  %h2 Requirements
9
9
  %ul
10
- %li Rails 5.1.0.rc2
10
+ %li Rails 5.1.1
11
11
  %li Rubygems 2.4.1
12
12
 
13
13
  %h2 Installation
14
14
  %ul
15
- %li gem 'mindapp', github: 'kul1/mindapp', branch: 'c241510'
15
+ %li gem 'mindapp2', '~> 0.1.1.2'
16
16
  %li bundle
17
17
  %li rails generate mindapp:install
18
18
  %li bundle
@@ -1,3 +1,3 @@
1
1
  module Mindapp
2
- VERSION = "0.1.1.1"
2
+ VERSION = "0.1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mindapp2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.1
4
+ version: 0.1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Korakot Leemakdej