framework7_rails 1.0.2 → 1.0.6

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: b8f4d03c4ff983502abb03d68aee71f97b8a8ee0
4
- data.tar.gz: 7ac5fbfc57521b79692b1076430ecce6f34ac3ab
3
+ metadata.gz: 8912e8da33806e848692aea12d5d4a23681838a8
4
+ data.tar.gz: b810c09d15d4cd9d0cc4f4cce30e86c202d4defa
5
5
  SHA512:
6
- metadata.gz: 12eb070338d9cd957dbbee674c3dc7cee09769ce87d7d66df423f951064f8a416233fb9938573837688ab2f6c35b59ec17340c66c4701d1449e7e1d6bfb09431
7
- data.tar.gz: f89c37f8834d293e525a9966d59526b31cb92bd8bc54ce63af4b9dd22019a93dc7923aad4050957a1b3491566bdd9fc00db71cc6425c9c8a0a1a9e1e766664e8
6
+ metadata.gz: f1c94af744278a4db8d4456ba853aa2bc02505fe7c7005f8df3c4520ae1ee58d85994e20937ea8fe7e6939ededc50e38db9d533a0d070093671be71d1c44b835
7
+ data.tar.gz: 705598fad9dfe6b2ebe8c635cd243653fcd64d618fd7f726a3ff13b7dbfbd8aa8f5fd0213ec49421c9a6d7b1b4835fcd6e0f277b2c9018e252fc61beab0a0efa
data/Rakefile CHANGED
@@ -1,2 +1,3 @@
1
1
  require "bundler/gem_tasks"
2
+ # http://carlosbecker.com/posts/gemify-your-assets/
2
3
 
@@ -1,3 +1,3 @@
1
1
  module Framework7Rails
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.6"
3
3
  end