sibu_apidae 0.3.3 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5276be007b4089a1eb1d507de45c9259437ce8677d7cd742f4efa3aa73230925
4
- data.tar.gz: 348f22561d786aa48929766e36ab907643379af34207437b895158e26aae9d1c
3
+ metadata.gz: d953d541bba1f63158b4771f8fb2220aee084280dfad152d07f40b146602b36b
4
+ data.tar.gz: 8081e202aaf54a266f5d6c055597755faebe5459a96695f7dbd51f1ffde4fd06
5
5
  SHA512:
6
- metadata.gz: 68f77b0655ae1b25f5f77b33dc26c7ca4735ac439fa62173646d75fb8bfe81a2d8b7a1bbb15b1e41c791575f583ee0575fca345d0a8b1380d6d237f45af419a6
7
- data.tar.gz: ea52707d3741ee994a1217189cd2fa99425e1e8ee02a9d2bd833648761839d8044e9a077f7291861aaf3292e81d9a530bec8b876a6b00f536d7e923f893bfd6d
6
+ metadata.gz: 7f32ce2d01d6c949340835cde303fb73cf0d19261fdd534d4094ab06441e8d5401c7f7c5f2ea3d6890f139c97320b19fed0425537fad0fcbdbc1cb727490fb45
7
+ data.tar.gz: 1e48c32d050def54f7b8d75f3a1fd598025a69eeed325633b61611d647ded0a92ba32b7929ad7427eb96a91eeb8287a964d30ebcc4474810d039e12709b84a84
@@ -1,3 +1,3 @@
1
1
  module SibuApidae
2
- VERSION = "0.3.3"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sibu_apidae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Baptiste Vilain
@@ -9,50 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-04-25 00:00:00.000000000 Z
12
+ date: 2025-12-08 00:00:00.000000000 Z
13
13
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: bundler
16
- requirement: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - "~>"
19
- - !ruby/object:Gem::Version
20
- version: '1.16'
21
- type: :development
22
- prerelease: false
23
- version_requirements: !ruby/object:Gem::Requirement
24
- requirements:
25
- - - "~>"
26
- - !ruby/object:Gem::Version
27
- version: '1.16'
28
- - !ruby/object:Gem::Dependency
29
- name: rake
30
- requirement: !ruby/object:Gem::Requirement
31
- requirements:
32
- - - "~>"
33
- - !ruby/object:Gem::Version
34
- version: '10.0'
35
- type: :development
36
- prerelease: false
37
- version_requirements: !ruby/object:Gem::Requirement
38
- requirements:
39
- - - "~>"
40
- - !ruby/object:Gem::Version
41
- version: '10.0'
42
- - !ruby/object:Gem::Dependency
43
- name: minitest
44
- requirement: !ruby/object:Gem::Requirement
45
- requirements:
46
- - - "~>"
47
- - !ruby/object:Gem::Version
48
- version: '5.0'
49
- type: :development
50
- prerelease: false
51
- version_requirements: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - "~>"
54
- - !ruby/object:Gem::Version
55
- version: '5.0'
56
14
  - !ruby/object:Gem::Dependency
57
15
  name: apidae
58
16
  requirement: !ruby/object:Gem::Requirement
@@ -73,14 +31,14 @@ dependencies:
73
31
  requirements:
74
32
  - - "~>"
75
33
  - !ruby/object:Gem::Version
76
- version: '0.7'
34
+ version: '1.1'
77
35
  type: :runtime
78
36
  prerelease: false
79
37
  version_requirements: !ruby/object:Gem::Requirement
80
38
  requirements:
81
39
  - - "~>"
82
40
  - !ruby/object:Gem::Version
83
- version: '0.7'
41
+ version: '1.1'
84
42
  description: A set of utility classes for use with the Sibu and Apidae engines
85
43
  email:
86
44
  - jbvilain@gmail.com
@@ -88,18 +46,11 @@ executables: []
88
46
  extensions: []
89
47
  extra_rdoc_files: []
90
48
  files:
91
- - ".gitignore"
92
- - ".travis.yml"
93
- - Gemfile
94
- - Gemfile.lock
95
49
  - LICENSE.txt
96
50
  - README.md
97
51
  - Rakefile
98
- - bin/console
99
- - bin/setup
100
52
  - lib/sibu_apidae.rb
101
53
  - lib/sibu_apidae/version.rb
102
- - sibu_apidae.gemspec
103
54
  homepage: http://hotentic.com
104
55
  licenses:
105
56
  - MIT
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
- .idea
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.3.1
7
- before_install: gem install bundler -v 1.16.3
data/Gemfile DELETED
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in sibu_apidae.gemspec
6
- gemspec
data/Gemfile.lock DELETED
@@ -1,171 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- sibu_apidae (0.3.1)
5
- apidae
6
- sibu (~> 0.7)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.1.6.1)
12
- actionpack (= 5.1.6.1)
13
- nio4r (~> 2.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.1.6.1)
16
- actionpack (= 5.1.6.1)
17
- actionview (= 5.1.6.1)
18
- activejob (= 5.1.6.1)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.1.6.1)
22
- actionview (= 5.1.6.1)
23
- activesupport (= 5.1.6.1)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.1.6.1)
29
- activesupport (= 5.1.6.1)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.1.6.1)
35
- activesupport (= 5.1.6.1)
36
- globalid (>= 0.3.6)
37
- activemodel (5.1.6.1)
38
- activesupport (= 5.1.6.1)
39
- activerecord (5.1.6.1)
40
- activemodel (= 5.1.6.1)
41
- activesupport (= 5.1.6.1)
42
- arel (~> 8.0)
43
- activesupport (5.1.6.1)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (>= 0.7, < 2)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- addressable (2.6.0)
49
- public_suffix (>= 2.0.2, < 4.0)
50
- apidae (0.7.3)
51
- jbuilder
52
- pg (~> 0.20)
53
- rails (~> 5.1.6)
54
- rubyzip (~> 1.0)
55
- arel (8.0.0)
56
- builder (3.2.3)
57
- concurrent-ruby (1.1.4)
58
- content_disposition (1.0.0)
59
- crass (1.0.4)
60
- down (4.8.0)
61
- addressable (~> 2.5)
62
- erubi (1.8.0)
63
- ffi (1.10.0)
64
- globalid (0.4.2)
65
- activesupport (>= 4.2.0)
66
- i18n (1.5.1)
67
- concurrent-ruby (~> 1.0)
68
- image_processing (0.11.2)
69
- jbuilder (2.8.0)
70
- activesupport (>= 4.2.0)
71
- multi_json (>= 1.2)
72
- jquery-rails (4.3.3)
73
- rails-dom-testing (>= 1, < 3)
74
- railties (>= 4.2.0)
75
- thor (>= 0.14, < 2.0)
76
- loofah (2.2.3)
77
- crass (~> 1.0.2)
78
- nokogiri (>= 1.5.9)
79
- mail (2.7.1)
80
- mini_mime (>= 0.1.1)
81
- method_source (0.9.2)
82
- mini_magick (4.9.2)
83
- mini_mime (1.0.1)
84
- mini_portile2 (2.4.0)
85
- minitest (5.8.5)
86
- multi_json (1.13.1)
87
- nio4r (2.3.1)
88
- nokogiri (1.10.0)
89
- mini_portile2 (~> 2.4.0)
90
- pg (0.21.0)
91
- public_suffix (3.0.3)
92
- rack (2.0.6)
93
- rack-test (1.1.0)
94
- rack (>= 1.0, < 3)
95
- rails (5.1.6.1)
96
- actioncable (= 5.1.6.1)
97
- actionmailer (= 5.1.6.1)
98
- actionpack (= 5.1.6.1)
99
- actionview (= 5.1.6.1)
100
- activejob (= 5.1.6.1)
101
- activemodel (= 5.1.6.1)
102
- activerecord (= 5.1.6.1)
103
- activesupport (= 5.1.6.1)
104
- bundler (>= 1.3.0)
105
- railties (= 5.1.6.1)
106
- sprockets-rails (>= 2.0.0)
107
- rails-dom-testing (2.0.3)
108
- activesupport (>= 4.2.0)
109
- nokogiri (>= 1.6)
110
- rails-html-sanitizer (1.0.4)
111
- loofah (~> 2.2, >= 2.2.2)
112
- railties (5.1.6.1)
113
- actionpack (= 5.1.6.1)
114
- activesupport (= 5.1.6.1)
115
- method_source
116
- rake (>= 0.8.7)
117
- thor (>= 0.18.1, < 2.0)
118
- rake (10.4.2)
119
- rb-fsevent (0.10.3)
120
- rb-inotify (0.10.0)
121
- ffi (~> 1.0)
122
- rubyzip (1.2.2)
123
- sass (3.7.3)
124
- sass-listen (~> 4.0.0)
125
- sass-listen (4.0.0)
126
- rb-fsevent (~> 0.9, >= 0.9.4)
127
- rb-inotify (~> 0.9, >= 0.9.7)
128
- sass-rails (5.0.7)
129
- railties (>= 4.0.0, < 6)
130
- sass (~> 3.1)
131
- sprockets (>= 2.8, < 4.0)
132
- sprockets-rails (>= 2.0, < 4.0)
133
- tilt (>= 1.1, < 3)
134
- shrine (2.15.0)
135
- content_disposition (~> 1.0)
136
- down (~> 4.1)
137
- sibu (0.7.3)
138
- image_processing (~> 0.4)
139
- jquery-rails (~> 4.3)
140
- mini_magick (~> 4.3)
141
- pg (~> 0.2)
142
- rails (~> 5.1.6)
143
- sass-rails (~> 5.0)
144
- shrine (~> 2.8)
145
- sprockets (3.7.2)
146
- concurrent-ruby (~> 1.0)
147
- rack (> 1, < 3)
148
- sprockets-rails (3.2.1)
149
- actionpack (>= 4.0)
150
- activesupport (>= 4.0)
151
- sprockets (>= 3.0.0)
152
- thor (0.20.3)
153
- thread_safe (0.3.6)
154
- tilt (2.0.9)
155
- tzinfo (1.2.5)
156
- thread_safe (~> 0.1)
157
- websocket-driver (0.6.5)
158
- websocket-extensions (>= 0.1.0)
159
- websocket-extensions (0.1.3)
160
-
161
- PLATFORMS
162
- ruby
163
-
164
- DEPENDENCIES
165
- bundler (~> 1.16)
166
- minitest (~> 5.0)
167
- rake (~> 10.0)
168
- sibu_apidae!
169
-
170
- BUNDLED WITH
171
- 1.16.3
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "sibu_apidae"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/sibu_apidae.gemspec DELETED
@@ -1,31 +0,0 @@
1
-
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "sibu_apidae/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "sibu_apidae"
8
- spec.version = SibuApidae::VERSION
9
- spec.authors = ["Jean-Baptiste Vilain", "Chloé David"]
10
- spec.email = ["jbvilain@gmail.com"]
11
-
12
- spec.summary = "A set of utility classes for use with the Sibu and Apidae engines"
13
- spec.description = "A set of utility classes for use with the Sibu and Apidae engines"
14
- spec.homepage = "http://hotentic.com"
15
- spec.license = "MIT"
16
-
17
- # Specify which files should be added to the gem when it is released.
18
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
- end
22
- spec.bindir = "exe"
23
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
- spec.require_paths = ["lib"]
25
-
26
- spec.add_development_dependency "bundler", "~> 1.16"
27
- spec.add_development_dependency "rake", "~> 10.0"
28
- spec.add_development_dependency "minitest", "~> 5.0"
29
- spec.add_dependency "apidae"
30
- spec.add_dependency "sibu", "~> 0.7"
31
- end