synrp 0.16.4 → 0.16.4.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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- synrp (0.16.4)
4
+ synrp (0.16.4.1)
5
5
  cri (~> 2.2)
6
6
  json
7
7
 
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Commandline Client for Synyx Resource Planner (synRP)
2
+
3
+ The synyx Resource Planner is a web application for managing work assignments. See https://github.com/Synyx/synRP for more information. This is a commandline client that uses its REST service.
4
+
5
+ ## Usage
6
+
7
+ # synrp help
8
+
9
+
data/lib/synrp/cli.rb CHANGED
@@ -5,8 +5,8 @@ module Synrp::CLI
5
5
  synRP = Synrp::SynRP.new
6
6
 
7
7
  @cmd = Cri::Command.define do
8
- name 'rpt'
9
- usage 'rpt [options] [command] [options]'
8
+ name 'synrp'
9
+ usage 'synrp [options] [command] [options]'
10
10
  summary 'to access ressourceplanning via commandline'
11
11
  description <<-DESC
12
12
  For --site, --username and --passwort parameters you can
data/lib/synrp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Synrp
2
- VERSION = "0.16.4"
2
+ VERSION = "0.16.4.1"
3
3
  end
data/synrp.gemspec CHANGED
@@ -7,11 +7,13 @@ Gem::Specification.new do |s|
7
7
  s.version = Synrp::VERSION
8
8
  s.authors = ["Fabian Buch"]
9
9
  s.email = ["buch@synyx.de"]
10
- s.homepage = "https://github.com/Synyx/synRP"
10
+ s.homepage = "https://github.com/Synyx/synRP/clients/synrp/"
11
11
  s.summary = %q{Commandline Client for Synyx Resource Planner (synRP)}
12
12
  s.description = %q{The synyx Resource Planner is a web application for managing work assignments. See https://github.com/Synyx/synRP for more information. This is a commandline client that uses its REST service.}
13
13
 
14
14
  s.files = Dir['[A-Z]*'] + Dir['{bin,lib,tasks,test}/**/*'] + [ 'synrp.gemspec' ]
15
+ s.extra_rdoc_files = ['README.md']
16
+ s.rdoc_options = [ '--main', 'README.md' ]
15
17
  s.executables = [ 'synrp' ]
16
18
  s.require_paths = [ 'lib' ]
17
19
 
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synrp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 87
4
+ hash: 221
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 16
9
9
  - 4
10
- version: 0.16.4
10
+ - 1
11
+ version: 0.16.4.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Fabian Buch
@@ -53,10 +54,11 @@ executables:
53
54
  - synrp
54
55
  extensions: []
55
56
 
56
- extra_rdoc_files: []
57
-
57
+ extra_rdoc_files:
58
+ - README.md
58
59
  files:
59
60
  - Gemfile.lock
61
+ - README.md
60
62
  - Gemfile
61
63
  - Rakefile
62
64
  - bin/synrp
@@ -65,7 +67,7 @@ files:
65
67
  - lib/synrp/synrp.rb
66
68
  - lib/synrp/version.rb
67
69
  - synrp.gemspec
68
- homepage: https://github.com/Synyx/synRP
70
+ homepage: https://github.com/Synyx/synRP/clients/synrp/
69
71
  licenses: []
70
72
 
71
73
  post_install_message: |
@@ -73,8 +75,9 @@ post_install_message: |
73
75
  run "synrp help" for usage information
74
76
  ------------------------------------------------------------------------------
75
77
 
76
- rdoc_options: []
77
-
78
+ rdoc_options:
79
+ - --main
80
+ - README.md
78
81
  require_paths:
79
82
  - lib
80
83
  required_ruby_version: !ruby/object:Gem::Requirement