iatelier 0.5.0 → 0.5.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: 7197869b7483e6d3418708d5a73eb219b45ed27803263ade922666e3e15c48e0
4
- data.tar.gz: ab05fd67450e3f3e939fc957a5a75ddafe2c0fc612eac2f91ca20a760f0d5264
3
+ metadata.gz: ed28dbef7ef701012377ac3667d29462566f8cd5e584848623838f02179a8a7a
4
+ data.tar.gz: 10a1bb0842d7674b34f19f48b1b236b4bbd5adba4dd957e230065f61b4a30f3b
5
5
  SHA512:
6
- metadata.gz: 7e6cc9a102be00f0299c158e55fd21ed2b2d385b4f0e7e2e25c0db90a6921809eda967b6a3c0a5a0fc39a69c3782932631dcf6f69b141b58d36d35985912d57c
7
- data.tar.gz: 27f857f759065a3d1d17805c3a704c9b7b36adf59b92141d1605d6e77a2ebcfd468adf113fd67c4756881b89a9154276b15af062a7086fcdbc16345559b3763d
6
+ metadata.gz: b385c4b8220993a73f65a4d8d4c8a7a400bdf213d53493ff361d3d9c0411ee12345b1ddfb30abad3985992781cadeb869fa9e7c4b448378aa77f9db143cbb748
7
+ data.tar.gz: 5d2db6aa4275540ce4cbf610142e0aa665d855c3959ff31315d9bb2d70bc8c4a648cd01df1493d6871df6bfa8d5c251a976dc7d25758a4a3c1340dba4d184596
@@ -24,7 +24,7 @@ class Book < ActiveRecord::Base
24
24
 
25
25
  accepts_nested_attributes_for :title, :slug, :subtitle, :description, :thumbnail, :timestamp
26
26
  validates_associated :slug
27
-
27
+
28
28
  attr_accessor :namespace
29
29
 
30
30
  def kind
@@ -1,3 +1,3 @@
1
1
  module Iatelier
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iatelier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Captain Husayn Pinguin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-06 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler