glyphicons-rails 0.1.0 → 0.1.1

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: be43f7b8da1ee4f5e2bb4d9788e56529aeccc354
4
- data.tar.gz: b074cccbdd11b101be10f55816d4f297916c871e
3
+ metadata.gz: ef54ef514a79561570377106847458e9422548fc
4
+ data.tar.gz: 75fbffb29bb73199b2682777961f79a1fd9458e7
5
5
  SHA512:
6
- metadata.gz: 0a5f518b33f722e755eb74a1aeaa053d1f2f8c338998d23b3787f2646e22bb49635a47a10410f3837164be57012d3d3b351b5b03020bf08c76c42390041f4408
7
- data.tar.gz: 89c03d827e02592573741cadd3bf01a333f2529966f0b1cbd73dcfde676cc2cbbcd10ca01805dcf1de086a5d360551cb0990b889f3c8e6607b613447f757ba1d
6
+ metadata.gz: 08e9d3b6d40f8851374d12a2033ed98dfe5ad296fdcbfadf59c971e9d418f3d9a97dae553090be82cb0885382a3f58905d435f0c0f5b26e7ded83517e9139816
7
+ data.tar.gz: 90356671592ed794be9f0a694892d54e39c714d738ef877e68e393bc4210fd711c2a2530a4bdaf71a15643b0712da96e767a263bd63aa900cf29329fce41f95b
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [GLYPHICONS Halflings](http://glyphicons.com), extracted from [Twitter Bootstrap](http://getbootstrap.com) and customized for use with Sass @extend and Rails.
4
4
 
5
- This gem won't pollute your code or force you to follow a specific developing methodology. It will only create placeholders and you are free to decide how and where use them.
5
+ This gem won't pollute your code or force you to follow a specific developing methodology. It will only create placeholders and you are free to decide how and where to use them.
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,5 +1,3 @@
1
- // Brutally taken from Twitter Bootstrap and customized for use with Sass
2
-
3
1
  $icons: (
4
2
  asterisk : '\2a',
5
3
  plus : '\2b',
@@ -263,8 +261,8 @@ $icons: (
263
261
 
264
262
  @font-face {
265
263
  font-family: 'Glyphicons Halflings';
266
- src: url('/assets/glyphicons-halflings-regular.eot'),
267
- url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
264
+ src: url('/assets/glyphicons-halflings-regular.eot');
265
+ src: url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
268
266
  url('/assets/glyphicons-halflings-regular.woff2') format('woff2'),
269
267
  url('/assets/glyphicons-halflings-regular.woff') format('woff'),
270
268
  url('/assets/glyphicons-halflings-regular.ttf') format('truetype'),
@@ -1,5 +1,5 @@
1
1
  module Glyphicons
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glyphicons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gianluca Andreotti