enlight 0.1.3 → 0.1.4

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: bc304715e6ed36bcf2e87633a8a287945d20e1db5212113abab1f55598be3bee
4
- data.tar.gz: 5d2bdc6ba5f89918d7ffb53c48d0637cebb1a921454203b246e9fe4863d0b449
3
+ metadata.gz: a5a7aa00927fd412055b774e12578acb29650b1d58cc8e94eb01fd0fea1ce59b
4
+ data.tar.gz: c110637cabfe3071be5954461481c7a86f4064f64ec46e5588b4ab950e572ecc
5
5
  SHA512:
6
- metadata.gz: 6b37603c4669057e1ca6e397bf4480816ce5c7a91aee32cf0a4e8bbde35976659b3d7fc462da8f814ba4e92a4894609855c9aff3df3459317603f844fedb62e8
7
- data.tar.gz: 2217b53003989d56e62e28a246157d76e7d4aa1fcac49aef5015510ba8067cbcd3a16ba251f3fafc61f09977f378e035df696e745aa0ef21ac75da33701537e2
6
+ metadata.gz: 5745ab473b8cd5711e969a3be987ea088636eb96ad2d01fd544a95e3e55b7afbb01aa8d25c8cf6509b430bdf7c9d5ac6fbb73e0b6c55958bd016a1110a3e99bf
7
+ data.tar.gz: d20fdca27d400cb9738484a422b508ad63835edb5eec08d750bd98f406742ca0c66dea8b3bb069215f94b65d72efd2dbc082c9f117145538649b25d8c7f185c3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- enlight (0.1.2)
4
+ enlight (0.1.3)
5
5
  activesupport (~> 5.0)
6
6
 
7
7
  GEM
@@ -20,6 +20,7 @@ module Enlight
20
20
  attr_accessor :expires
21
21
  attr_accessor :duration
22
22
  attr_accessor :duration_unit_id
23
+ attr_accessor :html_description
23
24
 
24
25
  alias_method :activities, :activites
25
26
 
@@ -1,3 +1,3 @@
1
1
  module Enlight
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Orahood
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-18 00:00:00.000000000 Z
11
+ date: 2019-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport