locastyle 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 +4 -4
- data/README.md +15 -9
- data/lib/locastyle/version.rb +1 -1
- data/locastyle.gemspec +1 -1
- data/vendor/assets/images/footer/sprite.png +0 -0
- data/vendor/assets/images/ico-boilerplate.png +0 -0
- data/vendor/assets/images/ico-switch-on-off.png +0 -0
- data/vendor/assets/images/ico-switch.png +0 -0
- data/vendor/assets/images/ls-smile.gif +0 -0
- data/vendor/assets/javascripts/locastyle.js +8 -8
- data/vendor/assets/stylesheets/fonts/locastyle-docs.json +0 -0
- data/vendor/assets/stylesheets/fonts/locastyle-docs.svg +0 -0
- data/vendor/assets/stylesheets/fonts/locastyle-panel-icons.json +0 -0
- data/vendor/assets/stylesheets/fonts/locastyle-panel-icons.svg +0 -0
- data/vendor/assets/stylesheets/fonts/locastyle.eot +0 -0
- data/vendor/assets/stylesheets/fonts/locastyle.svg +117 -112
- data/vendor/assets/stylesheets/fonts/locastyle.ttf +0 -0
- data/vendor/assets/stylesheets/fonts/locastyle.woff +0 -0
- data/vendor/assets/stylesheets/locastyle.css +2 -2
- metadata +4 -23
- data/vendor/assets/images/banner-example.png +0 -0
- data/vendor/assets/images/docs/bg-highlight.jpg +0 -0
- data/vendor/assets/images/docs/bg-highlight2.jpg +0 -0
- data/vendor/assets/images/docs/buttons-color-scheme.png +0 -0
- data/vendor/assets/images/docs/color-scheme.png +0 -0
- data/vendor/assets/images/docs/hexa.png +0 -0
- data/vendor/assets/images/docs/intro-1.png +0 -0
- data/vendor/assets/images/docs/intro-2.png +0 -0
- data/vendor/assets/images/docs/intro-3.png +0 -0
- data/vendor/assets/images/docs/locaweb-logo.png +0 -0
- data/vendor/assets/images/docs/shared.png +0 -0
- data/vendor/assets/images/docs/social-icons.png +0 -0
- data/vendor/assets/images/docs/thumb-boilerplate.jpg +0 -0
- data/vendor/assets/images/docs/thumb-erro404.jpg +0 -0
- data/vendor/assets/images/docs/thumb-login-screen.png +0 -0
- data/vendor/assets/images/docs/thumb-revenda-emailmkt.png +0 -0
- data/vendor/assets/images/docs/thumb-smtp.png +0 -0
- data/vendor/assets/images/locastyle/logo-locaweb.jpg +0 -0
- data/vendor/assets/javascripts/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3548a5ffc810da39aa384fefef7e4bc33ca9e422
|
4
|
+
data.tar.gz: f8076762926408ab7bd8c0e420da86ab0f46aec0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73fc2c21b8d4503d802363092ffaddfe4ac214c4e80e7fc278bfee6659c082702bc5bccf1c2f31f1ea1b71c42ef20f8143f5466485b2675db4b8f999ffc100f3
|
7
|
+
data.tar.gz: 642b188e127f36ea2d6367af45f81136c5c7d8a1be03a6d22366b1c0864bba2ce3b246314b5e9bcfdeb22849c5a5f20ce2cea643e6bd2f341a8a6a9072d750e3
|
data/README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
# Locastyle
|
2
2
|
|
3
|
-
|
3
|
+
This gem provides the front-end framework [Locastyle](https://github.com/locaweb/locawebstyle), at version **3.7.4**, for your ruby application.
|
4
4
|
|
5
|
-
|
5
|
+
## Dependencies
|
6
|
+
|
7
|
+
#### JQuery
|
8
|
+
|
9
|
+
Recommended use jQuery 1.10 or up
|
6
10
|
|
7
11
|
## Installation
|
8
12
|
|
@@ -22,20 +26,22 @@ Or install it yourself as:
|
|
22
26
|
|
23
27
|
## Usage
|
24
28
|
|
25
|
-
|
29
|
+
#### Include locastyle javascript assets
|
26
30
|
|
27
|
-
|
31
|
+
Add the following to your `app/assets/javascripts/application.js`:
|
28
32
|
|
29
|
-
|
33
|
+
//= require locastyle
|
30
34
|
|
31
|
-
|
35
|
+
#### Include locastyle stylesheet assets
|
32
36
|
|
33
|
-
|
37
|
+
Add to your `app/assets/stylesheets/application.css`:
|
34
38
|
|
35
|
-
|
39
|
+
*= require locastyle
|
36
40
|
|
41
|
+
## Contributing
|
42
|
+
|
43
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/tray-tecnologia/locastyle.
|
37
44
|
|
38
45
|
## License
|
39
46
|
|
40
47
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
-
|
data/lib/locastyle/version.rb
CHANGED
data/locastyle.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "locastyle"
|
8
8
|
spec.version = Locastyle::VERSION
|
9
9
|
spec.authors = ["Gabriel Pereira"]
|
10
|
-
spec.email = ["
|
10
|
+
spec.email = ["gpereira@tray.net.br"]
|
11
11
|
|
12
12
|
spec.summary = %q{Use Locastyle with your ruby application}
|
13
13
|
spec.description = %q{This gem provides the framework Locastyle for your ruby application.}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|