polutan 1.0.0 → 1.0.2
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 +4 -4
- data/README.md +1 -2
- data/lib/polutan/{possibility.rb → polutan.rb} +1 -1
- data/lib/polutan/version.rb +1 -3
- data/lib/polutan.rb +1 -18
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b869599946098560cb8d11e8bd801257caf9880cec48071e8e79ac872ccce3df
|
|
4
|
+
data.tar.gz: 7a73ceda102e76ac9ad97ae49773a4ce7613079eb571265fa1b9419e2307d6b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b39e961325fa50e8dcbea613204494f8835cca565d3a70688db20b62bde14cb33958e7d16be2aab99829646c06a18e21440ddb8cffffc48f50064d2fd9cf2d2
|
|
7
|
+
data.tar.gz: bc5b64ea8a77d43e87ba9cd1c19dff7faa3ee7ff998c2bd50edf15f81fe6e7d95224956a030a8b154e3bf15f4d4fd53366ccf3dbe333348b33854f0a6645066a
|
data/README.md
CHANGED
|
@@ -31,8 +31,7 @@ Yes, Polutan is for **you**.
|
|
|
31
31
|
* A natural fit with [StimulusReflex](https://docs.stimulusreflex.com/) and [Stimulus](https://stimulus.hotwire.dev/)
|
|
32
32
|
* No reliance on sessions, so it works across servers
|
|
33
33
|
* Easy to learn, quick to implement
|
|
34
|
-
* Supports model attributes
|
|
35
|
-
* Model validations and errors
|
|
34
|
+
* Supports model attributes, validations and errors
|
|
36
35
|
* No need to mess around with temporary records
|
|
37
36
|
|
|
38
37
|
## How does Polutan work?
|
data/lib/polutan/version.rb
CHANGED
data/lib/polutan.rb
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# require "rails/engine"
|
|
4
|
-
# require "singleton"
|
|
5
|
-
# require "active_support/all"
|
|
6
|
-
|
|
7
3
|
require "active_entity/railtie"
|
|
8
4
|
require "polutan/version"
|
|
9
|
-
require "polutan/
|
|
10
|
-
|
|
11
|
-
module Polutan
|
|
12
|
-
# class Engine < Rails::Engine
|
|
13
|
-
# end
|
|
14
|
-
|
|
15
|
-
# def self.config
|
|
16
|
-
# Polutan::Config.instance
|
|
17
|
-
# end
|
|
18
|
-
|
|
19
|
-
# def self.configure
|
|
20
|
-
# yield config
|
|
21
|
-
# end
|
|
22
|
-
end
|
|
5
|
+
require "polutan/all_futures"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polutan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nervive
|
|
@@ -133,7 +133,7 @@ files:
|
|
|
133
133
|
- bin/standardize
|
|
134
134
|
- lib/polutan.rb
|
|
135
135
|
- lib/polutan/config.rb
|
|
136
|
-
- lib/polutan/
|
|
136
|
+
- lib/polutan/polutan.rb
|
|
137
137
|
- lib/polutan/version.rb
|
|
138
138
|
homepage: https://polutan.nervive.studio/
|
|
139
139
|
licenses:
|