locastyle 0.0.2 → 0.0.3

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: 3548a5ffc810da39aa384fefef7e4bc33ca9e422
4
- data.tar.gz: f8076762926408ab7bd8c0e420da86ab0f46aec0
3
+ metadata.gz: 8d4b5f468c3b91790b3fa914778e0c2994a32f0c
4
+ data.tar.gz: 7754bd3eb7625f10c106b0ba62a6ac3893a9f5f2
5
5
  SHA512:
6
- metadata.gz: 73fc2c21b8d4503d802363092ffaddfe4ac214c4e80e7fc278bfee6659c082702bc5bccf1c2f31f1ea1b71c42ef20f8143f5466485b2675db4b8f999ffc100f3
7
- data.tar.gz: 642b188e127f36ea2d6367af45f81136c5c7d8a1be03a6d22366b1c0864bba2ce3b246314b5e9bcfdeb22849c5a5f20ce2cea643e6bd2f341a8a6a9072d750e3
6
+ metadata.gz: acb958d4be5014d04f10bc07952ce5bceb7e8844a52d2ac6d258d5749215ca1e8206edc95d59f12f74040ba41e3df37e4dd5294ab74e38cdbd337b72ede469e0
7
+ data.tar.gz: 679156dab02840f6cc6f8cbbeef43d89a9032678519073072d650291105b4c1ea238776457c9a156b5fc2868d22ca5ae0a373e3c651167e92abd94e98e8b7286
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Locastyle
2
2
 
3
- This gem provides the front-end framework [Locastyle](https://github.com/locaweb/locawebstyle), at version **3.7.4**, for your ruby application.
3
+ This gem provides the front-end framework [Locastyle](https://github.com/locaweb/locawebstyle), at version **3.8.2**, for your ruby application.
4
4
 
5
5
  ## Dependencies
6
6
 
@@ -1,3 +1,3 @@
1
1
  module Locastyle
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end