gls_agent 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +1 -1
- data/gls_agent.gemspec +8 -8
- data/lib/gls_agent/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTBiMzI3NDdkNzU3NGRlYjAxYjNjNzg3MjNlY2Y3MTg1YWM3Yjc1YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDRkNDA0ODE0ZjUwYmQ2MTlhOGJmMDc0NWIwMzgyMzUwMzIyNDdkYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzBlYjE1NDFmMDYzNTI4NWIwMDU0OTU3ZTRmY2QxZWNhMTc5OTExMzQwMWNm
|
10
|
+
NWU3NTQ2ZTE5YTdjZTU5ZmI0NDM1ZTVhMGJiMWZmN2ExZWIwYTRjMjNiYmFk
|
11
|
+
OTU0NmI2YmFlMzQ1YjM0ZDc1ZmRiZTE2MjY0ZDJiNGIxNDI5MjU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDU4ZDJkMjI4ODZjZDNlZTEwMjcxOWNjNzE3MmFjM2VmOWRkY2IxNTAzZmQ3
|
14
|
+
NTEyOTA5YjEwNWY5NmZkMzg2NWI3MTA5ZTJmYjNlZDgzYmVjODQ2YjhlNGE5
|
15
|
+
NWU5YWZkNTkyMzdiMjYzYTEyZjA0ZGRkYzRiY2QyZWRhNGM4NzU=
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# GLSAgent
|
2
2
|
|
3
|
-
Log into GLS (General Logistics Systems) webpage, create a new parcel sticker and save it to disk.
|
3
|
+
Log into the German GLS (General Logistics Systems) webpage, create a new parcel sticker (for Germany) and save it to disk.
|
4
4
|
|
5
5
|
You'll need a "Easy-Start"/"Your GLS" account to do so.
|
6
6
|
|
data/gls_agent.gemspec
CHANGED
@@ -4,14 +4,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
require 'gls_agent/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
spec.name =
|
8
|
-
spec.version =
|
9
|
-
spec.authors = [
|
10
|
-
spec.email = [
|
11
|
-
spec.summary = %q{Fetches parcel labels from GLS webpage.}
|
12
|
-
spec.description = %q{Log into GLS site, create and save new parcel sticker.}
|
13
|
-
spec.homepage =
|
14
|
-
spec.license =
|
7
|
+
spec.name = 'gls_agent'
|
8
|
+
spec.version = GLSAgent::VERSION
|
9
|
+
spec.authors = ['Felix Wolfsteller']
|
10
|
+
spec.email = ['felix.wolfsteller@gmail.com']
|
11
|
+
spec.summary = %q{Fetches german parcel labels from GLS webpage.}
|
12
|
+
spec.description = %q{Log into GLS site, create and save new parcel sticker for Germany.}
|
13
|
+
spec.homepage = 'https://github.com/fwolfst/gls_agent'
|
14
|
+
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
data/lib/gls_agent/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module
|
2
|
-
VERSION = "0.1.
|
1
|
+
module GLSAgent
|
2
|
+
VERSION = "0.1.1".freeze
|
3
3
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gls_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Wolfsteller
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: Log into GLS site, create and save new parcel sticker.
|
55
|
+
description: Log into GLS site, create and save new parcel sticker for Germany.
|
56
56
|
email:
|
57
57
|
- felix.wolfsteller@gmail.com
|
58
58
|
executables:
|
@@ -71,7 +71,7 @@ files:
|
|
71
71
|
- lib/gls_agent.rb
|
72
72
|
- lib/gls_agent/gls_mech.rb
|
73
73
|
- lib/gls_agent/version.rb
|
74
|
-
homepage:
|
74
|
+
homepage: https://github.com/fwolfst/gls_agent
|
75
75
|
licenses:
|
76
76
|
- MIT
|
77
77
|
metadata: {}
|
@@ -94,5 +94,5 @@ rubyforge_project:
|
|
94
94
|
rubygems_version: 2.2.2
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
|
-
summary: Fetches parcel labels from GLS webpage.
|
97
|
+
summary: Fetches german parcel labels from GLS webpage.
|
98
98
|
test_files: []
|