scrivito_resourcebrowser 0.0.1 → 0.0.2

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: 510275617f4f8a67da0e59da5894ebdb4e9eebbd
4
- data.tar.gz: 8b2840de01ac7e2067d38f69950547bf8e967522
3
+ metadata.gz: 22954b1594aa0ff0220c82cc5c861ec92545d907
4
+ data.tar.gz: bbd59e66cb869d48c8e064b4ba9928582542a0a8
5
5
  SHA512:
6
- metadata.gz: 168f45c11796dcdf5f6a2e272c44c7d6eaf8d98c58686e278829e34cef79cb6993af0a3e9a0261d32e48d88f4279103af98077dd7e18f7d67bb63e812114cc31
7
- data.tar.gz: ee4b97fee0ef7fa22c06bc28de6f3f327552f3b73a03fc3f70ead08600dc09f1ed041cb02ed1c8dfc6efe0a6a445914cc95e78468820fb98acffe25112cf61f0
6
+ metadata.gz: c417363f8bd0ef31bb6ad9e4618f6e677556f2234db308d18285db41c064c87e7e6f816cfcc503ffe1339510275e09f8cc3ad4549b5df92632ddb9b2cef1be71
7
+ data.tar.gz: e30796d4321b04a0d39e0a8eb62bf3662f616e9bb7a17c2697c0bdad3bdf9a8d74eeae64ce69c26cba89f7352307d1378698530aff85915bc21c336e4f1f6aec
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.0.2
2
+ * Bugfix: An error on assets:precompile was caused by a typo. (Thanks @dcsaszar)
3
+
1
4
  # v0.0.1
2
5
  * rename to resource browser
3
6
  * initial version
@@ -991,18 +991,18 @@
991
991
  }
992
992
 
993
993
 
994
- @resource (min-width: 769px) and (max-width: 979px) {
994
+ @media (min-width: 769px) and (max-width: 979px) {
995
995
  .editing-resourcebrowser {
996
996
  height: 90%;
997
997
  width: 90%;
998
998
  }
999
999
  }
1000
1000
 
1001
- @resource (max-width: 768px) {
1001
+ @media (max-width: 768px) {
1002
1002
 
1003
1003
  }
1004
1004
 
1005
- @resource (max-width: 480px) {
1005
+ @media (max-width: 480px) {
1006
1006
  .editing-resourcebrowser {
1007
1007
  height: 95%;
1008
1008
  width: 95%;
@@ -1,3 +1,3 @@
1
1
  module ScrivitoResourcebrowser
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_resourcebrowser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-27 00:00:00.000000000 Z
11
+ date: 2014-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties