staticky-files 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "staticky/files"
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: staticky-files
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Nolan J Tait
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Better file management with adapters for testing and production
14
+ email:
15
+ - nolanjtait@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rspec"
21
+ - ".rubocop.yml"
22
+ - CHANGELOG.md
23
+ - LICENSE
24
+ - README.md
25
+ - Rakefile
26
+ - lib/staticky-files.rb
27
+ - lib/staticky/files.rb
28
+ - lib/staticky/files/adapter.rb
29
+ - lib/staticky/files/error.rb
30
+ - lib/staticky/files/file_system.rb
31
+ - lib/staticky/files/memory_file_system.rb
32
+ - lib/staticky/files/memory_file_system/node.rb
33
+ - lib/staticky/files/path.rb
34
+ - lib/staticky/files/version.rb
35
+ homepage: https://github.com/nolantait/staticky-files
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ homepage_uri: https://github.com/nolantait/staticky-files
40
+ source_code_uri: https://github.com/nolantait/staticky-files
41
+ changelog_uri: https://github.com/nolantait/staticky-files
42
+ rubygems_mfa_required: 'true'
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '3.1'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubygems_version: 3.5.11
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Better file management with adapters for testing and production
62
+ test_files: []