snapuser 0.2.5 → 0.2.6

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: 6071678522da82d7646d3c87d54828f63f68129d
4
- data.tar.gz: a55d8d5b1f208372018ced5a9d08fa9ab5d6a3f9
3
+ metadata.gz: dae8f1b71abee86c5fcd720913c799ca77b7c693
4
+ data.tar.gz: 58fb646859c6076f70b583a8b1182bc65fb83319
5
5
  SHA512:
6
- metadata.gz: 0d0c1e350c3bfd3d02f8bb6c56bfcb997b77e848727d89241284464cdc816fc5cbe86c9d052e75459d7781d6c37a1560c02a2e74a87dbb9b8390da01bc163510
7
- data.tar.gz: be262fffc639a34b54e241c8525334b1f9cb0e240263f3072970331131feff104dc86a4337c034808c12c6058dbe6f793a276b6e5205e5a301fe5977f9b1f1c6
6
+ metadata.gz: 62166ec15f314b9ca4754ad84f565c1fd7ca2d255da4ea9ff0e221b0e124758354f8dc573b2ab04a183cf2172f08e8376163075dc141333a33891922f639cd2b
7
+ data.tar.gz: ec258a7ad77504594a139cbaf5213f51152754fd1ee74dc7e520aed3cb8818ddb895782a14e9630f677cec3d0f01ac6cc87c479dc2b557cb1997fc427025b37c
@@ -1,4 +1,4 @@
1
- class CreateUsers < ActiveRecord::Migration
1
+ class CreateUsers < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  create_table :users do |t|
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Snapuser
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapuser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - khcr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-12 00:00:00.000000000 Z
11
+ date: 2018-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails