appgen 0.0.4 → 0.0.5

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: 59bac73034c1292b16d6d2d9134ff5c2d3117a9a
4
- data.tar.gz: da4af3e4fea40819065f62369f366598935987bb
3
+ metadata.gz: f1222aea76a9cb46ca78537a43a75d13220a1ad5
4
+ data.tar.gz: 68097647d1ef9975618b73431b5f4038c2a6c7c7
5
5
  SHA512:
6
- metadata.gz: cf75bd0142bd09f18707dbffad8008113bbde8798ef911baaaf4200adde04c942d8098d6775e0ea00c6f25d21260ee1792c801ac8adb9db52c2f2296f5fe1b36
7
- data.tar.gz: 69a3678c2364705894bb5bb2b48d1f40125420e0a27d5320dba97d7f3efea2012968d3515f3f8ff0f29852b23c3191aa034a19a577da25a7a4e68aa1daed99e1
6
+ metadata.gz: e632c7984e72fd20b72e1739a61b1e6a1ebf3b7aad51dd082f3966be18b5cc0b323adc373a4aaaaa5c1d8897bce6a9dafaf76a98282dd8f71b1e3dd4246e1cc9
7
+ data.tar.gz: e6a24224beb84fbb38b6da09452a03304ab221cbf71866278e7d53b9df2cc4f20e15755c93aa11433d81435ec470addcbbabb725555755c98fca7c17007f5298
data/README.md CHANGED
@@ -39,9 +39,14 @@ Here is the rails blog demonstration as appgen description:
39
39
  There are comments.
40
40
  A comment has a user.
41
41
 
42
- Some more descriptions in examples folder.
42
+ Some more descriptions in [examples](https://github.com/arnaudlevy/appgen/tree/master/examples).
43
43
  Feel free to contribute with yours!
44
44
 
45
+ ## Possible roadmap
46
+
47
+ Ideas about possible features.
48
+ Right now, i just feel it goes too far.
49
+
45
50
  ### Hosting
46
51
 
47
52
  And if you want to host it on heroku, just add:
@@ -59,19 +64,6 @@ If you want the app to be created in Europe, use:
59
64
 
60
65
  The app is hosted on heroku in Europe.
61
66
 
62
- ### Examples
63
-
64
- Todo list
65
-
66
- The app name is mytodolist.
67
- There are actions.
68
- An action has a title, a done status (boolean) and a user.
69
- There are users.
70
- A user has a first name, a last name, and an email.
71
- Users can login.
72
- The app has an admin area.
73
- The app is hosted on heroku.
74
-
75
67
  ### Components used
76
68
 
77
69
  The app generated use these gems by default
@@ -80,8 +72,8 @@ The app generated use these gems by default
80
72
  - bootstrap
81
73
  - kaminari
82
74
 
83
- ### Roadmap
84
- - make it work
75
+ ### Features
76
+
85
77
  - make default route to first entity described
86
78
  - add attachments (paperclip, aws)
87
79
  - add navigation (simple-navigation)
@@ -96,7 +88,6 @@ The app generated use these gems by default
96
88
  - https://prelang.com
97
89
  - https://github.com/mjacobus/koine-appgenerator
98
90
 
99
-
100
91
  ## Development
101
92
 
102
93
  After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -95,7 +95,7 @@ module Appgen
95
95
 
96
96
  def run(command)
97
97
  puts "$ #{command}"
98
- # system command
98
+ system command
99
99
  end
100
100
  end
101
101
  end
@@ -1,3 +1,3 @@
1
1
  module Appgen
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-18 00:00:00.000000000 Z
11
+ date: 2017-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler