devise_browserid_authenticatable 1.3.1 → 1.3.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.3.2
2
+
3
+ * Fixed the generator. Sorry folks! Thanks @scivola!
4
+
1
5
  # 1.3.1
2
6
 
3
7
  * Added the initializer-generator to the README.
@@ -9,9 +9,9 @@ Gem::Specification.new do |s|
9
9
  s.homepage = 'https://github.com/denschub/devise_browserid_authenticatable'
10
10
 
11
11
  s.files = `git ls-files`.split("\n")
12
- s.require_paths = %w('lib')
12
+ s.require_paths = %w(lib)
13
13
 
14
- s.version = '1.3.1'
14
+ s.version = '1.3.2'
15
15
 
16
16
  s.add_dependency 'devise', '>= 2.1'
17
17
  s.add_development_dependency 'minitest'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_browserid_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
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-07-16 00:00:00.000000000 Z
12
+ date: 2013-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: devise
@@ -87,7 +87,7 @@ licenses:
87
87
  post_install_message:
88
88
  rdoc_options: []
89
89
  require_paths:
90
- - ! '''lib'''
90
+ - lib
91
91
  required_ruby_version: !ruby/object:Gem::Requirement
92
92
  none: false
93
93
  requirements: