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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ccb11332e893ef9744aa978aa652b6f1df2f075
4
- data.tar.gz: c332ff6e31dad982d50eada5d6dadaa729829556
3
+ metadata.gz: 4ea9bf414d224782655eba7020c39ef8de9ec036
4
+ data.tar.gz: d8212bb0f8658cfc24bfe2c5fd9337881a9dde8e
5
5
  SHA512:
6
- metadata.gz: 9cb440713564127462e200c1c264db8d4c2f416950f9136de7284676878563d8e299ecf2f6a6991bad1d3d93ed52cd61308dd690a8a2cdbb7141d6bec93522e7
7
- data.tar.gz: de10c098d0e6a158a396f1f650807579594f30c75de72792bf1405caa055c3c6bb4bee495bd0d273ae86d644a28ed14f19041dc416e1bab452b135b2d13cbe44
6
+ metadata.gz: a5b6d5a856af97a1931aef6a3a807d2e6a8be7699045fc5f9846a01eeb2a9d178e5b61bf37986cffa73bd271d4dbb3031a91a5b752e09addb34d7279153271f8
7
+ data.tar.gz: 304332e2ade3c0e341a4687bc3334e07d67dc190597f87092efa561cf23e212bdb213547fd78a030d969ec207894ac72d392f2ae3e82a0976d42cdb00e4cde7e
@@ -1,3 +1,3 @@
1
1
  module SecureLink
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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 link with the help of cancan and devise"
12
- spec.description = "This gem helps you authorize your Rails link with the help of cancan and devise"
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.1
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 link with the help of cancan
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 link with the help of cancan and
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