batch-rails-4 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +18 -0
- data/README.md +4 -0
- data/Rakefile +6 -0
- data/app/assets/fonts/batch-icons-webfont.eot +0 -0
- data/app/assets/fonts/batch-icons-webfont.svg +360 -0
- data/app/assets/fonts/batch-icons-webfont.ttf +0 -0
- data/app/assets/fonts/batch-icons-webfont.woff +0 -0
- data/app/assets/fonts/batch_webfont_reference.pdf +0 -0
- data/app/assets/stylesheets/batch-webfont.css.erb +1076 -0
- data/app/controllers/application_controller.rb +5 -0
- data/app/helpers/application_helper.rb +2 -0
- data/app/views/layouts/application.html.erb +14 -0
- data/lib/batch-rails-4/engine.rb +8 -0
- data/lib/batch-rails-4/version.rb +7 -0
- data/lib/batch-rails-4.rb +2 -0
- data/test/test_helper.rb +15 -0
- metadata +123 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0554e6e0d303f4d24a12b4314f57b4a8b6a0e1e2
|
4
|
+
data.tar.gz: 1bafb30859ddf9a966d8da4ae681324d92f0ce5f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 70cd3b65bec5b09202b960dac654a647f0189de00d28461152b60f086b1a2f99efd12b1793c01c895682effc1b544080b50d8c07561a9d3c15f7b14223a4a57a
|
7
|
+
data.tar.gz: d35f45c443ee2f1e67f0a06af8cd8a46b8d134aea69044ba2fec8e2de100dce27da0ee9dffa594b21febf8bcd7ebb51cfb6145d71161c44f1469fe20c1a0d97b
|
data/LICENSE
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
You are free to use Batch (the "icon set") or any part thereof (the "icons") in any personal, open-source or commercial work without obligation of payment (monetary or otherwise) or attribution. Do not sell the icon set, host the icon set or rent the icon set (either in existing or modified form).
|
2
|
+
|
3
|
+
While attribution is optional, it is always appreciated.
|
4
|
+
|
5
|
+
Intellectual property rights are not transferred with the download of the icons.
|
6
|
+
|
7
|
+
EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL ADAM WHITCROFT BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OF THE ICONS, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
8
|
+
|
9
|
+
×
|
10
|
+
|
11
|
+
|
12
|
+
Stop sending ugly emails. Build and send awesome emails in minutes.
|
13
|
+
Powered by Fusion
|
14
|
+
Please respect my creative rights. I have put a great deal of time and love into the creation of Batch and I hope that is evident in the quality of the icons.
|
15
|
+
|
16
|
+
If you use Batch in a Dribbble shot, the inclusion of a “Batch” tag would be appreciated so that I can keep a curated bucket.
|
17
|
+
|
18
|
+
Batch by @adamwhitcroft.
|
data/README.md
ADDED
data/Rakefile
ADDED
Binary file
|