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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -9
  3. data/lib/locastyle/version.rb +1 -1
  4. data/locastyle.gemspec +1 -1
  5. data/vendor/assets/images/footer/sprite.png +0 -0
  6. data/vendor/assets/images/ico-boilerplate.png +0 -0
  7. data/vendor/assets/images/ico-switch-on-off.png +0 -0
  8. data/vendor/assets/images/ico-switch.png +0 -0
  9. data/vendor/assets/images/ls-smile.gif +0 -0
  10. data/vendor/assets/javascripts/locastyle.js +8 -8
  11. data/vendor/assets/stylesheets/fonts/locastyle-docs.json +0 -0
  12. data/vendor/assets/stylesheets/fonts/locastyle-docs.svg +0 -0
  13. data/vendor/assets/stylesheets/fonts/locastyle-panel-icons.json +0 -0
  14. data/vendor/assets/stylesheets/fonts/locastyle-panel-icons.svg +0 -0
  15. data/vendor/assets/stylesheets/fonts/locastyle.eot +0 -0
  16. data/vendor/assets/stylesheets/fonts/locastyle.svg +117 -112
  17. data/vendor/assets/stylesheets/fonts/locastyle.ttf +0 -0
  18. data/vendor/assets/stylesheets/fonts/locastyle.woff +0 -0
  19. data/vendor/assets/stylesheets/locastyle.css +2 -2
  20. metadata +4 -23
  21. data/vendor/assets/images/banner-example.png +0 -0
  22. data/vendor/assets/images/docs/bg-highlight.jpg +0 -0
  23. data/vendor/assets/images/docs/bg-highlight2.jpg +0 -0
  24. data/vendor/assets/images/docs/buttons-color-scheme.png +0 -0
  25. data/vendor/assets/images/docs/color-scheme.png +0 -0
  26. data/vendor/assets/images/docs/hexa.png +0 -0
  27. data/vendor/assets/images/docs/intro-1.png +0 -0
  28. data/vendor/assets/images/docs/intro-2.png +0 -0
  29. data/vendor/assets/images/docs/intro-3.png +0 -0
  30. data/vendor/assets/images/docs/locaweb-logo.png +0 -0
  31. data/vendor/assets/images/docs/shared.png +0 -0
  32. data/vendor/assets/images/docs/social-icons.png +0 -0
  33. data/vendor/assets/images/docs/thumb-boilerplate.jpg +0 -0
  34. data/vendor/assets/images/docs/thumb-erro404.jpg +0 -0
  35. data/vendor/assets/images/docs/thumb-login-screen.png +0 -0
  36. data/vendor/assets/images/docs/thumb-revenda-emailmkt.png +0 -0
  37. data/vendor/assets/images/docs/thumb-smtp.png +0 -0
  38. data/vendor/assets/images/locastyle/logo-locaweb.jpg +0 -0
  39. data/vendor/assets/javascripts/.DS_Store +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: caa161a14b602c7a3f4d165d4c5d81e3af3e88a8
4
- data.tar.gz: c275618bba894feba69843f55545df6b872394d0
3
+ metadata.gz: 3548a5ffc810da39aa384fefef7e4bc33ca9e422
4
+ data.tar.gz: f8076762926408ab7bd8c0e420da86ab0f46aec0
5
5
  SHA512:
6
- metadata.gz: aa54b47c3a1475b78d3da56118196da76cd434c499e596ca9cf1e5f940af5e31469e3d1faf885e67bb148fc5dfb4dbfbd2d21e6aea50a727503fd26d96f990a1
7
- data.tar.gz: 59ef0a342a01538fbc5eaeb3cc73b2399015102906ffe70b2aafbfc2cc78d448e6fbf374e06612613e3ea2f3282487ff3daa1c400f3408a0a4e07fa12cecc207
6
+ metadata.gz: 73fc2c21b8d4503d802363092ffaddfe4ac214c4e80e7fc278bfee6659c082702bc5bccf1c2f31f1ea1b71c42ef20f8143f5466485b2675db4b8f999ffc100f3
7
+ data.tar.gz: 642b188e127f36ea2d6367af45f81136c5c7d8a1be03a6d22366b1c0864bba2ce3b246314b5e9bcfdeb22849c5a5f20ce2cea643e6bd2f341a8a6a9072d750e3
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Locastyle
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/locastyle`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Delete this and the text above, and describe your gem
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
- TODO: Write usage instructions here
29
+ #### Include locastyle javascript assets
26
30
 
27
- ## Development
31
+ Add the following to your `app/assets/javascripts/application.js`:
28
32
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
33
+ //= require locastyle
30
34
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
35
+ #### Include locastyle stylesheet assets
32
36
 
33
- ## Contributing
37
+ Add to your `app/assets/stylesheets/application.css`:
34
38
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/locastyle.
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
-
@@ -1,3 +1,3 @@
1
1
  module Locastyle
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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 = ["gabrielgibson@gmail.com"]
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