synrp 0.16.9 → 0.17.0
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 +6 -4
- data/lib/synrp/version.rb +1 -1
- data/synrp.gemspec +1 -1
- metadata +6 -6
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
synrp (0.
|
4
|
+
synrp (0.17.0)
|
5
5
|
cri (~> 2.2)
|
6
6
|
highline
|
7
7
|
json
|
@@ -9,9 +9,11 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: http://rubygems.org/
|
11
11
|
specs:
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
colored (1.2)
|
13
|
+
cri (2.3.0)
|
14
|
+
colored (>= 1.2)
|
15
|
+
highline (1.6.13)
|
16
|
+
json (1.7.3)
|
15
17
|
|
16
18
|
PLATFORMS
|
17
19
|
ruby
|
data/lib/synrp/version.rb
CHANGED
data/synrp.gemspec
CHANGED
@@ -7,7 +7,7 @@ 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/
|
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
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: synrp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 91
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 17
|
9
|
+
- 0
|
10
|
+
version: 0.17.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Fabian Buch
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-06-22 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: cri
|
@@ -80,7 +80,7 @@ files:
|
|
80
80
|
- lib/synrp/synrp.rb
|
81
81
|
- lib/synrp/version.rb
|
82
82
|
- synrp.gemspec
|
83
|
-
homepage: https://github.com/
|
83
|
+
homepage: https://github.com/synyx/synRP/clients/synrp/
|
84
84
|
licenses: []
|
85
85
|
|
86
86
|
post_install_message: |
|