oxen_printer 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_printer/version.rb +1 -1
- metadata +2 -4
- data/bin/rails +0 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe4966d41634056fb26a1eefb0daf78cb3548d03
|
4
|
+
data.tar.gz: 2eb8984003739ed4511635d1d1a7052e53c1ef56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b70c30f9353a0ef1aefe664fd0f08a6259285017b8907744e5f61d8eabcaaf21f7c8ec182bd3d13b7d347d3b5c1c36670485e3541439b1f0c73a5e4778a4f63f
|
7
|
+
data.tar.gz: e0e72b68e22fba4ae8e5c3c1fadbfe7cdba9a3fbbda7da0e91d6f108dfec4748cedc05ae00e9015a81051b8780020787c82a46454abe3f7ec749412eb8f03329
|
data/lib/oxen_printer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oxen_printer
|
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
|
@@ -56,8 +56,7 @@ description: oxen_printer manages printers and print_jobs - as a front end to CU
|
|
56
56
|
printers.
|
57
57
|
email:
|
58
58
|
- walther@diechmann.net
|
59
|
-
executables:
|
60
|
-
- rails
|
59
|
+
executables: []
|
61
60
|
extensions: []
|
62
61
|
extra_rdoc_files: []
|
63
62
|
files:
|
@@ -88,7 +87,6 @@ files:
|
|
88
87
|
- app/views/oxen/printers/_user_printer.html.haml
|
89
88
|
- app/views/oxen/printers/_user_printers.html.haml
|
90
89
|
- app/views/oxen/printers/create.html.haml
|
91
|
-
- bin/rails
|
92
90
|
- config/locales/da.yml
|
93
91
|
- config/routes.rb
|
94
92
|
- lib/action_printer.rb
|
data/bin/rails
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
|
3
|
-
|
4
|
-
ENGINE_ROOT = File.expand_path('../..', __FILE__)
|
5
|
-
ENGINE_PATH = File.expand_path('../../lib/oxen_printer/engine', __FILE__)
|
6
|
-
|
7
|
-
# Set up gems listed in the Gemfile.
|
8
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
9
|
-
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
10
|
-
|
11
|
-
require 'rails/all'
|
12
|
-
require 'rails/engine/commands'
|