tenon 1.0.61 → 1.0.62
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3aeaee80ad0f45d681c7515b590d68e0bb4f5a83
|
|
4
|
+
data.tar.gz: 035331c49ff300d0390790c5e3b7c7389cd4db9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a38711d8462598fcb3906f11b2e0b70a8c264fab4c3615855e56d47437b75a0ee534781921b7da32dda0326553634590b78f220b21b3d5c45405018871b4d8f
|
|
7
|
+
data.tar.gz: ae0c8c14cc380dead3071ddc065f520de443fad10db8a5027e3ba4e38e9ad57709480c09e31325e3f60f1e474c4850aeff829218506b529f3b8c9552206b3926
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.six-column-image
|
|
2
2
|
- [ [0, 1], [2, 3], [4, 5] ].each_with_index do |columns, i|
|
|
3
|
-
.four{class: i == 2 ? 'omega' : ''}
|
|
3
|
+
.tn-tc-piece.four{class: i == 2 ? 'omega' : ''}
|
|
4
4
|
- columns.each do |position|
|
|
5
5
|
.tn-tc-piece.asset-field.six{class: cycle('', 'omega')}
|
|
6
6
|
- row.pieces.select { |p| p.position == position }.each do |piece|
|
data/lib/tenon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tenon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.62
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- factor[e] design initiative
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: better_errors
|
|
@@ -296,28 +296,28 @@ dependencies:
|
|
|
296
296
|
requirements:
|
|
297
297
|
- - '='
|
|
298
298
|
- !ruby/object:Gem::Version
|
|
299
|
-
version: 4.0
|
|
299
|
+
version: 4.1.0
|
|
300
300
|
type: :runtime
|
|
301
301
|
prerelease: false
|
|
302
302
|
version_requirements: !ruby/object:Gem::Requirement
|
|
303
303
|
requirements:
|
|
304
304
|
- - '='
|
|
305
305
|
- !ruby/object:Gem::Version
|
|
306
|
-
version: 4.0
|
|
306
|
+
version: 4.1.0
|
|
307
307
|
- !ruby/object:Gem::Dependency
|
|
308
308
|
name: coffee-script-source
|
|
309
309
|
requirement: !ruby/object:Gem::Requirement
|
|
310
310
|
requirements:
|
|
311
311
|
- - '='
|
|
312
312
|
- !ruby/object:Gem::Version
|
|
313
|
-
version: 1.
|
|
313
|
+
version: 1.9.1
|
|
314
314
|
type: :runtime
|
|
315
315
|
prerelease: false
|
|
316
316
|
version_requirements: !ruby/object:Gem::Requirement
|
|
317
317
|
requirements:
|
|
318
318
|
- - '='
|
|
319
319
|
- !ruby/object:Gem::Version
|
|
320
|
-
version: 1.
|
|
320
|
+
version: 1.9.1
|
|
321
321
|
- !ruby/object:Gem::Dependency
|
|
322
322
|
name: daemons
|
|
323
323
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1517,7 +1517,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1517
1517
|
version: '0'
|
|
1518
1518
|
requirements: []
|
|
1519
1519
|
rubyforge_project:
|
|
1520
|
-
rubygems_version: 2.
|
|
1520
|
+
rubygems_version: 2.2.2
|
|
1521
1521
|
signing_key:
|
|
1522
1522
|
specification_version: 4
|
|
1523
1523
|
summary: A highly flexible mountable Rails CMS built for rapid application development.
|