corn_starch 1.1.1 → 1.1.2

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: 2fe5c2a13ab971d82738445253992a71b60710ef
4
- data.tar.gz: d140e481530bd1cbfd08e334fa62d89485884a46
3
+ metadata.gz: 3fe523d0888002261dd10a14e220864a8ea485af
4
+ data.tar.gz: cb183bc5c03d279b6a7d6362fb6a6ad9d3f5f354
5
5
  SHA512:
6
- metadata.gz: 20b7a46d9c25e821c13f29babeccc56f9c5818648483ef2db67691ae50268fbf007c5d9dcc076487c503da3bbf55be32e7ac31811b183acfbf2d38e9f0a98cfa
7
- data.tar.gz: 36bd1591a7a4af2fb76be2d943d4023b6211fe6373e5e0b20a4628ac7979ab49d5b80c2beee26d5f1ba3876903b02886671482b7f302cedc18a127f903438547
6
+ metadata.gz: 5fc50279bfa3a0b3fe4751a0a897549415b823d1d93639f54c93d5dde380e7f84045d9582b5acbfab8fbf760188392b83cfbf3e99cc60a73ee4de926905f0b34
7
+ data.tar.gz: d56768b984577fcd1d7590ea7e1e637bfd0812e241e76fa6688d8b3d2133f5cb4396cf85865fb7b18243ec3da1375845ecf81ba9dcc0c3b29d60c91eb4f2e5e5
@@ -30,5 +30,5 @@ CORNSTARCH_CONF['pagination']['records_per_page']['opts'] ||= [ 10, 25, 50, 100
30
30
  # Authentication
31
31
  CORNSTARCH_CONF['authentication'] ||= {}
32
32
  CORNSTARCH_CONF['authentication']['user_model'] ||= {}
33
- CORNSTARCH_CONF['authentication']['user_model']['name'] = 'User'
34
- CORNSTARCH_CONF['authentication']['user_model']['uid_field'] = 'username'
33
+ CORNSTARCH_CONF['authentication']['user_model']['name'] ||= 'User'
34
+ CORNSTARCH_CONF['authentication']['user_model']['uid_field'] ||= 'username'
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = "1.1.1"
2
+ VERSION = '1.1.2'
3
3
  end
data/lib/corn_starch.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # by Eresse <eresse@eresse.net>
3
3
 
4
4
  # Includes
5
- require "corn_starch/version"
5
+ require 'corn_starch/version'
6
6
 
7
7
  # CornStarch Module
8
8
  module CornStarch
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-29 00:00:00.000000000 Z
11
+ date: 2016-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler