has_scope 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a38c086c93545529f868febab3d09cf921f5722
4
- data.tar.gz: c41ae283cf6b0f45698fee5d631030cdf0565acf
3
+ metadata.gz: 3db7f804dcbc1e09635f06cffe9d1f55644ee2d4
4
+ data.tar.gz: c9b31d57718566745dc27540fff52d876ebcb894
5
5
  SHA512:
6
- metadata.gz: 0dd2ec790d7b8f8e322cd40bb5086f445b3bc0ae39dba21d9465741270adb99ebd89c0fd91a62a0f9c338e41cd2d0df2370c2e2d9d5587801d55acff15a42971
7
- data.tar.gz: 1d377574c40939629bbd82116a14070777ed9df568792599a94749a048addd1218d7c0cd0be4543a402479884afcd2f408cfbee35156ffb72f5769285d24939c
6
+ metadata.gz: 7fd8364fa5113d1469ba2a5c0f331a8c11200df89e42954837777a8c3bb1c2ca778abba947bf45560789bcc1d35a0354b3a370cbd9e207cabebbe9f6f5f6d80a
7
+ data.tar.gz: 8466080207acf2242c4265ab98b10465333090d745b514cb78dddf81bfdb7ba0aa0bd36f6d2df45061293b17c419863c593f155b75f9d8a59d8fb1cca842a7d9
@@ -1,4 +1,4 @@
1
- Copyright 2009-2015 Plataforma Tecnologia. http://blog.plataformatec.com.br
1
+ Copyright 2009-2017 Plataforma Tecnologia. http://blog.plataformatec.com.br
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -165,4 +165,4 @@ If you discover any bugs or want to drop a line, feel free to create an issue on
165
165
 
166
166
  http://github.com/plataformatec/has_scope/issues
167
167
 
168
- MIT License. Copyright 2009-2015 Plataformatec. http://blog.plataformatec.com.br
168
+ MIT License. Copyright 2009-2016 Plataformatec. http://blog.plataformatec.com.br
@@ -1,3 +1,3 @@
1
1
  module HasScope
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_scope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Valim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-09 00:00:00.000000000 Z
11
+ date: 2017-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '4.1'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '5.1'
22
+ version: '5.2'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '4.1'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '5.1'
32
+ version: '5.2'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: activesupport
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '4.1'
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: '5.1'
42
+ version: '5.2'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '4.1'
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: '5.1'
52
+ version: '5.2'
53
53
  description: Maps controller filters to your resource scopes
54
54
  email: opensource@plataformatec.com.br
55
55
  executables: []
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.4.5
87
+ rubygems_version: 2.5.2
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Maps controller filters to your resource scopes.