shc 0.0.1 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 584bf7cc1089a92f11827fb6df47ba783d2ca37a00deca5c56864049f3914e4f
4
- data.tar.gz: 4102ca9344e25f89eae162bd5e1c5316027bdf4d8d6ec227789a0b87fff23604
3
+ metadata.gz: e152aa52dfd70d0fc77b67f85d6d881d08eecd7bb844c95a3dc40c2b862e1ac4
4
+ data.tar.gz: eeeaa302de263935c7ed86ae6e68686db0dfc280346a0136af50c3534256eaca
5
5
  SHA512:
6
- metadata.gz: 2e290b2d99f264057e16abb137c7cebd2f928af9e115e4ec6ba135053b51c8db59dee7e996a32f23a50ce4f9e03cbf94a6a23082f3b19b727c92c445000fa080
7
- data.tar.gz: bdf0d0ff54542632123abb2dc650b792597ec85bd4ef68b1a8f0fa9498165a0bba9b7ddb169af9bd1b2bdb110e7bceb79734f826dd42234bd5acc85a51b5faee
6
+ metadata.gz: 8edb988dda1b8a359a4af4ee213f0c93bd21ae8e711e94892294890c35b45dca7dbbf59c87cd2a8ad10700383d5d841fb26ff7de233435b8febf91a31b2a2b0d
7
+ data.tar.gz: ca493df4e6b5f64fe2d44b338ebdbdd4838d57ae05bff6fc7015b769e0ac9fc3f2bd71a1cbc7903b528b21945fac237609bfc0fd18a656725c7b8af35859d062
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- ruby '2.2.3'
3
+ ruby '3.4.5'
4
4
 
5
5
  # Specify your gem's dependencies in shc.gemspec
6
6
  gemspec
data/Gemfile.lock CHANGED
@@ -1,86 +1,149 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shc (0.0.1)
5
- multi_json
4
+ shc (0.0.3)
5
+ multi_json (~> 1.17)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.4.0)
11
- ast (2.4.0)
12
- backports (3.15.0)
13
- coderay (1.1.2)
14
- ethon (0.12.0)
15
- ffi (>= 1.3.0)
16
- faraday (0.15.4)
17
- multipart-post (>= 1.2, < 3)
18
- faraday_middleware (0.13.1)
19
- faraday (>= 0.7.4, < 1.0)
20
- ffi (1.11.1)
21
- gh (0.15.1)
22
- addressable (~> 2.4.0)
23
- backports
24
- faraday (~> 0.8)
25
- multi_json (~> 1.0)
26
- net-http-persistent (~> 2.9)
27
- net-http-pipeline
28
- highline (1.7.10)
29
- jaro_winkler (1.5.3)
30
- json (2.2.0)
31
- launchy (2.4.3)
32
- addressable (~> 2.3)
33
- method_source (0.9.2)
34
- multi_json (1.13.1)
35
- multipart-post (2.1.1)
36
- net-http-persistent (2.9.4)
10
+ activesupport (7.0.8.7)
11
+ concurrent-ruby (~> 1.0, >= 1.0.2)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ addressable (2.8.7)
16
+ public_suffix (>= 2.0.2, < 7.0)
17
+ ast (2.4.3)
18
+ base64 (0.3.0)
19
+ coderay (1.1.3)
20
+ concurrent-ruby (1.3.5)
21
+ connection_pool (2.5.4)
22
+ ethon (0.15.0)
23
+ ffi (>= 1.15.0)
24
+ faraday (2.7.12)
25
+ base64
26
+ faraday-net_http (>= 2.0, < 3.1)
27
+ ruby2_keywords (>= 0.0.4)
28
+ faraday-net_http (3.0.2)
29
+ faraday-rack (2.1.3)
30
+ faraday (~> 2.0)
31
+ faraday-retry (2.3.2)
32
+ faraday (~> 2.0)
33
+ faraday-typhoeus (1.1.0)
34
+ faraday (~> 2.0)
35
+ typhoeus (~> 1.4)
36
+ ffi (1.17.2)
37
+ ffi (1.17.2-aarch64-linux-gnu)
38
+ ffi (1.17.2-aarch64-linux-musl)
39
+ ffi (1.17.2-arm-linux-gnu)
40
+ ffi (1.17.2-arm-linux-musl)
41
+ ffi (1.17.2-arm64-darwin)
42
+ ffi (1.17.2-x86-linux-gnu)
43
+ ffi (1.17.2-x86-linux-musl)
44
+ ffi (1.17.2-x86_64-darwin)
45
+ ffi (1.17.2-x86_64-linux-gnu)
46
+ ffi (1.17.2-x86_64-linux-musl)
47
+ highline (2.1.0)
48
+ i18n (1.14.7)
49
+ concurrent-ruby (~> 1.0)
50
+ json (2.15.1)
51
+ json_pure (2.6.3)
52
+ language_server-protocol (3.17.0.5)
53
+ launchy (2.5.2)
54
+ addressable (~> 2.8)
55
+ lint_roller (1.1.0)
56
+ method_source (1.1.0)
57
+ minitest (5.25.5)
58
+ multi_json (1.17.0)
59
+ net-http-persistent (4.0.6)
60
+ connection_pool (~> 2.2, >= 2.2.4)
37
61
  net-http-pipeline (1.0.1)
38
- parallel (1.17.0)
39
- parser (2.6.3.0)
40
- ast (~> 2.4.0)
41
- pry (0.12.2)
42
- coderay (~> 1.1.0)
43
- method_source (~> 0.9.0)
62
+ parallel (1.27.0)
63
+ parser (3.3.9.0)
64
+ ast (~> 2.4.1)
65
+ racc
66
+ prism (1.5.1)
67
+ pry (0.15.2)
68
+ coderay (~> 1.1)
69
+ method_source (~> 1.0)
70
+ public_suffix (6.0.2)
44
71
  pusher-client (0.6.2)
45
72
  json
46
73
  websocket (~> 1.0)
47
- rainbow (3.0.0)
48
- rake (12.3.2)
49
- rubocop (0.68.1)
50
- jaro_winkler (~> 1.5.1)
74
+ racc (1.8.1)
75
+ rack (3.2.2)
76
+ rack-test (2.1.0)
77
+ rack (>= 1.3)
78
+ rainbow (3.1.1)
79
+ rake (13.3.0)
80
+ regexp_parser (2.11.3)
81
+ rubocop (1.81.1)
82
+ json (~> 2.3)
83
+ language_server-protocol (~> 3.17.0.2)
84
+ lint_roller (~> 1.1.0)
51
85
  parallel (~> 1.10)
52
- parser (>= 2.5, != 2.5.1.1)
86
+ parser (>= 3.3.0.2)
53
87
  rainbow (>= 2.2.2, < 4.0)
88
+ regexp_parser (>= 2.9.3, < 3.0)
89
+ rubocop-ast (>= 1.47.1, < 2.0)
54
90
  ruby-progressbar (~> 1.7)
55
- unicode-display_width (>= 1.4.0, < 1.6)
56
- ruby-progressbar (1.10.1)
57
- travis (1.8.10)
58
- backports
59
- faraday (~> 0.9)
60
- faraday_middleware (~> 0.9, >= 0.9.1)
61
- gh (~> 0.13)
62
- highline (~> 1.6)
63
- launchy (~> 2.1)
64
- pusher-client (~> 0.4)
65
- typhoeus (~> 0.6, >= 0.6.8)
66
- typhoeus (0.8.0)
67
- ethon (>= 0.8.0)
68
- unicode-display_width (1.5.0)
69
- websocket (1.2.8)
91
+ unicode-display_width (>= 2.4.0, < 4.0)
92
+ rubocop-ast (1.47.1)
93
+ parser (>= 3.3.7.2)
94
+ prism (~> 1.4)
95
+ ruby-progressbar (1.13.0)
96
+ ruby2_keywords (0.0.5)
97
+ travis (1.14.0)
98
+ faraday (~> 2.7.10)
99
+ faraday-rack (~> 2)
100
+ highline (~> 2.1.0)
101
+ json_pure (~> 2.6.3)
102
+ launchy (~> 2.5.2)
103
+ pusher-client (~> 0.6.2)
104
+ rack-test (~> 2.1.0)
105
+ travis-gh (~> 0.21.0)
106
+ travis-gh (0.21.0)
107
+ activesupport (~> 7.0.8)
108
+ addressable (~> 2.8)
109
+ faraday (~> 2)
110
+ faraday-retry
111
+ faraday-typhoeus
112
+ multi_json (~> 1)
113
+ net-http-persistent (~> 4)
114
+ net-http-pipeline
115
+ typhoeus (1.5.0)
116
+ ethon (>= 0.9.0, < 0.16.0)
117
+ tzinfo (2.0.6)
118
+ concurrent-ruby (~> 1.0)
119
+ unicode-display_width (3.2.0)
120
+ unicode-emoji (~> 4.1)
121
+ unicode-emoji (4.1.0)
122
+ websocket (1.2.11)
70
123
 
71
124
  PLATFORMS
125
+ aarch64-linux-gnu
126
+ aarch64-linux-musl
127
+ arm-linux-gnu
128
+ arm-linux-musl
129
+ arm64-darwin
72
130
  ruby
131
+ x86-linux-gnu
132
+ x86-linux-musl
133
+ x86_64-darwin
134
+ x86_64-linux-gnu
135
+ x86_64-linux-musl
73
136
 
74
137
  DEPENDENCIES
75
- bundler
76
- pry
77
- rake
78
- rubocop
138
+ bundler (~> 2.7)
139
+ pry (~> 0.15)
140
+ rake (~> 13.3)
141
+ rubocop (~> 1.80)
79
142
  shc!
80
- travis
143
+ travis (~> 1.14)
81
144
 
82
145
  RUBY VERSION
83
- ruby 2.2.3p173
146
+ ruby 3.4.5p51
84
147
 
85
148
  BUNDLED WITH
86
- 1.17.3
149
+ 2.7.2
data/README.md CHANGED
@@ -4,10 +4,11 @@ A simple HTTP(S) client in Ruby to query any RESTful API.
4
4
 
5
5
  ---
6
6
 
7
- Will be Implemented Request methods :
7
+ Implemented Request methods :
8
8
 
9
9
  * GET
10
10
  * POST
11
+ * PATCH
11
12
  * PUT
12
13
  * DELETE
13
14
 
@@ -17,7 +18,6 @@ Need to be implemented :
17
18
  * TRACE
18
19
  * OPTIONS
19
20
  * CONNECT
20
- * PATCH
21
21
 
22
22
  ---
23
23
 
data/lib/shc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module SHC
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
data/shc.gemspec CHANGED
@@ -1,29 +1,31 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
2
+
3
+ lib = File.expand_path("../lib", __FILE__)
3
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
+
4
6
  require 'shc/version'
5
7
 
6
8
  Gem::Specification.new do |spec|
7
- spec.name = "shc"
9
+ spec.name = 'shc'
8
10
  spec.version = SHC::VERSION
9
- spec.authors = ["Stéphane FEUGA"]
10
- spec.email = ["sfeuga@member.fsf.org"]
11
+ spec.authors = ['Stéphane FEUGA OSHIMA']
12
+ spec.email = ['sfeuga@member.fsf.org']
11
13
  spec.summary = %q{Simple HTTP and HTTPS Client in Ruby}
12
14
  spec.description = %q{A simple HTTP and HTTPS client in Ruby to query any RESTful API}
13
- spec.homepage = "https://github.com/sfeuga/simple-http_s-client"
14
- spec.required_ruby_version = '>= 2.3'
15
- spec.license = "GPL-3.0-or-later"
15
+ spec.homepage = 'https://github.com/sfeuga/simple-http_s-client'
16
+ spec.required_ruby_version = '>= 3.4'
17
+ spec.license = 'GPL-3.0-or-later'
16
18
 
17
19
  spec.files = `git ls-files -z`.split("\x0")
18
20
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
21
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
- spec.require_paths = ["lib"]
22
+ spec.require_paths = ['lib']
21
23
 
22
- spec.add_dependency 'multi_json', '~> 1.0'
24
+ spec.add_dependency 'multi_json', '~> 1.17'
23
25
 
24
- spec.add_development_dependency 'bundler', '~> 1.17'
25
- spec.add_development_dependency 'pry', '~> 0.12'
26
- spec.add_development_dependency 'rake', '~> 12.3'
27
- spec.add_development_dependency 'rubocop', '~> 0.68'
28
- spec.add_development_dependency 'travis', '~> 1.8'
26
+ spec.add_development_dependency 'bundler', '~> 2.7'
27
+ spec.add_development_dependency 'pry', '~> 0.15'
28
+ spec.add_development_dependency 'rake', '~> 13.3'
29
+ spec.add_development_dependency 'rubocop', '~> 1.80'
30
+ spec.add_development_dependency 'travis', '~> 1.14'
29
31
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Stéphane FEUGA
8
- autorequire:
7
+ - Stéphane FEUGA OSHIMA
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2019-06-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: multi_json
@@ -16,84 +15,84 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '1.0'
18
+ version: '1.17'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '1.0'
25
+ version: '1.17'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: bundler
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '1.17'
32
+ version: '2.7'
34
33
  type: :development
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '1.17'
39
+ version: '2.7'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: pry
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - "~>"
46
45
  - !ruby/object:Gem::Version
47
- version: '0.12'
46
+ version: '0.15'
48
47
  type: :development
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
- version: '0.12'
53
+ version: '0.15'
55
54
  - !ruby/object:Gem::Dependency
56
55
  name: rake
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - "~>"
60
59
  - !ruby/object:Gem::Version
61
- version: '12.3'
60
+ version: '13.3'
62
61
  type: :development
63
62
  prerelease: false
64
63
  version_requirements: !ruby/object:Gem::Requirement
65
64
  requirements:
66
65
  - - "~>"
67
66
  - !ruby/object:Gem::Version
68
- version: '12.3'
67
+ version: '13.3'
69
68
  - !ruby/object:Gem::Dependency
70
69
  name: rubocop
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
72
  - - "~>"
74
73
  - !ruby/object:Gem::Version
75
- version: '0.68'
74
+ version: '1.80'
76
75
  type: :development
77
76
  prerelease: false
78
77
  version_requirements: !ruby/object:Gem::Requirement
79
78
  requirements:
80
79
  - - "~>"
81
80
  - !ruby/object:Gem::Version
82
- version: '0.68'
81
+ version: '1.80'
83
82
  - !ruby/object:Gem::Dependency
84
83
  name: travis
85
84
  requirement: !ruby/object:Gem::Requirement
86
85
  requirements:
87
86
  - - "~>"
88
87
  - !ruby/object:Gem::Version
89
- version: '1.8'
88
+ version: '1.14'
90
89
  type: :development
91
90
  prerelease: false
92
91
  version_requirements: !ruby/object:Gem::Requirement
93
92
  requirements:
94
93
  - - "~>"
95
94
  - !ruby/object:Gem::Version
96
- version: '1.8'
95
+ version: '1.14'
97
96
  description: A simple HTTP and HTTPS client in Ruby to query any RESTful API
98
97
  email:
99
98
  - sfeuga@member.fsf.org
@@ -101,10 +100,6 @@ executables: []
101
100
  extensions: []
102
101
  extra_rdoc_files: []
103
102
  files:
104
- - ".gitignore"
105
- - ".rubocop.yml"
106
- - ".ruby-version"
107
- - ".travis.yml"
108
103
  - CONTRIBUTING.md
109
104
  - Gemfile
110
105
  - Gemfile.lock
@@ -124,7 +119,6 @@ homepage: https://github.com/sfeuga/simple-http_s-client
124
119
  licenses:
125
120
  - GPL-3.0-or-later
126
121
  metadata: {}
127
- post_install_message:
128
122
  rdoc_options: []
129
123
  require_paths:
130
124
  - lib
@@ -132,15 +126,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
126
  requirements:
133
127
  - - ">="
134
128
  - !ruby/object:Gem::Version
135
- version: '2.3'
129
+ version: '3.4'
136
130
  required_rubygems_version: !ruby/object:Gem::Requirement
137
131
  requirements:
138
132
  - - ">="
139
133
  - !ruby/object:Gem::Version
140
134
  version: '0'
141
135
  requirements: []
142
- rubygems_version: 3.0.4
143
- signing_key:
136
+ rubygems_version: 3.6.9
144
137
  specification_version: 4
145
138
  summary: Simple HTTP and HTTPS Client in Ruby
146
139
  test_files: []
data/.gitignore DELETED
@@ -1,222 +0,0 @@
1
-
2
- # Created by https://www.gitignore.io/api/linux,linux,macos,windows,ruby,git,vim,sublimetext,emacs
3
-
4
- ### Linux ###
5
- *~
6
-
7
- # temporary files which can be created if a process still has a handle open of a deleted file
8
- .fuse_hidden*
9
-
10
- # KDE directory preferences
11
- .directory
12
-
13
- # Linux trash folder which might appear on any partition or disk
14
- .Trash-*
15
-
16
-
17
- ### Linux ###
18
- *~
19
-
20
- # temporary files which can be created if a process still has a handle open of a deleted file
21
- .fuse_hidden*
22
-
23
- # KDE directory preferences
24
- .directory
25
-
26
- # Linux trash folder which might appear on any partition or disk
27
- .Trash-*
28
-
29
-
30
- ### macOS ###
31
- *.DS_Store
32
- .AppleDouble
33
- .LSOverride
34
-
35
- # Icon must end with two \r
36
- Icon
37
-
38
-
39
- # Thumbnails
40
- ._*
41
-
42
- # Files that might appear in the root of a volume
43
- .DocumentRevisions-V100
44
- .fseventsd
45
- .Spotlight-V100
46
- .TemporaryItems
47
- .Trashes
48
- .VolumeIcon.icns
49
- .com.apple.timemachine.donotpresent
50
-
51
- # Directories potentially created on remote AFP share
52
- .AppleDB
53
- .AppleDesktop
54
- Network Trash Folder
55
- Temporary Items
56
- .apdisk
57
-
58
-
59
- ### Windows ###
60
- # Windows image file caches
61
- Thumbs.db
62
- ehthumbs.db
63
-
64
- # Folder config file
65
- Desktop.ini
66
-
67
- # Recycle Bin used on file shares
68
- $RECYCLE.BIN/
69
-
70
- # Windows Installer files
71
- *.cab
72
- *.msi
73
- *.msm
74
- *.msp
75
-
76
- # Windows shortcuts
77
- *.lnk
78
-
79
-
80
- ### Ruby ###
81
- *.gem
82
- *.rbc
83
- /.config
84
- /coverage/
85
- /InstalledFiles
86
- /pkg/
87
- /spec/reports/
88
- /spec/examples.txt
89
- /test/tmp/
90
- /test/version_tmp/
91
- /tmp/
92
-
93
- # Used by dotenv library to load environment variables.
94
- # .env
95
-
96
- ## Specific to RubyMotion:
97
- .dat*
98
- .repl_history
99
- build/
100
- *.bridgesupport
101
- build-iPhoneOS/
102
- build-iPhoneSimulator/
103
-
104
- ## Specific to RubyMotion (use of CocoaPods):
105
- #
106
- # We recommend against adding the Pods directory to your .gitignore. However
107
- # you should judge for yourself, the pros and cons are mentioned at:
108
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
109
- #
110
- # vendor/Pods/
111
-
112
- ## Documentation cache and generated files:
113
- /.yardoc/
114
- /_yardoc/
115
- /doc/
116
- /rdoc/
117
-
118
- ## Environment normalization:
119
- /.bundle/
120
- /vendor/bundle
121
- /lib/bundler/man/
122
-
123
- # for a library or gem, you might want to ignore these files since the code is
124
- # intended to run in multiple environments; otherwise, check them in:
125
- # Gemfile.lock
126
- # .ruby-version
127
- # .ruby-gemset
128
-
129
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
130
- .rvmrc
131
-
132
-
133
- ### Git ###
134
- *.orig
135
-
136
-
137
- ### Vim ###
138
- # swap
139
- [._]*.s[a-w][a-z]
140
- [._]s[a-w][a-z]
141
- # session
142
- Session.vim
143
- # temporary
144
- .netrwhist
145
- *~
146
- # auto-generated tag files
147
- tags
148
-
149
-
150
- ### SublimeText ###
151
- # cache files for sublime text
152
- *.tmlanguage.cache
153
- *.tmPreferences.cache
154
- *.stTheme.cache
155
-
156
- # workspace files are user-specific
157
- *.sublime-workspace
158
-
159
- # project files should be checked into the repository, unless a significant
160
- # proportion of contributors will probably not be using SublimeText
161
- # *.sublime-project
162
-
163
- # sftp configuration file
164
- sftp-config.json
165
-
166
- # Package control specific files
167
- Package Control.last-run
168
- Package Control.ca-list
169
- Package Control.ca-bundle
170
- Package Control.system-ca-bundle
171
- Package Control.cache/
172
- Package Control.ca-certs/
173
- bh_unicode_properties.cache
174
-
175
- # Sublime-github package stores a github token in this file
176
- # https://packagecontrol.io/packages/sublime-github
177
- GitHub.sublime-settings
178
-
179
-
180
- ### Emacs ###
181
- # -*- mode: gitignore; -*-
182
- *~
183
- \#*\#
184
- /.emacs.desktop
185
- /.emacs.desktop.lock
186
- *.elc
187
- auto-save-list
188
- tramp
189
- .\#*
190
-
191
- # Org-mode
192
- .org-id-locations
193
- *_archive
194
-
195
- # flymake-mode
196
- *_flymake.*
197
-
198
- # eshell files
199
- /eshell/history
200
- /eshell/lastdir
201
-
202
- # elpa packages
203
- /elpa/
204
-
205
- # reftex files
206
- *.rel
207
-
208
- # AUCTeX auto folder
209
- /auto/
210
-
211
- # cask packages
212
- .cask/
213
- dist/
214
-
215
- # Flycheck
216
- flycheck_*.el
217
-
218
- # server auth directory
219
- /server/
220
-
221
- # projectiles files
222
- .projectile
data/.rubocop.yml DELETED
@@ -1,12 +0,0 @@
1
- AllCops:
2
- Include:
3
- - 'Gemfile'
4
- - 'lib/**/*'
5
- Exclude:
6
- - 'script/**/*'
7
- - 'vendor/**/*'
8
- - 'bin/**/*'
9
- Documentation:
10
- Enabled: false
11
- ClassAndModuleChildren:
12
- Enabled: false
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 2.2.3
data/.travis.yml DELETED
@@ -1,17 +0,0 @@
1
- language: ruby
2
- cache: bundler
3
- rvm:
4
- - 2.2.3
5
- deploy:
6
- gem:
7
- master: simple-https-client
8
- gemspec: shc.gemspec
9
- on:
10
- tags: true
11
- repo: sfeuga/simple-http_s-client
12
- notifications:
13
- email:
14
- recipients:
15
- - sfeuga@member.fsf.org
16
- on_success: change
17
- on_failure: always