sapience 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7b5d7d43e746d5abccc148e541f032cbda6a42b
4
- data.tar.gz: fc275d17ec3bddeeda9463ba48264fe17882a7b2
3
+ metadata.gz: 98f00143772d0510186a172e36e87bb13713ac64
4
+ data.tar.gz: db51c9f9bd7f28b7904111541f418156736565b5
5
5
  SHA512:
6
- metadata.gz: 100d9f3e28c98c0f75645708f66c112a858112c990f980ac433314c9d53df4ab0312a055e34b45a336bf531e17c672841d0117de81e92d0e40afc873d69e5c5b
7
- data.tar.gz: df7b7e7659ad62d2dc60e1347f9d0928774a5f5e14a898f526ce6d6085903aa2fa9f2de8ef66ce721b3e647d0f20184f9744c76be1c2b3759aada6741221df41
6
+ metadata.gz: 01415ae790c0a931884bd9928dbdf1e4be110db7139f848122e60606a9fd26070a9cc92fb2cae6ed6952b8d352e44c07e442b8a7c421eb30dd79389137eec633
7
+ data.tar.gz: b8de21f789436e326d65c16a1b5f45a6d0f57a6a672947ca039f202ca27aa7acb8aeeab20b0f975f21edebefb1e105e834e62d8dbca4f487975a0348aa7033c9
data/.codeclimate.yml CHANGED
@@ -18,4 +18,5 @@ ratings:
18
18
  - "**.rb"
19
19
  exclude_paths:
20
20
  - config/
21
+ - test_apps/**/spec/
21
22
  - spec/
data/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## v0.2.10
2
+
3
+ - Rename `bin/rake` to `bin/tests` to avoid conflicts with rake
4
+
5
+ ## v0.2.9
6
+
7
+ - Added test apps for Rails and Grape frameworks
8
+ - Testing different Grape versions (0.16.2, 0.17.0)
9
+ - Improved request logging for Grape
10
+ - Merge and send coverage from main gem and Rails/Grape test apps
11
+
1
12
  ## v0.2.5
2
13
 
3
14
  - Allow the log_executor to be configured to either `:single_thread_executor` or `:immediate_executor`
data/README.md CHANGED
@@ -196,6 +196,10 @@ Formatters can be specified by using the key `formatter: :camelized_formatter_na
196
196
 
197
197
  `formatter: :raw` - logs are saved as a single line ruby hash. Useful for production like environments and is used internally for the Sentry appender.
198
198
 
199
+ ## Running the tests
200
+
201
+ `bin/tests`
202
+
199
203
  ## Contributing
200
204
 
201
205
  Bug reports and pull requests are welcome on GitHub at https://github.com/reevoo/sapience. 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.
data/bin/{rake → tests} RENAMED
File without changes
@@ -1,3 +1,3 @@
1
1
  module Sapience
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- sapience (0.2.8)
4
+ sapience (0.2.9)
5
5
  concurrent-ruby (~> 1.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- sapience (0.2.8)
4
+ sapience (0.2.9)
5
5
  concurrent-ruby (~> 1.0)
6
6
 
7
7
  GEM
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sapience
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson
@@ -255,8 +255,8 @@ email:
255
255
  - alex.malkov@reevoo.com
256
256
  executables:
257
257
  - console
258
- - rake
259
258
  - setup
259
+ - tests
260
260
  extensions: []
261
261
  extra_rdoc_files: []
262
262
  files:
@@ -273,8 +273,8 @@ files:
273
273
  - README.md
274
274
  - Rakefile
275
275
  - bin/console
276
- - bin/rake
277
276
  - bin/setup
277
+ - bin/tests
278
278
  - config/default.yml
279
279
  - dev-entrypoint.sh
280
280
  - docker-compose.yml