devise_token_auth 0.1.4 → 0.1.5

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.
@@ -0,0 +1 @@
1
+ 64836
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_token_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn Hurley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-30 00:00:00.000000000 Z
11
+ date: 2014-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -139,6 +139,7 @@ files:
139
139
  - test/dummy/public/422.html
140
140
  - test/dummy/public/500.html
141
141
  - test/dummy/public/favicon.ico
142
+ - test/dummy/tmp/pids/server.pid
142
143
  - test/integration/navigation_test.rb
143
144
  - test/lib/generators/devise_token_auth/devise_token_auth_generator_test.rb
144
145
  - test/test_helper.rb
@@ -209,6 +210,7 @@ test_files:
209
210
  - test/dummy/public/favicon.ico
210
211
  - test/dummy/Rakefile
211
212
  - test/dummy/README.rdoc
213
+ - test/dummy/tmp/pids/server.pid
212
214
  - test/integration/navigation_test.rb
213
215
  - test/lib/generators/devise_token_auth/devise_token_auth_generator_test.rb
214
216
  - test/test_helper.rb