tenon 1.0.21 → 1.0.22
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e47e31aff44497e853953ccbde4a131bb5540f97
|
4
|
+
data.tar.gz: 859cf563524ab353f1c2fc8e23461aece2b256a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e8f7238e1c39ee7c6400ee2cd7b21227ec3d01dc3ad3c11856bae9ffd3415820c96c3bc135e08a4153cb0947cbc9d206871a6c3f5ddeafddd2dd70ef886a932
|
7
|
+
data.tar.gz: b90c47202312cf155d3e358397ed24961a3a4400ffe8bd39cc7ef2a81c035621b8c35c97d2df224034a2111f59facb6c738b07b9dda682f90d014d8f3734ebb7
|
@@ -0,0 +1 @@
|
|
1
|
+
/* Replace this file with one in your own app and import any extra files */
|
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.22
|
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: 2014-06-
|
11
|
+
date: 2014-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: better_errors
|
@@ -1045,6 +1045,7 @@ files:
|
|
1045
1045
|
- app/assets/stylesheets/tenon/ui/thinking.css.scss
|
1046
1046
|
- app/assets/stylesheets/tenon/ui/toolbox.css.scss
|
1047
1047
|
- app/assets/stylesheets/tenon/z-indexes.css.scss
|
1048
|
+
- app/assets/stylesheets/tenon_addons.css.scss
|
1048
1049
|
- app/controllers/tenon/assets_controller.rb
|
1049
1050
|
- app/controllers/tenon/base_controller.rb
|
1050
1051
|
- app/controllers/tenon/comments_controller.rb
|