password_resetter 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module PasswordResetter
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: password_resetter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -142,8 +142,7 @@ dependencies:
142
142
  description: And it will be sweet
143
143
  email:
144
144
  - efatsi@comcast.net
145
- executables:
146
- - password_resetter
145
+ executables: []
147
146
  extensions: []
148
147
  extra_rdoc_files: []
149
148
  files:
@@ -210,8 +209,6 @@ files:
210
209
  - spec/support/account_helper.rb
211
210
  - spec/support/controller_login_helper.rb
212
211
  - spec/support/making_helper.rb
213
- - !binary |-
214
- YmluL3Bhc3N3b3JkX3Jlc2V0dGVy
215
212
  homepage: http://efatsi.github.com
216
213
  licenses: []
217
214
  post_install_message:
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require 'password_resetter'
4
- rake password_resetter_engine:install:migrations
5
- rake db:migrate