beam_up 0.5.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.
metadata ADDED
@@ -0,0 +1,108 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: beam_up
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
+ platform: ruby
6
+ authors:
7
+ - Rails Designer
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: aws-sdk-s3
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: rexml
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: rubyzip
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '3.0'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '3.0'
54
+ description: Beam Up is a deployment CLI for static sites that works with popular
55
+ hosting providers like Netlify, AWS S3, Bunny, DigitalOcean Spaces and Hetzner.
56
+ Configure it once, then deploy your site to any provider with a single command.
57
+ Use it from the command line, embed it in your Ruby scripts or integrate it into
58
+ your CI/CD pipeline.
59
+ email:
60
+ - developers@railsdesigner.com
61
+ executables: []
62
+ extensions: []
63
+ extra_rdoc_files: []
64
+ files:
65
+ - LICENSE.txt
66
+ - README.md
67
+ - lib/beam_up.rb
68
+ - lib/beam_up/cli.rb
69
+ - lib/beam_up/configuration.rb
70
+ - lib/beam_up/core.rb
71
+ - lib/beam_up/errors.rb
72
+ - lib/beam_up/providers.rb
73
+ - lib/beam_up/providers/aws_s3.rb
74
+ - lib/beam_up/providers/base.rb
75
+ - lib/beam_up/providers/bunny.rb
76
+ - lib/beam_up/providers/digital_ocean_spaces.rb
77
+ - lib/beam_up/providers/hetzner.rb
78
+ - lib/beam_up/providers/neocities.rb
79
+ - lib/beam_up/providers/netlify.rb
80
+ - lib/beam_up/providers/s3_compatible.rb
81
+ - lib/beam_up/providers/sftp.rb
82
+ - lib/beam_up/providers/statichost.rb
83
+ - lib/beam_up/providers/transporter.rb
84
+ - lib/beam_up/result.rb
85
+ - lib/beam_up/version.rb
86
+ homepage: https://railsdesigner.com/open-source/beam-up/
87
+ licenses:
88
+ - MIT
89
+ metadata: {}
90
+ rdoc_options: []
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ requirements: []
104
+ rubygems_version: 4.0.10
105
+ specification_version: 4
106
+ summary: A CLI tool that deploys your static sites to multiple hosting providers from
107
+ a single command.
108
+ test_files: []