culpa 0.1.0.2 → 0.1.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.
Files changed (2) hide show
  1. checksums.yaml +13 -5
  2. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b2243f4c6c5fc62bc2973a233a454bb21796aa24
4
- data.tar.gz: 57b0f85fffd6eb328cbadd4cf29c4bb6dc0e2f33
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTA3ZWVkYjkzODdjZmJkNTU3NjI0ZDg1YjJjODgwOWVlYzE3ZTc5Nw==
5
+ data.tar.gz: !binary |-
6
+ ZDA4NGZjZTJjNmFiYmI5NDJhMTc1NGEyNmFjYmY2OWMxMjE3MmI5NA==
5
7
  SHA512:
6
- metadata.gz: 748036cb1c35be6eebeeec898b78da3a807606d5188251ab4e5bc71a245152f02379dc7e7ee0b12698807768f6e1b7a4363378f87e636703e132bed99e8920f7
7
- data.tar.gz: 243bd8206d143a2853f9a9669f2378d41c8480951c37e432c3d1d11fba77c0b07205264a514ce6547341b3b839c62e40cc1d968a629e28c3034a6924960d714d
8
+ metadata.gz: !binary |-
9
+ NzVlNTdkMmI2YzJlNjAzZWFkNGVhYjFlMTRmZDI2MjExYjg3MTlhN2RkMWVl
10
+ ODgxMTVjYWFkYTlhYjE1MjAyNTE0ZDAyZmM4OWI3YWQ0ODczMWIwNTc2Y2Fj
11
+ NTU1N2NhNDNmMzYxZDRiZTQwOTY1MTA5YjI2ZWFlYjMxNmRlODE=
12
+ data.tar.gz: !binary |-
13
+ YzVmZGJkNGYwZjE3Mjc4MTJmZGEwNTc5NjUxZWYzZDViNTQzMWJhYzZhYWVk
14
+ ZjE5OGVmMjMyZDU3YzE0NTU2ZDU2MmYzNTZlMTQ4OTUyMDhiNDYwZmYwMTkw
15
+ OTA4NTNiZTVlMDRiZjk3NGZkZWQ1OWIxMGM1ZTViNDY1NTM4NGU=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: culpa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.2
4
+ version: 0.1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jérémy SEBAN
@@ -14,28 +14,28 @@ dependencies:
14
14
  name: rack
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.10'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.10'
41
41
  description: Culpa is a try of following MEA principles.
@@ -51,7 +51,7 @@ files:
51
51
  - lib/envelope.rb
52
52
  - templates/Gemfile
53
53
  - templates/config.ru
54
- homepage:
54
+ homepage: https://github.com/HipsterWhale/culpa
55
55
  licenses:
56
56
  - MIT
57
57
  metadata: {}
@@ -61,18 +61,18 @@ require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ">="
64
+ - - ! '>='
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - ">="
69
+ - - ! '>='
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 2.6.4
74
+ rubygems_version: 2.4.5
75
75
  signing_key:
76
76
  specification_version: 4
77
- summary: 'Culpa : the MEA framework'
77
+ summary: ! 'Culpa : the MEA framework'
78
78
  test_files: []