polutan 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 922efa48e9d130348c44b65161804fc2c9ec71a395e3544e37d3c7b9e96ad454
4
- data.tar.gz: bb022c4abae1408f652ed500e6b2e73c98712bf08c3bf32fdc57f134d20c1c13
3
+ metadata.gz: b869599946098560cb8d11e8bd801257caf9880cec48071e8e79ac872ccce3df
4
+ data.tar.gz: 7a73ceda102e76ac9ad97ae49773a4ce7613079eb571265fa1b9419e2307d6b0
5
5
  SHA512:
6
- metadata.gz: 3af8fc24dc11ffd2d1a0847b0dd0c52f7789a7dfc91d139bd8d47c5b43cca8a944d204a7242b90ed297e179bf92fcbe1b7d6ad25e2be2a2cbbac6240d663ff3a
7
- data.tar.gz: 69e309e2f7ceb22b2180d972d508a419a6396be4b2eca398a44b017dc243930d89bb55a47d6c4f0f2e61b70717b5c38e04d5b5f230b9c077904d97f3ef31bddc
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 with defaults, arrays and dirty checking
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?
@@ -1,4 +1,4 @@
1
- class Possibility < ActiveEntity::Base
1
+ class Polutan < ActiveEntity::Base
2
2
  attr_accessor :id
3
3
 
4
4
  def initialize(attributes={})
@@ -1,5 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Polutan
4
- VERSION = "1.0.0"
5
- end
3
+ VERSION = "1.0.2"
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/possibility"
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.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/possibility.rb
136
+ - lib/polutan/polutan.rb
137
137
  - lib/polutan/version.rb
138
138
  homepage: https://polutan.nervive.studio/
139
139
  licenses: