shoplex 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ [Unit]
2
+ Description=Shoplex
3
+
4
+ [Service]
5
+ User=rawbotz
6
+ WorkingDirectory=/home/rawbotz/shoplex
7
+ ExecStart=/home/rawbotz/.rvm/wrappers/ruby-3.2.1/bundle exec rackup --host 127.0.0.1 --port 9400
8
+ Restart=always
9
+
10
+
11
+ [Install]
12
+ WantedBy=multi-user.target
13
+
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shoplex
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Felix Wolfsteller
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-03-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Converts a file exported from shopware 5 invoice data into booking lines
14
+ for lexware accounting software
15
+ email:
16
+ - felix.wolfsteller@gmail.com
17
+ executables:
18
+ - shoplex
19
+ - shoplex-web
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - CHANGELOG.md
24
+ - CODE_OF_CONDUCT.md
25
+ - Gemfile
26
+ - README.md
27
+ - Rakefile
28
+ - config.ru
29
+ - exe/shoplex
30
+ - exe/shoplex-web
31
+ - lib/shoplex.rb
32
+ - lib/shoplex/account_number.rb
33
+ - lib/shoplex/booking.rb
34
+ - lib/shoplex/booking_line.rb
35
+ - lib/shoplex/invoice_booking_converter.rb
36
+ - lib/shoplex/lexware_csv.rb
37
+ - lib/shoplex/result.rb
38
+ - lib/shoplex/sanity_check.rb
39
+ - lib/shoplex/shipping_splitter.rb
40
+ - lib/shoplex/shopware_csv_parser.rb
41
+ - lib/shoplex/shopware_invoice.rb
42
+ - lib/shoplex/version.rb
43
+ - shoplex.gemspec
44
+ - webui/assets/pico.min.css
45
+ - webui/shoplex.service
46
+ homepage: https://github.com/rawliving-germany/shoplex
47
+ licenses: []
48
+ metadata:
49
+ homepage_uri: https://github.com/rawliving-germany/shoplex
50
+ source_code_uri: https://github.com/rawliving-germany/shoplex
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 3.2.0
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubygems_version: 3.4.6
67
+ signing_key:
68
+ specification_version: 4
69
+ summary: shopware csv invoice export to lexware csv import
70
+ test_files: []