onotole 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -9
- data/lib/onotole/version.rb +1 -1
- data/templates/Procfile.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6399452f6672306de000a18f752a0f4b8da07c3f
|
4
|
+
data.tar.gz: c67d5661226b8ba7467788507bda0a8042ffb328
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72428530c971a7d9cfcb066090a49efc2ef0e6d13c9593a20b895137a4178d3baa518c00b3e0f8f3be943bca5cd7263ca83dada669e2e98c08669b462941fb35
|
7
|
+
data.tar.gz: c1ef5e68459e189d597abc6d8cf5871dbd66ae59abe23f278e4073fc5fe90a393a7848868eb4b8fc92cb0833caa62141d19f12ed20820dd4fbbdf3ea91859d76
|
data/README.md
CHANGED
@@ -1,16 +1,9 @@
|
|
1
1
|
[![Code Climate](https://codeclimate.com/github/kvokka/onotole/badges/gpa.svg)](https://codeclimate.com/github/kvokka/onotole)
|
2
2
|
|
3
|
-
# Onotole
|
3
|
+
# Onotole & Rails 5
|
4
4
|
|
5
5
|
New Rails project wizard. Onotole will help!
|
6
6
|
|
7
|
-
At this monent, i found unworking this gems:
|
8
|
-
* ActiveAdmin
|
9
|
-
* WillPaginane
|
10
|
-
|
11
|
-
I hope Rails 5 support willl be added there soon, or you may easyly find monkey patches for fixes.
|
12
|
-
Feel free to edit this list.
|
13
|
-
|
14
7
|
[![Onotole](http://i.imgur.com/8VsFFvy.jpg?1)](https://www.youtube.com/watch?v=wAuqhLpV2DY)
|
15
8
|
|
16
9
|
Read more [ENG](https://en.wikipedia.org/wiki/Anatoly_Wasserman) |
|
@@ -23,7 +16,7 @@ implemented function of user choice gems installation with all their settings,
|
|
23
16
|
so you can use fully working application with everything needed installed and
|
24
17
|
configured from the box. Cut `Bitters` as default choice.
|
25
18
|
|
26
|
-
As default uses the latest Ruby version and Rails '~>
|
19
|
+
As default uses the latest Ruby version and Rails '~> 5.0.0'
|
27
20
|
|
28
21
|
This user gem pack is available for custom installation (you will only choose
|
29
22
|
what you need) all of this will be available in the customization menu with `-c`
|
@@ -37,6 +30,14 @@ I begin collecting some [goodies](https://github.com/kvokka/onotole/goodies)
|
|
37
30
|
where some patches and tweaks will be placed in, for easier getting into and
|
38
31
|
using it with already started projects.
|
39
32
|
|
33
|
+
At this monent, I found unworking this gems:
|
34
|
+
* ActiveAdmin
|
35
|
+
* WillPaginane
|
36
|
+
|
37
|
+
I hope Rails 5 support willl be added there soon, or you may easyly find monkey patches for fixes.
|
38
|
+
Feel free to edit this list.
|
39
|
+
|
40
|
+
|
40
41
|
### Flexible gem group
|
41
42
|
|
42
43
|
#### Frontend frameworks
|
data/lib/onotole/version.rb
CHANGED
data/templates/Procfile.erb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
web: bundle exec puma -p
|
1
|
+
web: bundle exec puma -p $<%= "#{app_name.upcase}_PORT" %> -C ./config/puma.rb
|
2
2
|
worker: bundle exec rake jobs:work
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onotole
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kvokka
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-07-
|
12
|
+
date: 2016-07-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|