auto-session-timeout-warning 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["krishna.srihari@gmail.com"]
|
11
11
|
spec.description = %q{jQuery automatic session timeout warning in a Rails application.}
|
12
12
|
spec.summary = %q{jQuery automatic session timeout in a Rails application.}
|
13
|
-
spec.homepage = "https://github.com/krishnasrihari/
|
13
|
+
spec.homepage = "https://github.com/krishnasrihari/auto-session-timeout-warning"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: auto-session-timeout-warning
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-09-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -96,7 +96,7 @@ files:
|
|
96
96
|
- test/auto_session_timeout_warning_helper_test.rb
|
97
97
|
- test/auto_session_timeout_warning_test.rb
|
98
98
|
- test/test_helper.rb
|
99
|
-
homepage: https://github.com/krishnasrihari/
|
99
|
+
homepage: https://github.com/krishnasrihari/auto-session-timeout-warning
|
100
100
|
licenses:
|
101
101
|
- MIT
|
102
102
|
post_install_message:
|