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 +4 -4
- data/README.md +3 -6
- data/lib/generators/mindapp/templates/app/views/mindapp/index.html.haml +3 -3
- data/lib/mindapp2/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e4412f1a3df4fefc1f57c047cee1225e5f7fa77
|
4
|
+
data.tar.gz: f2e1b49e4d258b96b2e42c8111897e01ee4809d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82f01a230b41f4aad4d9c6da059ae2038f36975fcbb50b23ae14ebe3a6257b83c7a32610017d6cce92738063e0f6214f9aa6398a658f1effe46264c6fe07f792
|
7
|
+
data.tar.gz: e17b7beb47ef221fc1cb244dfa47ffeaf2a9dd57f259e099f8540f7c12d22a9010b4010c9d4c219c1e02d2b0fa8f0a14b74950fcef891b28425efcbd458322cc
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Mindapp2
|
2
|
-
## v0.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
|
-
|
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 '
|
6
|
+
%li gem 'mindapp2', '~> 0.1.1.2'
|
7
7
|
|
8
8
|
%h2 Requirements
|
9
9
|
%ul
|
10
|
-
%li Rails 5.1.
|
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 '
|
15
|
+
%li gem 'mindapp2', '~> 0.1.1.2'
|
16
16
|
%li bundle
|
17
17
|
%li rails generate mindapp:install
|
18
18
|
%li bundle
|
data/lib/mindapp2/version.rb
CHANGED