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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d39255d6d4c5f9fd1216568030bc4b0957ff143
4
- data.tar.gz: 48f93eb22ba177d90a4ed338034ce55bb71ff1a7
3
+ metadata.gz: 6399452f6672306de000a18f752a0f4b8da07c3f
4
+ data.tar.gz: c67d5661226b8ba7467788507bda0a8042ffb328
5
5
  SHA512:
6
- metadata.gz: e4314cdb62a5cadf40117dc918a791dde1dc83be4923eaa29d9fcf382e453c8bb478c7d201d1ebcb5090c79d650779cf51f7b3d416136a551e85dc1288f38102
7
- data.tar.gz: bce53559ebbbd71a5befdc6de001678b28863eb9f64dec29be9bb5334c377aafd44d8b44afb3fe5d8a9ff54a7ead1a1f880379fd38c2180aa53d350e1a3131cf
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 '~> 4.2.0'
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
@@ -2,5 +2,5 @@
2
2
  module Onotole
3
3
  RAILS_VERSION = '~> 5.0.0'
4
4
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
5
- VERSION = '2.0.0'
5
+ VERSION = '2.0.1'
6
6
  end
@@ -1,2 +1,2 @@
1
- web: bundle exec puma -p $4: <%= "#{app_name.upcase}_PORT" %> -C ./config/puma.rb
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.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-03 00:00:00.000000000 Z
12
+ date: 2016-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler