oxen_user 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/oxen_user/version.rb +1 -1
- metadata +1 -3
- data/bin/console +0 -14
- data/bin/setup +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98627eb8e9d91862a5b61b60ae99bbc57b60eb05
|
4
|
+
data.tar.gz: 2397e00d0b99cc7e77d915596bfd8af06599a458
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d378d2b01cb6c5883412f19f68b329858b5aa40333b8ab956b79a0fed0e60843602aa75ca564b98dd2062bd140c10f369ab5baee2a3f8cb968eb8525dc615f35
|
7
|
+
data.tar.gz: b0207ed6057777ba3c50bc104f56242e89751d0de3d2ba60b96967b5e7e9d4bb36e21f1e3725d68696d6dab70f0fa360000713ab217b67d816a9493da9b800a2
|
data/lib/oxen_user/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oxen_user
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Walther H Diechmann
|
@@ -333,8 +333,6 @@ files:
|
|
333
333
|
- app/views/oxen/users/invitations/_new.html.haml
|
334
334
|
- app/views/oxen/users/invitations/create.html.haml
|
335
335
|
- app/views/oxen/users/invitations/edit.html.haml
|
336
|
-
- bin/console
|
337
|
-
- bin/setup
|
338
336
|
- config/initializers/devise.rb
|
339
337
|
- config/initializers/devise_permitted_parameters.rb
|
340
338
|
- config/locales/devise.da.yml
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "account"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start
|