lita-aws-cloudfront 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a21488406c51bfca0beed2d4448bd8c496fb39900d61c8c689289c1ffb5eb10c
4
+ data.tar.gz: 5d80bb5063471a87ad3017063176465dabf9e95b309cac02a4462ab56de9f1b7
5
+ SHA512:
6
+ metadata.gz: 826d62e0b1ef2f5a5b8de0da7fcacf9e89061b11fadc63583867131c4395613fabeafbb3a9d07d8afd8927869f76f50d666a843c586d9ad62da6640a797b74fd
7
+ data.tar.gz: 490d744ffcbe94c1416cf00557dad804b6ef916fb8bfb2d6c5fd5bc2aff141302bfaeab498ea08a9fc8052c30fc8e4d72a9ff78328215e239574e06f9d139fb8
@@ -0,0 +1 @@
1
+ 2.6.3
@@ -0,0 +1,75 @@
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 unhappychoice@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/
75
+
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec
@@ -0,0 +1,97 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ lita-aws-cloudfront (0.1.0)
5
+ aws-sdk-cloudfront (~> 1)
6
+ lita (>= 4.7)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ aws-eventstream (1.0.3)
12
+ aws-partitions (1.207.0)
13
+ aws-sdk-cloudfront (1.22.0)
14
+ aws-sdk-core (~> 3, >= 3.61.1)
15
+ aws-sigv4 (~> 1.1)
16
+ aws-sdk-core (3.65.1)
17
+ aws-eventstream (~> 1.0, >= 1.0.2)
18
+ aws-partitions (~> 1.0)
19
+ aws-sigv4 (~> 1.1)
20
+ jmespath (~> 1.0)
21
+ aws-sigv4 (1.1.0)
22
+ aws-eventstream (~> 1.0, >= 1.0.2)
23
+ byebug (11.0.1)
24
+ coderay (1.1.2)
25
+ concurrent-ruby (1.1.5)
26
+ diff-lcs (1.3)
27
+ faraday (0.15.4)
28
+ multipart-post (>= 1.2, < 3)
29
+ http_router (0.11.2)
30
+ rack (>= 1.0.0)
31
+ url_mount (~> 0.2.1)
32
+ i18n (1.6.0)
33
+ concurrent-ruby (~> 1.0)
34
+ ice_nine (0.11.2)
35
+ jmespath (1.4.0)
36
+ lita (4.7.1)
37
+ bundler (>= 1.3)
38
+ faraday (>= 0.8.7)
39
+ http_router (>= 0.11.2)
40
+ i18n (>= 0.6.9)
41
+ ice_nine (>= 0.11.0)
42
+ multi_json (>= 1.7.7)
43
+ puma (>= 2.7.1)
44
+ rack (>= 1.5.2, < 2.0.0)
45
+ rb-readline (>= 0.5.1)
46
+ redis-namespace (>= 1.3.0)
47
+ thor (>= 0.18.1)
48
+ method_source (0.9.2)
49
+ multi_json (1.13.1)
50
+ multipart-post (2.1.1)
51
+ nio4r (2.5.1)
52
+ pry (0.12.2)
53
+ coderay (~> 1.1.0)
54
+ method_source (~> 0.9.0)
55
+ pry-byebug (3.7.0)
56
+ byebug (~> 11.0)
57
+ pry (~> 0.10)
58
+ puma (4.1.0)
59
+ nio4r (~> 2.0)
60
+ rack (1.6.11)
61
+ rack-test (1.1.0)
62
+ rack (>= 1.0, < 3)
63
+ rake (12.3.3)
64
+ rb-readline (0.5.5)
65
+ redis (4.1.2)
66
+ redis-namespace (1.6.0)
67
+ redis (>= 3.0.4)
68
+ rspec (3.8.0)
69
+ rspec-core (~> 3.8.0)
70
+ rspec-expectations (~> 3.8.0)
71
+ rspec-mocks (~> 3.8.0)
72
+ rspec-core (3.8.2)
73
+ rspec-support (~> 3.8.0)
74
+ rspec-expectations (3.8.4)
75
+ diff-lcs (>= 1.2.0, < 2.0)
76
+ rspec-support (~> 3.8.0)
77
+ rspec-mocks (3.8.1)
78
+ diff-lcs (>= 1.2.0, < 2.0)
79
+ rspec-support (~> 3.8.0)
80
+ rspec-support (3.8.2)
81
+ thor (0.20.3)
82
+ url_mount (0.2.1)
83
+ rack
84
+
85
+ PLATFORMS
86
+ ruby
87
+
88
+ DEPENDENCIES
89
+ bundler (~> 2)
90
+ lita-aws-cloudfront!
91
+ pry-byebug
92
+ rack-test
93
+ rake
94
+ rspec (>= 3.0.0)
95
+
96
+ BUNDLED WITH
97
+ 2.0.2
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Yuji Ueki
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.
22
+
@@ -0,0 +1,53 @@
1
+ # lita-aws-cloudfront
2
+ [![Gem Version](https://badge.fury.io/rb/lita-aws-cloudfront.svg)](https://badge.fury.io/rb/lita-aws-cloudfront)
3
+ [![Code Climate](https://codeclimate.com/github/unhappychoice/lita-aws-cloudfront/badges/gpa.svg)](https://codeclimate.com/github/unhappychoice/lita-aws-cloudfront)
4
+ [![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/unhappychoice/lita-aws-cloudfront.svg)](https://libraries.io/github/unhappychoice/lita-aws-cloudfront)
5
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/lita-aws-cloudfront?type=total)
6
+ ![GitHub](https://img.shields.io/github/license/unhappychoice/lita-aws-cloudfront.svg)
7
+
8
+ `lita-aws-cloudfront` allows you to manage AWS CloudFront by commands.
9
+
10
+ ## Installation
11
+
12
+ Add lita-aws-cloudfront to your Lita instance's Gemfile:
13
+
14
+ ``` ruby
15
+ gem "lita-aws-cloudfront"
16
+ ```
17
+
18
+ ## Configuration
19
+ Set environment variables below.
20
+
21
+ ```
22
+ AWS_REGION=us-east-1
23
+ AWS_ACCESS_KEY_ID=xxxx
24
+ AWS_SECRET_ACCESS_KEY=xxxx
25
+ ```
26
+
27
+ or use config
28
+
29
+ ```
30
+ Lita.config.handlers.aws_cloudfront.aws_region = 'us-east-1'
31
+ Lita.config.handlers.aws_cloudfront.aws_access_key_id = 'xxxx'
32
+ Lita.config.handlers.aws_cloudfront.aws_secret_access_key = 'xxxx'
33
+ ```
34
+
35
+ ## Usage
36
+
37
+ ```bash
38
+ lita cloudfront distributions
39
+ lita cloudfront invalidations ${distribution_id}
40
+ lita cloudfront invalidate ${distribution_id} ${path or '/*' if path is empty}
41
+ ```
42
+
43
+ ## Contributing
44
+
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/unhappychoice/lita-aws-cloudfront. 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.
46
+
47
+ ## License
48
+
49
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
50
+
51
+ ## Code of Conduct
52
+
53
+ Everyone interacting in the Lita::AWS::CloudFront project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/unhappychoice/lita-aws-cloudfront/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task default: :spec
@@ -0,0 +1,12 @@
1
+ require "lita"
2
+
3
+ Lita.load_locales Dir[File.expand_path(
4
+ File.join("..", "..", "locales", "*.yml"), __FILE__
5
+ )]
6
+
7
+ require "lita/handlers/aws_cloudfront"
8
+
9
+ Lita::Handlers::AwsCloudfront.template_root File.expand_path(
10
+ File.join("..", "..", "templates"),
11
+ __FILE__
12
+ )
@@ -0,0 +1,61 @@
1
+ require 'aws-sdk-cloudfront'
2
+
3
+ module Lita
4
+ module Handlers
5
+ class AwsCloudfront < Handler
6
+ config :aws_region
7
+ config :aws_access_key_id
8
+ config :aws_secret_access_key
9
+
10
+ distributions_help = { 'cloudfront distributions' => 'List cloudfront distributions' }
11
+ route(/cloudfront distributions$/, help: distributions_help) do |response|
12
+ distributions = client.list_distributions.distribution_list.items
13
+ response.reply(render_template('distributions', distributions: distributions))
14
+ rescue StandardError => e
15
+ response.reply ':rage: Error has occurred'
16
+ response.reply e.to_s
17
+ end
18
+
19
+ invalidations_help = { 'cloudfront invalidations' => 'List cloudfront invalidations' }
20
+ route(/cloudfront invalidations\s+([a-zA-Z0-9]+)\s*$/, help: invalidations_help) do |response|
21
+ distribution_id = response.matches.first[0]
22
+ invalidations = client.list_invalidations(distribution_id: distribution_id).invalidation_list.items
23
+ response.reply(render_template('invalidations', invalidations: invalidations))
24
+ rescue StandardError => e
25
+ response.reply ':rage: Error has occurred'
26
+ response.reply e.to_s
27
+ end
28
+
29
+ invalidate_help = { 'cloudfront invalidate ${distribution_id} ${path}' => 'Invalidate distribution for path' }
30
+ route(/cloudfront invalidate\s+([a-zA-Z0-9]+)\s*(.*)$/, help: invalidate_help) do |response|
31
+ distribution_id = response.matches.first[0]
32
+ path = response.matches.first[1]&.gsub(/\s/, '')
33
+ path = '/*' if path.nil? || path.empty?
34
+ invalidation = client.create_invalidation(
35
+ distribution_id: distribution_id,
36
+ invalidation_batch: {
37
+ paths: {
38
+ quantity: 1,
39
+ items: [path]
40
+ },
41
+ caller_reference: SecureRandom.uuid
42
+ }
43
+ ).invalidation
44
+ response.reply("Invalidation #{invalidation.id} for #{path} is created.")
45
+ rescue StandardError => e
46
+ response.reply ':rage: Error has occurred'
47
+ response.reply e.to_s
48
+ end
49
+
50
+ private def client
51
+ Aws::CloudFront::Client.new(
52
+ region: config.aws_region || ENV['AWS_REGION'],
53
+ access_key_id: config.aws_access_key_id || ENV['AWS_ACCESS_KEY_ID'],
54
+ secret_access_key: config.aws_secret_access_key || ENV['AWS_SECRET_ACCESS_KEY']
55
+ )
56
+ end
57
+
58
+ Lita.register_handler(self)
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,25 @@
1
+ Gem::Specification.new do |spec|
2
+ spec.name = "lita-aws-cloudfront"
3
+ spec.version = "0.1.0"
4
+ spec.authors = ["Yuji Ueki"]
5
+ spec.email = ["unhappychoice@gmail.com"]
6
+ spec.description = "Lita handler to manage cloud front"
7
+ spec.summary = "Lita handler to manage cloud front"
8
+ spec.homepage = "https://github.com/unhappychoice/lita-aws-cloudfront"
9
+ spec.license = "MIT"
10
+ spec.metadata = { "lita_plugin_type" => "handler" }
11
+
12
+ spec.files = `git ls-files`.split($/)
13
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
14
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
15
+ spec.require_paths = ["lib"]
16
+
17
+ spec.add_runtime_dependency "lita", ">= 4.7"
18
+ spec.add_runtime_dependency 'aws-sdk-cloudfront', '~> 1'
19
+
20
+ spec.add_development_dependency "bundler", "~> 2"
21
+ spec.add_development_dependency "pry-byebug"
22
+ spec.add_development_dependency "rake"
23
+ spec.add_development_dependency "rack-test"
24
+ spec.add_development_dependency "rspec", ">= 3.0.0"
25
+ end
@@ -0,0 +1,4 @@
1
+ en:
2
+ lita:
3
+ handlers:
4
+ aws_cloudfront:
@@ -0,0 +1,4 @@
1
+ require "spec_helper"
2
+
3
+ describe Lita::Handlers::AwsCloudfront, lita_handler: true do
4
+ end
@@ -0,0 +1,6 @@
1
+ require "lita-aws-cloudfront"
2
+ require "lita/rspec"
3
+
4
+ # A compatibility mode is provided for older plugins upgrading from Lita 3. Since this plugin
5
+ # was generated with Lita 4, the compatibility mode should be left disabled.
6
+ Lita.version_3_compatibility_mode = false
File without changes
@@ -0,0 +1,11 @@
1
+ <% if @distributions.empty? %>
2
+ There are no invalidations.
3
+ <% else %>
4
+ <% @distributions.each do |distribution| %>
5
+ --------------------------------------------------------
6
+ ID: <%= distribution.id %>
7
+ DomainName: <%= distribution.domain_name %>
8
+ Origins: <%= distribution.origins.items.map(&:domain_name).join(', ') %>
9
+ <% end %>
10
+ --------------------------------------------------------
11
+ <% end %>
@@ -0,0 +1,11 @@
1
+ <% if @invalidations.empty? %>
2
+ There are no invalidations.
3
+ <% else %>
4
+ <% @invalidations.each do |invalidation| %>
5
+ --------------------------------------------------------
6
+ ID: <%= invalidation.id %>
7
+ CreatedAt: <%= invalidation.create_time %>
8
+ Status: <%= invalidation.status %>
9
+ <% end %>
10
+ --------------------------------------------------------
11
+ <% end %>
metadata ADDED
@@ -0,0 +1,160 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lita-aws-cloudfront
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Yuji Ueki
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-09-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: lita
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '4.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '4.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: aws-sdk-cloudfront
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2'
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry-byebug
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rack-test
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: 3.0.0
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 3.0.0
111
+ description: Lita handler to manage cloud front
112
+ email:
113
+ - unhappychoice@gmail.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".ruby-version"
119
+ - CODE_OF_CONDUCT.md
120
+ - Gemfile
121
+ - Gemfile.lock
122
+ - LICENSE.txt
123
+ - README.md
124
+ - Rakefile
125
+ - lib/lita-aws-cloudfront.rb
126
+ - lib/lita/handlers/aws_cloudfront.rb
127
+ - lita-aws-cloudfront.gemspec
128
+ - locales/en.yml
129
+ - spec/lita/handlers/aws_cloudfront_spec.rb
130
+ - spec/spec_helper.rb
131
+ - templates/.gitkeep
132
+ - templates/distributions.erb
133
+ - templates/invalidations.erb
134
+ homepage: https://github.com/unhappychoice/lita-aws-cloudfront
135
+ licenses:
136
+ - MIT
137
+ metadata:
138
+ lita_plugin_type: handler
139
+ post_install_message:
140
+ rdoc_options: []
141
+ require_paths:
142
+ - lib
143
+ required_ruby_version: !ruby/object:Gem::Requirement
144
+ requirements:
145
+ - - ">="
146
+ - !ruby/object:Gem::Version
147
+ version: '0'
148
+ required_rubygems_version: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ requirements: []
154
+ rubygems_version: 3.0.3
155
+ signing_key:
156
+ specification_version: 4
157
+ summary: Lita handler to manage cloud front
158
+ test_files:
159
+ - spec/lita/handlers/aws_cloudfront_spec.rb
160
+ - spec/spec_helper.rb