expose 0.1.0 → 0.1.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.
- data/expose.gemspec +2 -2
- data/lib/expose/version.rb +1 -1
- metadata +10 -9
data/expose.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Mark G"]
|
|
10
10
|
s.email = ["expose@attackcorp.com"]
|
|
11
11
|
s.homepage = "https://github.com/attack/expose"
|
|
12
|
-
s.summary = %q{Simple dynamic configuration of
|
|
13
|
-
s.description = %q{Simple dynamic configuration of attr_protected}
|
|
12
|
+
s.summary = %q{Simple dynamic configuration of mass-assignment security}
|
|
13
|
+
s.description = %q{Simple dynamic configuration of mass-assignment security, specifically attr_protected and attr_accessible}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "expose"
|
|
16
16
|
|
data/lib/expose/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: expose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ default_executable:
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &2161178880 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ~>
|
|
@@ -22,10 +22,10 @@ dependencies:
|
|
|
22
22
|
version: '3.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *2161178880
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: rspec
|
|
28
|
-
requirement: &
|
|
28
|
+
requirement: &2161178380 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
@@ -33,10 +33,10 @@ dependencies:
|
|
|
33
33
|
version: '2.6'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
36
|
+
version_requirements: *2161178380
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
38
38
|
name: sqlite3-ruby
|
|
39
|
-
requirement: &
|
|
39
|
+
requirement: &2161178000 !ruby/object:Gem::Requirement
|
|
40
40
|
none: false
|
|
41
41
|
requirements:
|
|
42
42
|
- - ! '>='
|
|
@@ -44,8 +44,9 @@ dependencies:
|
|
|
44
44
|
version: '0'
|
|
45
45
|
type: :development
|
|
46
46
|
prerelease: false
|
|
47
|
-
version_requirements: *
|
|
48
|
-
description: Simple dynamic configuration of
|
|
47
|
+
version_requirements: *2161178000
|
|
48
|
+
description: Simple dynamic configuration of mass-assignment security, specifically
|
|
49
|
+
attr_protected and attr_accessible
|
|
49
50
|
email:
|
|
50
51
|
- expose@attackcorp.com
|
|
51
52
|
executables: []
|
|
@@ -89,5 +90,5 @@ rubyforge_project: expose
|
|
|
89
90
|
rubygems_version: 1.6.2
|
|
90
91
|
signing_key:
|
|
91
92
|
specification_version: 3
|
|
92
|
-
summary: Simple dynamic configuration of
|
|
93
|
+
summary: Simple dynamic configuration of mass-assignment security
|
|
93
94
|
test_files: []
|