oxen_user 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b81abfc715f1536c19b05003bfdba92c7b0eefd3
4
- data.tar.gz: d03baefba5ea33da68981845757928fa7ea05d73
3
+ metadata.gz: 98627eb8e9d91862a5b61b60ae99bbc57b60eb05
4
+ data.tar.gz: 2397e00d0b99cc7e77d915596bfd8af06599a458
5
5
  SHA512:
6
- metadata.gz: d94c21d518b26a22e284784a199a4d97c66df305ab5e42bf11d249ef06e37f15d45bc769a198b081087605440ff32b700bcf9ae027c879c7227c949a4209a8e9
7
- data.tar.gz: 9a0e47ae9f2d3008433cfa67db67ba8f1ad186c848cd354e826ebb291e36274c37004b04210514415ee172d3fa8855844da8d5e1e8279071c2f0aa3d60582386
6
+ metadata.gz: d378d2b01cb6c5883412f19f68b329858b5aa40333b8ab956b79a0fed0e60843602aa75ca564b98dd2062bd140c10f369ab5baee2a3f8cb968eb8525dc615f35
7
+ data.tar.gz: b0207ed6057777ba3c50bc104f56242e89751d0de3d2ba60b96967b5e7e9d4bb36e21f1e3725d68696d6dab70f0fa360000713ab217b67d816a9493da9b800a2
@@ -1,3 +1,3 @@
1
1
  module OxenUser
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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.0
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
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here