fog-aws 3.6.6 → 3.10.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.
data/.travis.yml DELETED
@@ -1,53 +0,0 @@
1
- language: ruby
2
- sudo: false
3
- script: bundle exec rake test
4
- branches:
5
- except:
6
- - "/\\Av\\d+\\Z/"
7
- matrix:
8
- fast_finish: true
9
- include:
10
- - rvm: 2.3.0
11
- gemfile: Gemfile
12
- - rvm: 2.3.0
13
- gemfile: gemfiles/Gemfile-edge
14
- - rvm: 2.4.0
15
- gemfile: Gemfile
16
- - rvm: 2.4.0
17
- gemfile: gemfiles/Gemfile-edge
18
- - rvm: 2.5.0
19
- gemfile: Gemfile
20
- - rvm: 2.5.0
21
- gemfile: gemfiles/Gemfile-edge
22
- - rvm: jruby-head
23
- gemfile: Gemfile
24
- allow_failures:
25
- - rvm: jruby-head
26
- gemfile: Gemfile
27
- - rvm: 2.2.0
28
- gemfile: gemfiles/Gemfile-edge
29
- - rvm: 2.3.0
30
- gemfile: gemfiles/Gemfile-edge
31
- - rvm: 2.4.0
32
- gemfile: gemfiles/Gemfile-edge
33
- - rvm: 2.5.0
34
- gemfile: gemfiles/Gemfile-edge
35
- notifications:
36
- email: false
37
- irc:
38
- channels:
39
- - irc.freenode.org#ruby-fog
40
- template:
41
- - "[#%{build_number}] %{message} %{build_url}"
42
- - "[#%{build_number}] %{commit} on %{branch} by %{author}"
43
- - "[#%{build_number}] %{compare_url}"
44
- on_success: always
45
- on_failure: always
46
- use_notice: false
47
- before_install:
48
- - gem update bundler
49
- env:
50
- global:
51
- secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
52
- after_success:
53
- - bundle exec codeclimate-test-reporter
@@ -1,7 +0,0 @@
1
-
2
- source "https://rubygems.org"
3
-
4
- gem 'mime-types', '~> 3.1'
5
- gem 'nokogiri', '~> 1.6.8'
6
-
7
- gemspec :path => "../"
data/stale.yml DELETED
@@ -1,17 +0,0 @@
1
- # Number of days of inactivity before an issue becomes stale
2
- daysUntilStale: 60
3
- # Number of days of inactivity before a stale issue is closed
4
- daysUntilClose: 7
5
- # Issues with these labels will never be considered stale
6
- exemptLabels:
7
- - pinned
8
- - security
9
- # Label to use when marking an issue as stale
10
- staleLabel: wontfix
11
- # Comment to post when marking an issue as stale. Set to `false` to disable
12
- markComment: >
13
- This issue has been automatically marked stale due to inactivity.
14
- It will be closed if no further activity occurs.
15
- Thank you for your contributions.
16
- # Comment to post when closing a stale issue. Set to `false` to disable
17
- closeComment: false