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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 663881ef7c0425ae8720808f8c37f8a919f6739f
4
- data.tar.gz: cb27210d7f105ffd9079137ee2787a96032c267b
3
+ metadata.gz: fe4966d41634056fb26a1eefb0daf78cb3548d03
4
+ data.tar.gz: 2eb8984003739ed4511635d1d1a7052e53c1ef56
5
5
  SHA512:
6
- metadata.gz: 3ca0607c5de6c5606e413bc71b19d46738d5ee98bdb1bdb17d1ccad4f5cde9a3afd515e0622a54dc03b00c16769dd8b1551e67c5e331274ea3bc57613c3750f9
7
- data.tar.gz: 89916a1b7d5fbad1bfba3e12095c3f69cd6b5f565fd2f50754329927faaa6adbff511675f1ab55a8c4d5580c89fca977e720b34a0ab5afc64a15fa695fb7f6d3
6
+ metadata.gz: b70c30f9353a0ef1aefe664fd0f08a6259285017b8907744e5f61d8eabcaaf21f7c8ec182bd3d13b7d347d3b5c1c36670485e3541439b1f0c73a5e4778a4f63f
7
+ data.tar.gz: e0e72b68e22fba4ae8e5c3c1fadbfe7cdba9a3fbbda7da0e91d6f108dfec4748cedc05ae00e9015a81051b8780020787c82a46454abe3f7ec749412eb8f03329
@@ -1,3 +1,3 @@
1
1
  module OxenPrinter
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_printer
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
@@ -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'