auto-session-timeout-warning 0.1.2 → 0.1.3

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.
@@ -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/jquery-auto-session-timeout"
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($/)
@@ -2,7 +2,7 @@ module Auto
2
2
  module Session
3
3
  module Timeout
4
4
  module Warning
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  end
7
7
  end
8
8
  end
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.2
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-08-29 00:00:00.000000000 Z
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/jquery-auto-session-timeout
99
+ homepage: https://github.com/krishnasrihari/auto-session-timeout-warning
100
100
  licenses:
101
101
  - MIT
102
102
  post_install_message: