condensation 1.3.0 → 1.4.0
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/condensation.gemspec +1 -1
- data/lib/condensation/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6289b06eb0b95db3d01bcdca3440798a1db43410
|
|
4
|
+
data.tar.gz: cda7e29b410b3b424b304cf42ac4623703cc7d43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ba3bb9ae584a05a40a60d251e4613ed8606dc25b0094c53714626a6c56cba81e3cb0db64bff3dd75cf930ddbe5889022d58f9a7a36c06fac7b46f2f12531585
|
|
7
|
+
data.tar.gz: e866da84176d7b95821bbf2f7caee3099a5ab4b9d71354f653990368404e72035aae5eec2cf5a8185d9a239aab3d93722a9e9f085597a0949ca3506a6e87ad00
|
data/condensation.gemspec
CHANGED
data/lib/condensation/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: condensation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Derrick Reimer
|
|
@@ -90,16 +90,16 @@ dependencies:
|
|
|
90
90
|
name: activesupport
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- -
|
|
93
|
+
- - '>='
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: '
|
|
95
|
+
version: '3.0'
|
|
96
96
|
type: :runtime
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
|
-
- -
|
|
100
|
+
- - '>='
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '
|
|
102
|
+
version: '3.0'
|
|
103
103
|
description: A collection of handy extensions to the Liquid templating language
|
|
104
104
|
email:
|
|
105
105
|
- derrickreimer@gmail.com
|