secure_link 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/secure_link/version.rb +1 -1
- data/secure_link.gemspec +3 -3
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ea9bf414d224782655eba7020c39ef8de9ec036
|
4
|
+
data.tar.gz: d8212bb0f8658cfc24bfe2c5fd9337881a9dde8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5b6d5a856af97a1931aef6a3a807d2e6a8be7699045fc5f9846a01eeb2a9d178e5b61bf37986cffa73bd271d4dbb3031a91a5b752e09addb34d7279153271f8
|
7
|
+
data.tar.gz: 304332e2ade3c0e341a4687bc3334e07d67dc190597f87092efa561cf23e212bdb213547fd78a030d969ec207894ac72d392f2ae3e82a0976d42cdb00e4cde7e
|
data/lib/secure_link/version.rb
CHANGED
data/secure_link.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = SecureLink::VERSION
|
9
9
|
spec.authors = ["Nikita Singh"]
|
10
10
|
spec.email = ["nikitaa_singh@yahoo.co.in"]
|
11
|
-
spec.summary = "This gem helps you authorize your Rails
|
12
|
-
spec.description = "This gem helps you authorize your Rails
|
13
|
-
spec.homepage = ""
|
11
|
+
spec.summary = "This gem helps you authorize your Rails link_to helper"
|
12
|
+
spec.description = "This gem helps you authorize your Rails link_to helper"
|
13
|
+
spec.homepage = "https://github.com/nikitasingh/secure_link"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: secure_link
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikita Singh
|
@@ -52,8 +52,7 @@ dependencies:
|
|
52
52
|
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: This gem helps you authorize your Rails
|
56
|
-
and devise
|
55
|
+
description: This gem helps you authorize your Rails link_to helper
|
57
56
|
email:
|
58
57
|
- nikitaa_singh@yahoo.co.in
|
59
58
|
executables: []
|
@@ -76,7 +75,7 @@ files:
|
|
76
75
|
- spec/secure_link/authorize_spec.rb
|
77
76
|
- spec/secure_link/button_spec.rb
|
78
77
|
- spec/secure_link/link_spec.rb
|
79
|
-
homepage:
|
78
|
+
homepage: https://github.com/nikitasingh/secure_link
|
80
79
|
licenses:
|
81
80
|
- MIT
|
82
81
|
metadata: {}
|
@@ -99,8 +98,7 @@ rubyforge_project:
|
|
99
98
|
rubygems_version: 2.0.14
|
100
99
|
signing_key:
|
101
100
|
specification_version: 4
|
102
|
-
summary: This gem helps you authorize your Rails
|
103
|
-
devise
|
101
|
+
summary: This gem helps you authorize your Rails link_to helper
|
104
102
|
test_files:
|
105
103
|
- spec/secure_link/authorize_spec.rb
|
106
104
|
- spec/secure_link/button_spec.rb
|