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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTYyODU5ZTE4NTYyZjk1OTkwMTI0OGYyNDM4M2Q5MDlkM2M1MDkxZQ==
4
+ ZTBiMzI3NDdkNzU3NGRlYjAxYjNjNzg3MjNlY2Y3MTg1YWM3Yjc1YQ==
5
5
  data.tar.gz: !binary |-
6
- NjQ4ZTdmOWVmNTA2Y2ZhZDIzMTIxYjcwNTQ2ZjA3Njk5Zjk0YjU2MA==
6
+ MDRkNDA0ODE0ZjUwYmQ2MTlhOGJmMDc0NWIwMzgyMzUwMzIyNDdkYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWMwNTQwYzJhZjcxMDBiNDUzNjI1MGJiMGQ1NTU1OWI1ZjIwMzNjNTJjN2Q5
10
- YmE4NTJiMzJjNDIwNmRmYTEzZTc0MGZmMWU4MWFlYjNmMjg0ZWJjOTY2NjNh
11
- ZjY2ZDNjZGM2Njc1OTVjMjU3MTA4YzhkYzJhNTYwY2IzZDQ1ZjY=
9
+ NzBlYjE1NDFmMDYzNTI4NWIwMDU0OTU3ZTRmY2QxZWNhMTc5OTExMzQwMWNm
10
+ NWU3NTQ2ZTE5YTdjZTU5ZmI0NDM1ZTVhMGJiMWZmN2ExZWIwYTRjMjNiYmFk
11
+ OTU0NmI2YmFlMzQ1YjM0ZDc1ZmRiZTE2MjY0ZDJiNGIxNDI5MjU=
12
12
  data.tar.gz: !binary |-
13
- MjUwMzVhNzYyMjk0MDcwYWY3ZmQ1ZGE2ZTIyYTZhNDgzOGI4YzM1MDNkY2Y3
14
- NzhkMGFkM2U2NTdkNTViZTQ3ZjYzNTVhODJjMWViYjAzNDk2ZjU3N2I2MDlm
15
- NzkzMDU2YTYxODA5MjgyMTkwNjgwMGFjMGNiOTM3N2U5YTM2YzU=
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 = "gls_agent"
8
- spec.version = GlsAgent::VERSION
9
- spec.authors = ["Felix Wolfsteller"]
10
- spec.email = ["felix.wolfsteller@gmail.com"]
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 = "MIT"
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) }
@@ -1,3 +1,3 @@
1
- module GlsAgent
2
- VERSION = "0.1.0"
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.0
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: []