ispmail-on-rails 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 741b78260a616af74126e6df7bfa8317560b1b8f
4
- data.tar.gz: 3fa4a84bcc9c11553ab77872f83aaaf75c405acf
3
+ metadata.gz: 01096e9085a7a63f8f1db334ca0ef2059bd388aa
4
+ data.tar.gz: 4ad07c63b1bc0ec6c995208dd71287f2ee5c2f24
5
5
  SHA512:
6
- metadata.gz: f0134b0f185551f4cd0938178f437709c229e00f8a86b1fe04f7e2a8cc1dfc138f1fd00dc9de89fbd4cfe19c1ce39ce11fbacee2559056fc52677e859e61fe60
7
- data.tar.gz: 578a126cf4421566b59dfe6f61e0aba8487b93cb0287b688c883565b4ede0b1e46b90d518f058cd6601fcf901b72de1b58fa24ab9988bcc0dd3e09d95c94d3fd
6
+ metadata.gz: 657df8f6e958a237069a090509e8671a5d46ac6bb75975607d41b086f09a3e2a23e65bb46cacb5c8669f68cbb7f567c235ca1f79876d98b58a37a9d3a8e1e31e
7
+ data.tar.gz: 763d87bf8613b9e82218b9ef5086d0ef30cbe4cb97fca32fbe47e97b54b54e472c7aecf74b0054e758210367a66ab937293015f5263c6b4556c25b46680c84a3
data/.gitignore CHANGED
@@ -17,3 +17,5 @@
17
17
  # Ignore .env environment variables
18
18
  /.env
19
19
  /.byebug_history
20
+
21
+ /*.gem
data/README.md CHANGED
@@ -2,27 +2,32 @@
2
2
 
3
3
  This is a Ruby on Rails application to manage ISPMAIL:
4
4
  https://workaround.org/ispmail/jessie
5
- https://workaround.org/ispmail/jessie/ansible
5
+
6
+ See ringe/ansible-ispmail-jessie for installation with Ansible.
7
+
8
+ ## Requirements
9
+
10
+ You need MySQL to run this app. To run in production, have a look at the links above.
6
11
 
7
12
  ## Installation
8
13
 
9
- Add this line to your application's Gemfile:
14
+ Unpack this gem in you destination folder, for instance
10
15
 
11
- ```ruby
12
- gem 'ispmail-on-rails'
13
- ```
16
+ $ cd /var/www
17
+ $ gem unpack ispmail-on-rails
14
18
 
15
- And then execute:
19
+ Add .env file with the following contents:
16
20
 
17
- $ bundle
21
+ DB_USER=root
22
+ DB_PASSWORD=
18
23
 
19
- Or install it yourself as:
24
+ And then execute:
20
25
 
21
- $ gem install ispmail-on-rails
26
+ $ ./bin/setup
22
27
 
23
28
  ## Usage
24
29
 
25
- TODO: Write usage instructions here
30
+ $ bundle exec rails server
26
31
 
27
32
  ## Development
28
33
 
data/Rakefile CHANGED
@@ -2,5 +2,6 @@
2
2
  # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
3
 
4
4
  require File.expand_path('../config/application', __FILE__)
5
+ require 'bundler/gem_tasks'
5
6
 
6
7
  Rails.application.load_tasks
@@ -1,7 +1,7 @@
1
1
  module Ispmail
2
2
  module On
3
3
  module Rails
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ispmail-on-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Runar Ingebrigtsen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-27 00:00:00.000000000 Z
11
+ date: 2016-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -195,4 +195,3 @@ signing_key:
195
195
  specification_version: 4
196
196
  summary: Rails app to manage ISPMAIL
197
197
  test_files: []
198
- has_rdoc: