figjam 2.0.0 → 2.0.1

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: 55c2096d3563d9a156139d88703c45f17e2cb3cd536f5bd9960303f60c3b9cbd
4
- data.tar.gz: bb0645a2230a3c3d62cac73d5906286cf15585763de94a60b08b6a8e71001c82
3
+ metadata.gz: 553e785849c51c3e893343d8ce74a05039f66b5629c1049a15430f183d7e03b5
4
+ data.tar.gz: 15daa5db7054cfa6a5e63829307c18725926ade03d7843a9f6c8a808d1020d5a
5
5
  SHA512:
6
- metadata.gz: c3f639082d171d22c083d3efc10e36c9d45c9499e626c6275edd6d34f3addbe4779b9437da84de1af4625a64b425f5ffbcd575a83cec55e425a8f041b2d93f8d
7
- data.tar.gz: bc0c7f4e7b3db6bfd7e54778114e7eae540af4854959fb376c687bdea1c0a045ee8a4d26c075f5fd3b51d33132e75818bc166f57d7d3b71aec2a3055fd12f8da
6
+ metadata.gz: 928a8b0694bfd5511aaeeaed69780b7465550ce02f92df06df1db79f39811a76531950be14ba503f8bdc0c9c73871831ed85a1b2af25ab260c1c7d2566e4965e
7
+ data.tar.gz: 22d5358affb2da7fda4e02c080239fffe933aaff10d6c6bea8dc04aeedca9dbec6eeb2ae49892ae7bc1b3ddbc97875d1635a4de521db9e4703836246ee235684
data/bin/rspec ADDED
@@ -0,0 +1,27 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'rspec' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
+
13
+ bundle_binstub = File.expand_path("bundle", __dir__)
14
+
15
+ if File.file?(bundle_binstub)
16
+ if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
+ load(bundle_binstub)
18
+ else
19
+ abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem.bin_path("rspec-core", "rspec")
@@ -52,8 +52,8 @@ module Figjam
52
52
  end
53
53
  end
54
54
 
55
- def each(&block)
56
- configuration.each(&block)
55
+ def each(&)
56
+ configuration.each(&)
57
57
  end
58
58
 
59
59
  private def default_path
@@ -4,7 +4,7 @@ module Figjam
4
4
  private def default_path
5
5
  rails_not_initialized unless ::Rails.root
6
6
 
7
- ::Rails.root.join("config", "application.yml")
7
+ ::Rails.root.join("config/application.yml")
8
8
  end
9
9
 
10
10
  private def default_environment
@@ -1,3 +1,3 @@
1
1
  module Figjam
2
- VERSION = "2.0.0".freeze
2
+ VERSION = "2.0.1".freeze
3
3
  end
data/lib/figjam.rb CHANGED
@@ -6,6 +6,7 @@ require "figjam/error"
6
6
  require "figjam/env"
7
7
  require "figjam/application"
8
8
 
9
+ # :reek:Attribute
9
10
  module Figjam
10
11
  extend self # rubocop:disable Style/ModuleFunction
11
12
 
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: figjam
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Lascelles
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-04-12 00:00:00.000000000 Z
11
+ date: 2025-06-03 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: thor
@@ -57,6 +58,20 @@ dependencies:
57
58
  - - ">="
58
59
  - !ruby/object:Gem::Version
59
60
  version: '0'
61
+ - !ruby/object:Gem::Dependency
62
+ name: base64
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
60
75
  - !ruby/object:Gem::Dependency
61
76
  name: bundler
62
77
  requirement: !ruby/object:Gem::Requirement
@@ -99,6 +114,20 @@ dependencies:
99
114
  - - ">="
100
115
  - !ruby/object:Gem::Version
101
116
  version: '0'
117
+ - !ruby/object:Gem::Dependency
118
+ name: mutex_m
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ type: :development
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ version: '0'
102
131
  - !ruby/object:Gem::Dependency
103
132
  name: pry-byebug
104
133
  requirement: !ruby/object:Gem::Requirement
@@ -197,6 +226,20 @@ dependencies:
197
226
  - - ">="
198
227
  - !ruby/object:Gem::Version
199
228
  version: '0'
229
+ - !ruby/object:Gem::Dependency
230
+ name: rubocop-rake
231
+ requirement: !ruby/object:Gem::Requirement
232
+ requirements:
233
+ - - ">="
234
+ - !ruby/object:Gem::Version
235
+ version: '0'
236
+ type: :development
237
+ prerelease: false
238
+ version_requirements: !ruby/object:Gem::Requirement
239
+ requirements:
240
+ - - ">="
241
+ - !ruby/object:Gem::Version
242
+ version: '0'
200
243
  - !ruby/object:Gem::Dependency
201
244
  name: rubocop-rspec
202
245
  requirement: !ruby/object:Gem::Requirement
@@ -236,6 +279,7 @@ files:
236
279
  - README.md
237
280
  - bin/figaro
238
281
  - bin/figjam
282
+ - bin/rspec
239
283
  - lib/figaro.rb
240
284
  - lib/figaro/application.rb
241
285
  - lib/figaro/rails.rb
@@ -262,6 +306,7 @@ metadata:
262
306
  source_code_uri: https://github.com/hlascelles/figjam/
263
307
  bug_tracker_uri: https://github.com/hlascelles/figjam/issues
264
308
  rubygems_mfa_required: 'true'
309
+ post_install_message:
265
310
  rdoc_options: []
266
311
  require_paths:
267
312
  - lib
@@ -269,14 +314,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
269
314
  requirements:
270
315
  - - ">="
271
316
  - !ruby/object:Gem::Version
272
- version: '3.0'
317
+ version: '3.1'
273
318
  required_rubygems_version: !ruby/object:Gem::Requirement
274
319
  requirements:
275
320
  - - ">="
276
321
  - !ruby/object:Gem::Version
277
322
  version: '0'
278
323
  requirements: []
279
- rubygems_version: 3.6.6
324
+ rubygems_version: 3.5.22
325
+ signing_key:
280
326
  specification_version: 4
281
327
  summary: ENV configuration for ruby using yaml files
282
328
  test_files: []