atome 0.5.6.3.5 → 0.5.6.3.6
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/lib/atome/genesis/sparkle.rb +1 -1
- data/lib/atome/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20722d91d136a2fd78db940d9e88b1f03acc424d1c24f2c1ee1d320155850c54
|
|
4
|
+
data.tar.gz: 556db76963cf17c7efc5c0cc5fc04be69968b551dd5e1046c10980b273745dab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15415de0349a7164ce7df84aff2b3d6f54662273f711800344b6ba20299782f0bc113c1af7b8a71dcc5a44b018089118368d1bc34ab674619dc9fe217215ff1a
|
|
7
|
+
data.tar.gz: ec830d22185342e871e2989726356cd69b8a44d50550c3970ab6eaf8cabca64ccd0bf807a52291b8ddc79c7420199ad095a2b69c80926cfd3d99a70c63cde19f
|
|
@@ -156,7 +156,7 @@ def init_database # this method is call from JS (atome/communication)
|
|
|
156
156
|
|
|
157
157
|
particles = Universe.particle_list
|
|
158
158
|
# now we populate the DB
|
|
159
|
-
A.message({ action: :crate_db_table, data: { table: :
|
|
159
|
+
A.message({ action: :crate_db_table, data: { table: :user } }) do |_db_state|
|
|
160
160
|
end
|
|
161
161
|
|
|
162
162
|
A.message({ action: :create_db_column, data: { table: :user, column: :email, type: :string } }) do |_db_state|
|
data/lib/atome/version.rb
CHANGED