emblaze 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7122dde752a48a7da893f0567ac6cfaa395bf548
4
+ data.tar.gz: 2476113334b75f30dff3b06c9d97d7d35b766089
5
+ SHA512:
6
+ metadata.gz: fd9311773205cc5802545eb9503f526ee2e5006bb531808bf5745d6db657d2827236eb38dff648c53c5c0d7e7ce52e0debae5db4eafc5a7d4c3f03d640a35f12
7
+ data.tar.gz: d51eaf9fd6bebad5dcb1f65b3fa63a86e21a7fd004e54c9aff8d0fa4864b5a54a44e92ade3b6bc66db3c0d1e620211b73298b621c14aecde9b90e515f734e7f1
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ .env
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at akaraduman@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in emblaze.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Arda Karaduman
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,59 @@
1
+ # Emblaze
2
+
3
+ I was originally going to name this as `aws-s3-deploy`. But it seems that name was taken at rubygems, along with a whole set of names like s3deploy, s3Deployer, etc, so here we are with Emblaze !
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'emblaze'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install emblaze
20
+
21
+ ## Usage
22
+
23
+ Add this to your Gemfile :
24
+
25
+ require "emblaze/tasks"
26
+
27
+ Prepare a .env file which contains
28
+
29
+ AWS_REGION="YOUR AWS REGION"
30
+ AWS_BUCKET_NAME=""
31
+ AWS_ACCESS_KEY=""
32
+ AWS_SECRET_KEY=""
33
+
34
+ Or alternatively you can pass these by settings ENVs.
35
+
36
+ To deploy the site, call
37
+
38
+ bundle exec rake s3
39
+
40
+ The default site folder is `_site` to comply with Jekyll, this will be configurable in future versions.
41
+ The upload task will delete contents of your bucket, minify & gzip your assets, and upload to the site.
42
+
43
+ ## Development
44
+
45
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
46
+
47
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
48
+
49
+ ## Contributing
50
+
51
+ Bug reports and pull requests are welcome on GitHub at https://github.com/c0ze/emblaze . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
52
+
53
+ ## License
54
+
55
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
56
+
57
+ ## Code of Conduct
58
+
59
+ Everyone interacting in the Emblaze project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/emblaze/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,4 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
3
+
4
+ require "emblaze/tasks"
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "emblaze"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/emblaze.gemspec ADDED
@@ -0,0 +1,38 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "emblaze/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "emblaze"
8
+ spec.version = Emblaze::VERSION
9
+ spec.authors = ["Arda Karaduman"]
10
+ spec.email = ["akaraduman@gmail.com"]
11
+
12
+ spec.summary = %q{Simple rake task to deploy a static website to aws s3}
13
+ spec.description = %q{Simple rake task to deploy a static website to aws s3
14
+ Minifies and gzips assets.
15
+ Requires ENV variables (can be read from .env or travis if in CI) :
16
+ AWS_REGION
17
+ AWS_BUCKET_NAME
18
+ AWS_SECRET_KEY
19
+ AWS_ACCESS_KEY
20
+ }
21
+ spec.homepage = "https://github.com/c0ze/emblaze"
22
+ spec.license = "MIT"
23
+
24
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
25
+ f.match(%r{^(test|spec|features)/})
26
+ end
27
+ spec.bindir = "exe"
28
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
+ spec.require_paths = ["lib"]
30
+
31
+ spec.add_development_dependency "bundler", "~> 1.15"
32
+ spec.add_development_dependency "rake", "~> 12.1.0"
33
+
34
+ spec.add_runtime_dependency "aws-sdk", "~> 3.0.1"
35
+ spec.add_runtime_dependency "rake", "~> 12.1.0"
36
+ spec.add_runtime_dependency "dotenv", "~> 2.2.1"
37
+ spec.add_runtime_dependency "reduce", "~> 0.3.0"
38
+ end
@@ -0,0 +1,64 @@
1
+ require "emblaze/version"
2
+
3
+ module Emblaze
4
+ class << self
5
+ def local_dir; './_site'; end
6
+
7
+ def access_key; ENV['AWS_ACCESS_KEY']; end
8
+ def secret_key; ENV['AWS_SECRET_KEY']; end
9
+ def region; ENV['AWS_REGION']; end
10
+ def bucket_name; ENV['AWS_BUCKET_NAME']; end
11
+
12
+ def file_types
13
+ { ".html" => { type: "text/html" },
14
+ ".css" => { type: "text/css" },
15
+ ".js" => { type: "application/javascript" }
16
+ }
17
+ end
18
+
19
+ def traverse_directory(path)
20
+ Dir.entries(path).map do |f|
21
+ next if [".", ".."].include? f
22
+ f_path = File.join(path, f)
23
+ if File.directory? f_path
24
+ traverse_directory f_path
25
+ else
26
+ f_path
27
+ end
28
+ end
29
+ end
30
+
31
+ def gzip(data)
32
+ sio = StringIO.new
33
+ gz = Zlib::GzipWriter.new(sio)
34
+ gz.write(data)
35
+ gz.close
36
+ sio.string
37
+ end
38
+
39
+ def upload_compressed_object(key, f, ext)
40
+ s3.put_object bucket: bucket_name,
41
+ key: key,
42
+ body: gzip(File.read(f)),
43
+ acl: "public-read",
44
+ content_type: file_types[ext][:type],
45
+ content_encoding: "gzip",
46
+ cache_control: "max-age=604800"
47
+ end
48
+
49
+ def upload_object(key, f, ext)
50
+ s3.put_object bucket: bucket_name,
51
+ key: key,
52
+ body: File.open(f),
53
+ acl: "public-read",
54
+ cache_control: "max-age=604800"
55
+ end
56
+
57
+ def s3
58
+ @@s3 ||= Aws::S3::Client.new(
59
+ region: region,
60
+ credentials: Aws::Credentials.new(access_key, secret_key)
61
+ )
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,66 @@
1
+ require "emblaze/emblaze"
2
+
3
+ module Emblaze
4
+ class << self
5
+ include Rake::DSL if defined? Rake::DSL
6
+
7
+ def install_tasks
8
+ desc "Deploy via S3"
9
+ task :s3 do
10
+
11
+ Dotenv.load
12
+ page = s3.list_objects(bucket: bucket_name)
13
+
14
+ p "deleting content"
15
+ loop do
16
+ page.contents.each do |ob|
17
+ s3.delete_object bucket: bucket_name, key: ob.key
18
+ end
19
+ break unless page.next_page?
20
+ page = page.next_page
21
+ end
22
+
23
+ p "uploading _site"
24
+
25
+ traverse_directory(local_dir).flatten.compact.each do |f|
26
+ key = f.gsub(local_dir+"/", "")
27
+ ext = File.extname(f)
28
+ if file_types.keys.include? ext
29
+ upload_compressed_object(key, f, ext)
30
+ else
31
+ upload_object(key, f, ext)
32
+ end
33
+ end
34
+
35
+ p "s3 deploy complete"
36
+ end
37
+
38
+ # Shamelessly copied from
39
+ # https://gist.github.com/rrevanth/9377cb1f1664bf610e38#file-rakefile-L43
40
+ # https://github.com/stereobooster/jekyll-press/issues/26
41
+ desc "Minify site"
42
+ task :minify do
43
+ puts "\n## Compressing static assets"
44
+ original = 0.0
45
+ compressed = 0
46
+ Dir.glob("_site/**/*.*") do |file|
47
+ case File.extname(file)
48
+ when ".css", ".gif", ".html", ".jpg", ".jpeg", ".js", ".png", ".xml"
49
+ puts "Processing: #{file}"
50
+ original += File.size(file).to_f
51
+ min = Reduce.reduce(file)
52
+ File.open(file, "w") do |f|
53
+ f.write(min)
54
+ end
55
+ compressed += File.size(file)
56
+ else
57
+ puts "Skipping: #{file}"
58
+ end
59
+ end
60
+ puts "Total compression %0.2f\%" % (((original-compressed)/original)*100)
61
+ end
62
+ end
63
+ end
64
+ end
65
+
66
+ Emblaze.install_tasks
@@ -0,0 +1,7 @@
1
+ require "aws-sdk"
2
+ require "dotenv"
3
+ require "reduce"
4
+
5
+ module Emblaze
6
+ VERSION = "0.1.0"
7
+ end
metadata ADDED
@@ -0,0 +1,142 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: emblaze
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Arda Karaduman
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.15'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.15'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 12.1.0
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 12.1.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: aws-sdk
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 3.0.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 3.0.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 12.1.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 12.1.0
69
+ - !ruby/object:Gem::Dependency
70
+ name: dotenv
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.2.1
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.2.1
83
+ - !ruby/object:Gem::Dependency
84
+ name: reduce
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 0.3.0
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 0.3.0
97
+ description: "Simple rake task to deploy a static website to aws s3\n Minifies and
98
+ gzips assets.\n Requires ENV variables (can be read from .env or travis if in CI)
99
+ :\n AWS_REGION\n AWS_BUCKET_NAME\n AWS_SECRET_KEY\n AWS_ACCESS_KEY\n "
100
+ email:
101
+ - akaraduman@gmail.com
102
+ executables: []
103
+ extensions: []
104
+ extra_rdoc_files: []
105
+ files:
106
+ - ".gitignore"
107
+ - CODE_OF_CONDUCT.md
108
+ - Gemfile
109
+ - LICENSE.txt
110
+ - README.md
111
+ - Rakefile
112
+ - bin/console
113
+ - bin/setup
114
+ - emblaze.gemspec
115
+ - lib/emblaze/emblaze.rb
116
+ - lib/emblaze/tasks.rb
117
+ - lib/emblaze/version.rb
118
+ homepage: https://github.com/c0ze/emblaze
119
+ licenses:
120
+ - MIT
121
+ metadata: {}
122
+ post_install_message:
123
+ rdoc_options: []
124
+ require_paths:
125
+ - lib
126
+ required_ruby_version: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ version: '0'
131
+ required_rubygems_version: !ruby/object:Gem::Requirement
132
+ requirements:
133
+ - - ">="
134
+ - !ruby/object:Gem::Version
135
+ version: '0'
136
+ requirements: []
137
+ rubyforge_project:
138
+ rubygems_version: 2.6.11
139
+ signing_key:
140
+ specification_version: 4
141
+ summary: Simple rake task to deploy a static website to aws s3
142
+ test_files: []