grant 3.0.0 → 3.1.0

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: 6a9b86c1e0b9860495eefdb5fc8596b14bb4ceca
4
- data.tar.gz: 2645c84a2d13f358efc4d47dbc9060a5ea7ddec1
3
+ metadata.gz: aacec148eaef152b7262cca0f86f2ed8185bd223
4
+ data.tar.gz: 48bdee2b568215fdc57b9994df6a0e83f11915d5
5
5
  SHA512:
6
- metadata.gz: e2fa6522ad720325ea322b58de103aa818ccfbee3375b4f241bf8d0c95237f9280ec8491e0e7870ce96189bab92be4ddb107d2780486773184239960b8c13a1a
7
- data.tar.gz: 49a613c5752e38303ce1f08cef27092916d8c23822f0c5b040c27df7a36d73f7480287985fc4a12aceb6000829b9266f86482a3949d6c2374c731a2d2101b409
6
+ metadata.gz: b3a5e1bf624371e3da47d80cedd8485bcfc5d5a88d1fcb4264ea5798c07a2a729be469ce3dbf9d24aabb42a4a84484a138545d41d45c5de9d88198b076c1e556
7
+ data.tar.gz: 90a83e1b11d5a6421bc090bcf837b8e8ee86c8a491c2b63ef949ca379d897511dc2c1eda0e02b6d93bdd39a8f95b79129066fbc857b4cbbf37d1eb4fa69302ad
@@ -1 +1 @@
1
- ruby-2.2.3
1
+ ruby-2.3.3
@@ -1,3 +1,3 @@
1
1
  module Grant
2
- VERSION = "3.0.0"
2
+ VERSION = "3.1.0"
3
3
  end
@@ -18,7 +18,7 @@ ActiveRecord::Base.establish_connection(connection_spec)
18
18
 
19
19
  # ActiveRecord::Base.connection.initialize_schema_migrations_table
20
20
 
21
- class CreateUser < ActiveRecord::Migration
21
+ class CreateUser < ActiveRecord::Migration[4.2]
22
22
  def self.up
23
23
  create_table :users, :force => true do |t|
24
24
  t.column :username, :string
@@ -30,7 +30,7 @@ class CreateUser < ActiveRecord::Migration
30
30
  end
31
31
  end
32
32
 
33
- class CreateModel < ActiveRecord::Migration
33
+ class CreateModel < ActiveRecord::Migration[4.2]
34
34
  def self.up
35
35
  create_table :models, :force => true do |t|
36
36
  t.column :name, :string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grant
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Kunkle
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-19 00:00:00.000000000 Z
12
+ date: 2018-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.4.5.1
109
+ rubygems_version: 2.6.12
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Conscious security constraints for your ActiveRecord model objects